Andreas Tille pushed to branch master at Debian Med / fsa
Commits: 4b9cae7b by Andreas Tille at 2018-07-18T21:01:33+02:00 debhelper 11 - - - - - 503f035e by Andreas Tille at 2018-07-18T21:01:35+02:00 Point Vcs fields to salsa.debian.org - - - - - d81a01e7 by Andreas Tille at 2018-07-18T21:01:35+02:00 Standards-Version: 4.1.5 - - - - - 5d4b2acb by Andreas Tille at 2018-07-18T21:03:55+02:00 Drop unneeded get-orig-source target - - - - - 7e15d543 by Andreas Tille at 2018-07-18T21:07:00+02:00 Do not parse d/changelog - - - - - 8e8ef01a by Andreas Tille at 2018-07-18T21:08:18+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +fsa (1.15.9+dfsg-4) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.1.5 + * d/rules: + - Drop unneeded get-orig-source target + - Do not parse d/changelog + + -- Andreas Tille <[email protected]> Wed, 18 Jul 2018 21:07:06 +0200 + fsa (1.15.9+dfsg-3) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -3,15 +3,14 @@ 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~), mummer, exonerate, help2man # htcondor is a bit complex to be configured and thus we delay this one: htcondor, -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fsa.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/fsa.git +Standards-Version: 4.1.5 +Vcs-Browser: https://salsa.debian.org/med-team/fsa +Vcs-Git: https://salsa.debian.org/med-team/fsa.git Homepage: http://fsa.sourceforge.net/ Package: fsa ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -2,18 +2,17 @@ # DH_VERBOSE := 1 -VERSION := $(shell dpkg-parsechangelog | grep Version: | cut -f2 -d' ' | cut -f1 -d- ) -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk -mandir=$(CURDIR)/debian/$(DEBPKGNAME)/usr/share/man/man1 -bindir=$(CURDIR)/debian/$(DEBPKGNAME)/usr/bin +mandir=$(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1 +bindir=$(CURDIR)/debian/$(DEB_SOURCE)/usr/bin -HELP2MAN = help2man --no-info --version-string="$(VERSION)" +HELP2MAN = help2man --no-info --version-string="$(DEB_VERSION_UPSTREAM)" export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ #override_dh_auto_configure: # htcondor is a bit complex to be configured and thus we delay this one @@ -27,6 +26,3 @@ override_dh_auto_test: override_dh_install: dh_install mv $(bindir)/translate $(bindir)/fsa-translate - -get-orig-source: - uscan --verbose --force-download --repack --compression xz View it on GitLab: https://salsa.debian.org/med-team/fsa/compare/08c1f619c19173b4992ac8c2db23e2f42d92d961...8e8ef01ad74e937a9cb5a6dff0b2c7df4cb3e24a -- View it on GitLab: https://salsa.debian.org/med-team/fsa/compare/08c1f619c19173b4992ac8c2db23e2f42d92d961...8e8ef01ad74e937a9cb5a6dff0b2c7df4cb3e24a 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
