[libdb-file-lock-perl] 05/10: Drop quilt fragments from debian/*.
gregor herrmann
gregoa at debian.org
Thu Jun 18 15:54:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libdb-file-lock-perl.
commit 8acacb4bab1aa91b48f4052d9e09bb7f6f825683
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jun 18 17:41:24 2015 +0200
Drop quilt fragments from debian/*.
---
debian/README.source | 5 -----
debian/control | 3 +--
debian/rules | 3 ++-
3 files changed, 3 insertions(+), 8 deletions(-)
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 50d14a6..2c8cebd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.8),
- quilt
+Build-Depends: debhelper (>= 7.0.8)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdb-file-lock-perl.git
diff --git a/debian/rules b/debian/rules
index 931d500..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
+
%:
- dh $@ --with quilt
+ dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdb-file-lock-perl.git
More information about the Pkg-perl-cvs-commits
mailing list