Andreas Tille pushed to branch master at Debian Med / ncbi-seg
Commits: c5b5eaff by Andreas Tille at 2018-10-13T22:34:40Z debhelper 11 - - - - - 3e5e7dc5 by Andreas Tille at 2018-10-13T22:34:44Z Point Vcs fields to salsa.debian.org - - - - - 24acf37a by Andreas Tille at 2018-10-13T22:34:44Z Standards-Version: 4.2.1 - - - - - 83af051a by Andreas Tille at 2018-10-13T22:38:00Z hardening=+all - - - - - f4484113 by Andreas Tille at 2018-10-13T22:42:21Z obtain version automatically - - - - - 7cb07ddc by Andreas Tille at 2018-10-13T22:43:19Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +ncbi-seg (0.0.20000620-5) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * debian/rules: + - hardening=+all + - obtain version automatically + + -- Andreas Tille <[email protected]> Sun, 14 Oct 2018 00:42:34 +0200 + ncbi-seg (0.0.20000620-4) unstable; urgency=medium * Moved packaging from SVN to Git ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -4,10 +4,10 @@ Uploaders: Laszlo Kajan <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10) -Standards-Version: 4.1.1 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ncbi-seg.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/ncbi-seg.git +Build-Depends: debhelper (>= 11~) +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/ncbi-seg +Vcs-Git: https://salsa.debian.org/med-team/ncbi-seg.git Homepage: ftp://ftp.ncbi.nih.gov/pub/seg/seg/ Package: ncbi-seg ===================================== debian/rules ===================================== @@ -2,20 +2,21 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ override_dh_autoreconf: dh_autoreconf -X./COPYING -ver := 0.0.20000620 -pkg := ncbi-seg +include /usr/share/dpkg/default.mk get-orig-source: set -e; \ t=$$(mktemp -d) || exit 1; \ trap "rm -rf -- '$$t'" EXIT; \ - d="$$t/$(pkg)-$(ver).orig"; \ + d="$$t/$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM).orig"; \ mkdir "$$d"; \ ( cd "$$d"; \ wget \ @@ -28,5 +29,5 @@ get-orig-source: ftp://ftp.ncbi.nih.gov/pub/seg/seg/seg.c\ ftp://ftp.ncbi.nih.gov/pub/seg/seg/seg.doc; \ ); \ - GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "./$(pkg)_$(ver).orig.tar.gz" -C "$$t" "$(pkg)-$(ver).orig" + GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf "./$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.gz" -C "$$t" "$(DEB_SOURCE)-$(DEB_VERSION_UPSTREAM).orig" View it on GitLab: https://salsa.debian.org/med-team/ncbi-seg/compare/b75b9d13a2b983b0f7bb108efb2993b86b9ed443...7cb07ddce665f9f4afb848e5a2217d4a795fff0e -- View it on GitLab: https://salsa.debian.org/med-team/ncbi-seg/compare/b75b9d13a2b983b0f7bb108efb2993b86b9ed443...7cb07ddce665f9f4afb848e5a2217d4a795fff0e 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
