[libparse-dmidecode-perl] 01/02: Remove quilt build-dep, README.source etc. obsolete with source-format 3.0 (quilt)
Florian Schlichting
fsfs at moszumanska.debian.org
Sun Nov 27 20:24:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository libparse-dmidecode-perl.
commit e3e9f187c0d9c83bde51a46adffcb142490b177d
Author: Florian Schlichting <fsfs at debian.org>
Date: Sun Nov 27 21:23:20 2016 +0100
Remove quilt build-dep, README.source etc. obsolete with source-format 3.0 (quilt)
---
debian/README.source | 5 -----
debian/control | 3 +--
debian/rules | 2 +-
3 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 68089c6..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 4026ca7..ad264cf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
- libmodule-build-perl,
- quilt
+ libmodule-build-perl
Build-Depends-Indep: perl,
libtest-pod-perl,
libtest-pod-coverage-perl
diff --git a/debian/rules b/debian/rules
index 5d73641..34e638f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with quilt
+ dh $@
override_dh_auto_configure:
AUTOMATED_TESTING=1 dh_auto_configure
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-dmidecode-perl.git
More information about the Pkg-perl-cvs-commits
mailing list