[Pkg-escience-soc2009] [SCM] Tool for creating VM images. branch, master, updated. 6f31e48de05a551179112295b2dc08878738995f

Steffen Moeller steffen_moeller at gmx.de
Sat Jun 20 11:38:37 UTC 2009


The following commit has been merged in the master branch:
commit 6f31e48de05a551179112295b2dc08878738995f
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Sat Jun 20 12:41:36 2009 +0200

    Completed debian directory for dpkg-buildpackage

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..011556e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+vm-builder (0.0-1) unstable; urgency=low
+
+  * Ported Ubuntu-package to Debian.
+
+ -- David Wendt <dcrkid at yahoo.com>  Sat, 20 Jun 2009 10:42:11 +0200
+
diff --git a/debian/control b/debian/control
index 0531040..ab09011 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: vm-builder
 Section: utils
 Priority: extra
 Maintainer: Soren Hansen <soren at ubuntu.com>
+Uploaders: David Wendt <dcrkid at yahoo.com>
 Build-Depends: cdbs, debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-epydoc
-Standards-Version: 3.8.0
+Standards-Version: 3.8.2
 XS-Python-Version: >= 2.5
 Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-virt/vmbuilder/trunk
 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..66aa8fa
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,47 @@
+This package was debianized by:
+
+    The upstream authors with some contributions by
+    Steffen Moeller <moeller at debian.org>
+
+It was downloaded from:
+
+    git://git.debian.org/git/pkg-escience/vmbuilder.git
+
+Upstream Authors:
+
+    Main author and original conceptor: Soren Hansen <soren at canonical.com>
+
+    Other contributors:
+
+     * Nicolas Barcet <nicolas.barcet at ubuntu.com>
+     * Bernd Zeimetz <bzed at debian.org>
+
+    Debian port
+
+     * David Wendt <dcrkid at yahoo.com>  
+ 
+
+Copyright:
+
+    Copyright (C) 2007-2009 by Canonical.
+
+    Copyright (C) 2009 by David Wendt <dcrkid at yahoo.com> for adaptions
+    to Debian Linux.
+
+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 3 of the License, or
+    (at your option) any later version.
+
+    This package 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 program.  If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/python-vm-builder.manpages b/debian/python-vm-builder.manpages
new file mode 100644
index 0000000..b537ab7
--- /dev/null
+++ b/debian/python-vm-builder.manpages
@@ -0,0 +1 @@
+vmbuilder.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4806f8b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+export DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+#include /usr/share/cdbs/1/rules/patchsys-quilt.mk

-- 
Tool for creating VM images.



More information about the Pkg-escience-soc2009 mailing list