Andreas Tille pushed to branch master at Debian Med / toppred
Commits: d728e1fb by Andreas Tille at 2018-07-16T11:36:07+02:00 do not parse d/changelog - - - - - 8f01d8f0 by Andreas Tille at 2018-07-16T11:36:30+02:00 Update - - - - - a9375dd8 by Andreas Tille at 2018-07-16T11:36:51+02:00 debhelper 11 - - - - - 89b42ee9 by Andreas Tille at 2018-07-16T11:36:53+02:00 Point Vcs fields to salsa.debian.org - - - - - 13c1bada by Andreas Tille at 2018-07-16T11:36:53+02:00 Standards-Version: 4.1.5 - - - - - 674bc132 by Andreas Tille at 2018-07-16T11:39:45+02:00 Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +toppred (1.10-6) unstable; urgency=medium + + * d/rules: do not parse d/changelog + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.1.5 + + -- Andreas Tille <[email protected]> Mon, 16 Jul 2018 11:36:54 +0200 + toppred (1.10-5) UNRELEASED; urgency=medium * debian/upstream/metadata: ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,13 +3,12 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 11~), gnuplot, libgd-dev -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/toppred.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/toppred.git +Standards-Version: 4.1.5 +Vcs-Browser: https://salsa.debian.org/med-team/toppred +Vcs-Git: https://salsa.debian.org/med-team/toppred.git Homepage: https://github.com/bioinfo-center-pasteur-fr/toppred Package: toppred ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: toppred Upstream-Contact: Eric Deveaud <[email protected]> Source: https://github.com/bioinfo-center-pasteur-fr/toppred @@ -8,7 +8,7 @@ Copyright: © 1999-2001 Eric Deveaud <[email protected]> License: GPL-2+ Files: debian/* -Copyright: © 2015 Andreas Tille <[email protected]> +Copyright: © 2015-2018 Andreas Tille <[email protected]> 2015 Eric Deveaud <[email protected]> License: GPL-2+ ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,14 @@ # DH_VERBOSE := 1 -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk + export CONFIG_SHELL = /bin/sh export SHELL = /bin/sh export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_installexamples: make -C test clean @@ -16,13 +17,10 @@ override_dh_installexamples: sed -i -e '/^TOPPREDDATA/d' \ -e 's?../src/toppred?/usr/bin/toppred?' \ -e 's?$$srcdir/??g' \ - debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/test/*.test + debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/test/*.test TMPFILE=`mktemp` && \ - egrep -v -f debian/filter-patterns debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/test/Makefile > $$TMPFILE && \ - mv $$TMPFILE debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/test/Makefile && \ - egrep -v -f debian/filter-patterns debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/data/Makefile > $$TMPFILE && \ - mv $$TMPFILE debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples/data/Makefile && \ + egrep -v -f debian/filter-patterns debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/test/Makefile > $$TMPFILE && \ + mv $$TMPFILE debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/test/Makefile && \ + egrep -v -f debian/filter-patterns debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/data/Makefile > $$TMPFILE && \ + mv $$TMPFILE debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/examples/data/Makefile && \ rm -f $$TMPFILE - -#get-orig-source: -# . debian/get-orig-source View it on GitLab: https://salsa.debian.org/med-team/toppred/compare/b0b0547edcaff4a35bd46056c03310b0aca0e29b...674bc1329cd652ec22d353ddcc57f354b9b3ea80 -- View it on GitLab: https://salsa.debian.org/med-team/toppred/compare/b0b0547edcaff4a35bd46056c03310b0aca0e29b...674bc1329cd652ec22d353ddcc57f354b9b3ea80 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
