This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libclass-gomor-perl.
commit 7e09d70d85642ec835ef95c7689a62a27d52f800 Author: Lucas Kanashiro <[email protected]> Date: Mon Aug 17 06:14:16 2015 -0300 Remove "--with quilt" from d/rules --- 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 a449f6e..5b64ce8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -36,6 +36,7 @@ libclass-gomor-perl (1.03-1) UNRELEASED; urgency=low * Add autopkgtest-pkg-perl * Bump debhelper compatibility level to 9 * Add debian source format + * Remove "--with quilt" from d/rules -- Lucas Kanashiro <[email protected]> Mon, 17 Aug 2015 05:58:14 -0300 diff --git a/debian/control b/debian/control index 98f66af..e67faac 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Uploaders: Jonathan Yu <[email protected]> Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 9), - quilt +Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-gomor-perl.git diff --git a/debian/rules b/debian/rules index f6b359a..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +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/libclass-gomor-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
