Initial skeleton structure for sipb-xen-database
authorNelson Elhage <nelhage@mit.edu>
Sun, 15 Jul 2007 20:03:48 +0000 (16:03 -0400)
committerNelson Elhage <nelhage@mit.edu>
Sun, 15 Jul 2007 20:03:48 +0000 (16:03 -0400)
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database-0/; revision=8

debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..64e2758
--- /dev/null
@@ -0,0 +1,5 @@
+sipb-xen-database (0) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Nelson Elhage <nelhage@mit.edu>  Sun, 15 Jul 2007 16:01:16 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7ed6ff8
--- /dev/null
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..cf84744
--- /dev/null
@@ -0,0 +1,12 @@
+Source: sipb-xen-database
+Section: unknown
+Priority: extra
+Maintainer: Nelson Elhage <nelhage@mit.edu>
+Build-Depends: cdbs, cdbs, debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: sipb-xen-database
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..b6ab17f
--- /dev/null
@@ -0,0 +1,26 @@
+This is sipb-xen-database, written and maintained by Nelson Elhage <nelhage@mit.edu>
+on Sun, 15 Jul 2007 16:01:16 -0400.
+
+The original source can always be found at:
+       ftp://ftp.debian.org/dists/unstable/main/source/
+
+Copyright Holder:  Nelson Elhage
+
+License:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..097bcf4
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+# Add here any variable or target overrides you need.