This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libmoox-cmd-perl.
commit d47b354d7feaa3ea95b9e5212508d37192890945 Author: Jonas Smedegaard <[email protected]> Date: Mon Oct 26 15:29:30 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 f5f350e..badc424 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,10 @@ pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = MooX-Cmd DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/MooX +# Build-depend unversioned on debhelper +# TODO: Drop when adopted in cdbs +CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper + # Needed by upstream build process and (always/rarely) at runtime perl-deps = module-runtime moo package-stash params-util regexp-common deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoox-cmd-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
