[SCM] Debian packaging of libgearman-client-perl branch, master, updated. a0006125e13377c876e9d248eb5a019702e69edb

gregor herrmann gregoa at debian.org
Sat May 11 15:01:55 UTC 2013


The following commit has been merged in the master branch:
commit efabd629b25028f70e22af74466fdf02052a808b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 11 16:45:02 2013 +0200

    Remove quilt framework.

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 53061e1..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 8498f0d..9494b6f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libgearman-client-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.8)
 Build-Depends-Indep: perl, libstring-crc32-perl,
  gearman-server, netbase
 Build-Conflicts-Indep: gearman-server (<< 1.11)
diff --git a/debian/rules b/debian/rules
index f6b359a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@

-- 
Debian packaging of libgearman-client-perl



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