This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libnet-netmask-perl.
commit 08804a4ac86fef1930cd1e22c9071ff03ec5100e Author: Jonas Smedegaard <[email protected]> Date: Mon Oct 26 22:52:17 2015 +0100 Tidy rules file: Suppress versioned debhelper build-dependency. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 61fd29b..53d3934 100755 --- a/debian/rules +++ b/debian/rules @@ -24,3 +24,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Net-Netmask DEB_UPSTREAM_URL = https://metacpan.org/release/Net-Netmask DEB_UPSTREAM_TARBALL_VERSION := $(shell echo '$(DEB_UPSTREAM_VERSION)' | awk -F. '{print $$1"."$$2$$3$$4$$5}') + +# Build-depend unversioned on debhelper +# TODO: Drop when adopted in cdbs +CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-netmask-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
