This is an automated email from the git hooks/post-receive script. mestre-guest pushed a commit to branch master in repository libboolean-perl.
commit 866f86148bc3a2a5704ff08b0b495c2d51932657 Author: Nuno Carvalho <[email protected]> Date: Wed May 27 11:27:15 2015 +0100 Drop unused variables in d/rules --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index a7b578b..444d1e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libboolean-perl (0.45-1) UNRELEASED; urgency=medium + update standards version + add "Testsuite: autopkgtest-pkg-perl" * debian/copyright: update upstream copyright years + * debian/rules: drop unused variables -- Nuno Carvalho <[email protected]> Fri, 22 May 2015 14:34:12 +0100 diff --git a/debian/rules b/debian/rules index 3aeca87..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -PACKAGE = $(shell dh_listpackages) -TMP = $(CURDIR)/debian/$(PACKAGE) - %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libboolean-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
