This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository perlprimer.
commit 8d5fa2fb16da7b4de419496352698031c132d269 Author: Andreas Tille <[email protected]> Date: Mon Dec 12 18:14:25 2016 +0100 replace cdbs by dh --- debian/changelog | 1 + debian/control | 6 ++---- debian/rules | 6 ++++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index d063747..70e191b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ perlprimer (1.1.21-4) UNRELEASED; urgency=medium Closes: #708480 * Do not explicitly mention quilt in README.source * debhelper 10 + * replace cdbs by dh -- Andreas Tille <[email protected]> Mon, 12 Dec 2016 18:04:20 +0100 diff --git a/debian/control b/debian/control index 231ba21..5ee43f0 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), - cdbs +Build-Depends: debhelper (>= 10) Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/perlprimer.git Vcs-Git: https://anonscm.debian.org/git/debian-med/perlprimer.git @@ -14,8 +13,7 @@ Homepage: http://perlprimer.sourceforge.net Package: perlprimer Architecture: all -Depends: ${shlibs:Depends}, - ${misc:Depends}, +Depends: ${misc:Depends}, perl-tk, libwww-perl Recommends: ncbi-tools-bin diff --git a/debian/rules b/debian/rules index 587dd38..6a798a0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk +%: + dh $@ -binary-fixup/perlprimer:: +override_dh_install: + dh_install mv $(CURDIR)/debian/perlprimer/usr/bin/perlprimer.pl $(CURDIR)/debian/perlprimer/usr/bin/perlprimer -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/perlprimer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
