[libjavascript-beautifier-perl] 03/04: Remove "--with quilt" from dh call and quilt build-dependency
Axel Beckert
abe at deuxchevaux.org
Mon Jun 8 22:40:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libjavascript-beautifier-perl.
commit d51a8ce7d01c7ce9e2a30f76900f5453d99f6082
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Tue Jun 9 00:27:06 2015 +0200
Remove "--with quilt" from dh call and quilt build-dependency
---
debian/changelog | 1 +
debian/control | 3 +--
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3c635b6..b3b0de2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ libjavascript-beautifier-perl (0.18-1) unstable; urgency=medium
* Mark package as autopkgtestable
* Declare compliance with Debian Policy 3.9.6
* Switch to source format "3.0 (quilt)"
+ + Remove "--with quilt" from dh call and quilt build-dependency.
* Bump debhelper compatibility to 8
+ Update versioned debhelper build-dependency accordingly.
+ Add explicit build dependency on libmodule-build-perl
diff --git a/debian/control b/debian/control
index 2e73be0..89757cb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
- libmodule-build-perl,
- quilt
+ libmodule-build-perl
Build-Depends-Indep: perl,
libtest-pod-perl
Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 3a5c4ba..b6c3abf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with quilt
+ dh $@
override_dh_quilt_patch:
dh_quilt_patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjavascript-beautifier-perl.git
More information about the Pkg-perl-cvs-commits
mailing list