This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libpoe-component-pubsub-perl.
commit e3c4871e5cb5d6e20af1e0e5537a9b069abb9046 Author: Axel Beckert <[email protected]> Date: Sat Jun 6 18:08:08 2015 +0200 Switch to minimal dh v7 style debian/rules file --- debian/changelog | 1 + debian/rules | 21 +-------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f585c9..7e151f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ libpoe-component-pubsub-perl (0.05-2) UNRELEASED; urgency=low * Declare compliance with Debian Policy 3.9.6 * Switch to source format "3.0 (quilt)" * Add explicit build dependency on libmodule-build-perl + * Switch to minimal dh v7 style debian/rules file. -- Ryan Niebur <[email protected]> Fri, 25 Sep 2009 00:26:04 -0700 diff --git a/debian/rules b/debian/rules index 0d045f4..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,23 +1,4 @@ #!/usr/bin/make -f -build: build-stamp -build-stamp: - dh build - touch $@ - -clean: +%: dh $@ - -install: install-stamp -install-stamp: build-stamp - dh install - touch $@ - -binary-arch: - -binary-indep: install - dh $@ - -binary: binary-arch binary-indep - -.PHONY: binary binary-arch binary-indep install clean build -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-pubsub-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
