[SCM] Debian packaging of libgnome2-gconf-perl branch, master, updated. abe9478fd1cdf484c0c92a67d68add8237d6596f

gregor herrmann gregoa at debian.org
Thu Nov 17 17:49:55 UTC 2011


The following commit has been merged in the master branch:
commit c93d4cb37be33adfc6a9241d60032eba849e6dc0
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Nov 17 18:31:21 2011 +0100

    Switch to source format 3.0 (quilt), remove quilt framework.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/control b/debian/control
index 48f5437..ef45fda 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), 
  libextutils-pkgconfig-perl (>= 1.03), libglib-perl (>= 1:1.120),
- libgconf2-dev (>= 2.0), quilt, dbus-x11
+ libgconf2-dev (>= 2.0), dbus-x11
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
 Standards-Version: 3.8.1
diff --git a/debian/rules b/debian/rules
index 22c58d9..3c31282 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,14 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 override_dh_auto_test:
 	dbus-launch dh_auto_test
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-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)

-- 
Debian packaging of libgnome2-gconf-perl



More information about the Pkg-perl-cvs-commits mailing list