From: Greg Price Date: Sat, 27 Dec 2008 04:38:29 +0000 (-0500) Subject: invirt-manual-config X-Git-Tag: 0.0.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-manual-config.git/commitdiff_plain/8f34195f6bfe955e07d70e42fe966751797e10c6?ds=inline invirt-manual-config svn path=/trunk/packages/invirt-manual-config/; revision=1907 --- 8f34195f6bfe955e07d70e42fe966751797e10c6 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e7add2b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +invirt-manual-config (0.0.1) unstable; urgency=low + + * First version. + + -- Greg Price Fri, 26 Dec 2008 23:34:01 -0500 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..41e4755 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: invirt-manual-config +Section: base +Priority: extra +Maintainer: Invirt Project +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 index 0000000..361ca8f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +This software was written as part of the Invirt project . + +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 index 0000000..e6192f6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk