This is an automated email from the git hooks/post-receive script. js pushed a commit to branch master in repository libdatetime-incomplete-perl.
commit 65337e4ac41c6dce29f17bd5cc7195f100861798 Author: Jonas Smedegaard <[email protected]> Date: Sat Nov 21 20:10:19 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 bcfadc4..4605be4 100755 --- a/debian/rules +++ b/debian/rules @@ -30,5 +30,9 @@ DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/F/FG/FGLOCK perl-deps = datetime datetime-event-recurrence datetime-set deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) +# Build-depend unversioned on debhelper +# TODO: Drop when adopted in cdbs +CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper + CDBS_BUILD_DEPENDS +=, $(deps) CDBS_DEPENDS_$(pkg) = $(deps) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdatetime-incomplete-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
