invirt-manual-config 0.0.1
authorGreg Price <price@mit.edu>
Sat, 27 Dec 2008 04:38:29 +0000 (23:38 -0500)
committerGreg Price <price@mit.edu>
Sat, 27 Dec 2008 04:38:29 +0000 (23:38 -0500)
svn path=/trunk/packages/invirt-manual-config/; revision=1907

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..e7add2b
--- /dev/null
@@ -0,0 +1,6 @@
+invirt-manual-config (0.0.1) unstable; urgency=low
+
+  * First version.
+
+ -- Greg Price <price@mit.edu>  Fri, 26 Dec 2008 23:34:01 -0500
+
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..41e4755
--- /dev/null
@@ -0,0 +1,17 @@
+Source: invirt-manual-config
+Section: base
+Priority: extra
+Maintainer: Invirt Project <invirt@mit.edu>
+Build-Depends: cdbs, debhelper (>= 5)
+Standards-Version: 3.8.0
+
+Package: invirt-manual-config
+Architecture: all
+Provides: invirt-config
+Conflicts: invirt-config
+Depends: invirt-base
+Description: manual configuration for Invirt
+ This satisfies Invirt's dependency on invirt-config, without actually
+ configuring Invirt.  Use this package if you wish to configure Invirt
+ by supplying configuration files directly rather than by supplying a
+ package to do so.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..361ca8f
--- /dev/null
@@ -0,0 +1,16 @@
+This software was written as part of the Invirt project <invirt@mit.edu>.
+
+Copyright :
+
+  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.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in the file /usr/share/common-licenses/GPL.
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..e6192f6
--- /dev/null
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk