[libmoosex-attributehelpers-perl] 02/09: Drop quilt framework.
gregor herrmann
gregoa at debian.org
Sat Aug 24 13:31:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmoosex-attributehelpers-perl.
commit e1df47e98ae485ccf99efeda789b9b4b9b50f3b1
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Aug 24 15:15:44 2013 +0200
Drop quilt framework.
---
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 61267c5..44251e2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders: Ryan Niebur <ryan at debian.org>,
Jonathan Yu <jawnsy at cpan.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.50),
- quilt
+Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl,
libtest-exception-perl,
libmoose-perl,
diff --git a/debian/rules b/debian/rules
index a3bdc3e..b4c62ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
+
%:
- dh $@ --with quilt
+ dh $@
override_dh_auto_test:
touch $(CURDIR)/inc/.author
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-attributehelpers-perl.git
More information about the Pkg-perl-cvs-commits
mailing list