[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.0.4-1

Iustin Pop iusty at k1024.org
Sat Dec 5 18:25:59 UTC 2009


The following commit has been merged in the master branch:
commit a70a82afa049a7cc798ad514c99bd5af5ea593ab
Author: Iustin Pop <iusty at k1024.org>
Date:   Fri Dec 4 17:21:52 2009 +0100

    Convert to 3.0 (quilt) source format
    
    And drop the explicit quilt rules/deps.

diff --git a/debian/control b/debian/control
index 18da59d..104c437 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: extra
 Maintainer: Debian Ganeti Team <pkg-ganeti-devel at lists.alioth.debian.org>
 Uploaders: Guido Trotter <ultrotter at debian.org>, Iustin Pop <iusty at k1024.org>
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: python-simplejson, python-pyparsing, python-openssl, python-support (>= 0.6)
 Standards-Version: 3.8.3
 Homepage: http://code.google.com/p/ganeti/
diff --git a/debian/rules b/debian/rules
index 27f82d1..2592379 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,10 +6,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -26,7 +24,7 @@ build-stamp: $(QUILT_STAMPFN)
 
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list