Andreas Tille pushed to branch master at Debian Med / gfapy
Commits: 9bce0ce0 by Andreas Tille at 2018-09-24T08:52:03Z debhelper 11 - - - - - 32e1a974 by Andreas Tille at 2018-09-24T08:52:06Z Point Vcs fields to salsa.debian.org - - - - - 4d6b872b by Andreas Tille at 2018-09-24T08:52:06Z Standards-Version: 4.2.1 - - - - - ecaefdb3 by Andreas Tille at 2018-09-24T09:02:25Z Drop unneeded Testsuite field - - - - - 5dc932f0 by Andreas Tille at 2018-09-24T09:06:46Z Less parsing of d/changelog, Binary package in section python - - - - - 6f2d351a by Andreas Tille at 2018-09-24T09:17:12Z Do not parse d/changelog - - - - - b04ffebf by Andreas Tille at 2018-09-24T09:18:55Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +gfapy (1.0.0+dfsg-3) unstable; urgency=medium + + * Team upload. + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Drop unneeded Testsuite field + * Do not parse d/changelog + * Binary package in section python + + -- Andreas Tille <[email protected]> Mon, 24 Sep 2018 11:17:29 +0200 + gfapy (1.0.0+dfsg-2) unstable; urgency=medium * Fix upstream info YAML. ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -2,21 +2,21 @@ Source: gfapy Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Sascha Steinbiss <[email protected]> Section: science -Testsuite: autopkgtest Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11~), python3, python3-dev, python3-setuptools, python3-nose, txt2man -Standards-Version: 4.0.0 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gfapy.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/gfapy.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/gfapy +Vcs-Git: https://salsa.debian.org/med-team/gfapy.git Homepage: https://github.com/ggonnella/gfapy Package: python3-gfapy Architecture: any +Section: python Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} ===================================== debian/rules ===================================== @@ -2,9 +2,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow export PYBUILD_NAME=gfapy -UPSTREAM_VERSION=$(shell dpkg-parsechangelog -SVersion | cut -f1 -d+) -TIMESTAMP=$(shell dpkg-parsechangelog -STimestamp) -DATE=$(shell date --date=@$(TIMESTAMP) '+%d %B %Y') + +include /usr/share/dpkg/default.mk + +export LC_ALL=C.UTF-8 +DATE=$(shell date --date=@$(SOURCE_DATE_EPOCH) '+%d %B %Y') MANPAGES=debian/man/gfapy-convert.1 \ debian/man/gfapy-mergelinear.1 \ @@ -13,7 +15,7 @@ MANPAGES=debian/man/gfapy-convert.1 \ %.1: %.1.txt TZ=UTC LC_ALL=C \ txt2man -d "$(DATE)" \ - -s 1 -r "gfapy $(UPSTREAM_VERSION)" \ + -s 1 -r "gfapy $(DEB_VERSION_UPSTREAM)" \ -t $(shell basename -a -s.1 $@) \ $< > $@ View it on GitLab: https://salsa.debian.org/med-team/gfapy/compare/57b146eb22875bf465c13f7a0cb762b6361a41b8...b04ffebf80412a7c49da88607c6fb8dbdd21bef0 -- View it on GitLab: https://salsa.debian.org/med-team/gfapy/compare/57b146eb22875bf465c13f7a0cb762b6361a41b8...b04ffebf80412a7c49da88607c6fb8dbdd21bef0 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
