[SCM] Packaging of ack-grep in Debian branch, master, updated. debian/1.88-1-35-gf85a456

Ryan Niebur ryan at debian.org
Mon Jun 4 04:59:08 UTC 2012


The following commit has been merged in the master branch:
commit d9f5b803022de8eab307193ab5e516bd68cdda0c
Author: Ryan Niebur <ryan at debian.org>
Date:   Sun Jun 3 21:52:38 2012 -0700

    Remove quilt from build deps and use source format 3.0 quilt

diff --git a/debian/changelog b/debian/changelog
index a1aa026..2a498a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ack-grep (1.96-1) UNRELEASED; urgency=low
   * add patch to fix bash completion
   * Transfer maintenance into Debian Perl Group and update Maintainer /
     Vcs-* fields to reflect that
+  * Remove quilt from build deps and use source format 3.0 quilt
 
  -- Ryan Niebur <ryan at debian.org>  Sun, 03 Jun 2012 21:41:48 -0700
 
diff --git a/debian/control b/debian/control
index 4a19083..b0a99c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: ack-grep
 Section: utils
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), perl (>= 5.8.8-7), libfile-next-perl, quilt, libtest-differences-perl, libtest-pod-perl, bash-completion
+Build-Depends: debhelper (>= 7.0.50), perl (>= 5.8.8-7), libfile-next-perl, libtest-differences-perl, libtest-pod-perl, bash-completion
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>
 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/ack-grep.git
diff --git a/debian/rules b/debian/rules
index 0bf596e..4e2de3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_test:
 	# ack behaves differently, causing the tests to fail
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)

-- 
Packaging of ack-grep in Debian



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