Andreas Tille pushed to branch master at Debian Med / kissplice
Commits: afbb3025 by Andreas Tille at 2018-03-26T17:05:03+02:00 Add dh-python to Build-Depends since this will be dropped from python-dev's Depends soon - - - - - 76d10a4b by Andreas Tille at 2018-03-26T17:06:18+02:00 Standards-Version: 4.1.3 - - - - - e9461d63 by Andreas Tille at 2018-03-26T17:06:32+02:00 debhelper 11 - - - - - ef1b47a8 by Andreas Tille at 2018-03-26T17:13:11+02:00 do not parse d/changelog - - - - - 7bf93eb6 by Andreas Tille at 2018-03-26T17:15:17+02:00 Checked that https does not work - - - - - 6c871459 by Andreas Tille at 2018-03-26T17:20:54+02:00 Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/rules - + debian/source/lintian-overrides - debian/watch Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +kissplice (2.4.0-p1-3) unstable; urgency=medium + + * Add dh-python to Build-Depends since this will be dropped from + python-dev's Depends soon + * Standards-Version: 4.1.3 + * debhelper 11 + * do not parse d/changelog + * d/watch: Checked that https does not work + + -- Andreas Tille <[email protected]> Mon, 26 Mar 2018 17:15:22 +0200 + kissplice (2.4.0-p1-2) unstable; urgency=medium [ Steffen Moeller ] ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -4,11 +4,12 @@ Uploaders: David Parsons <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), + dh-python, cmake, python-dev, zlib1g-dev -Standards-Version: 4.1.1 +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/kissplice.git Vcs-Git: https://anonscm.debian.org/git/debian-med/kissplice.git Homepage: http://kissplice.prabi.fr/ ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk %: dh $@ --with python2 @@ -18,5 +18,5 @@ override_dh_compress: dh_compress --exclude=.pdf override_dh_install: - mkdir -p debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME) - mv debian/$(DEBPKGNAME)/usr/bin/kissplice debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/kissplice.py + mkdir -p debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE) + mv debian/$(DEB_SOURCE)/usr/bin/kissplice debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)/kissplice.py ===================================== debian/source/lintian-overrides ===================================== --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,2 @@ +# Checked that https does not work +kissplice source: debian-watch-uses-insecure-uri http://kissplice.prabi.fr/download/index.php ===================================== debian/watch ===================================== --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ -version=3 +version=4 + http://kissplice.prabi.fr/download/index.php ftp://pbil.univ-lyon1.fr/pub/logiciel/kissplice/download/kissplice-(.*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) View it on GitLab: https://salsa.debian.org/med-team/kissplice/compare/c55a260188834ca599480004210ab59b67579efe...6c8714594120b572c3af21a74a523a050861d5e5 --- View it on GitLab: https://salsa.debian.org/med-team/kissplice/compare/c55a260188834ca599480004210ab59b67579efe...6c8714594120b572c3af21a74a523a050861d5e5 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
