Andreas Tille pushed to branch master at Debian Med / idba
Commits: 8a084fc5 by Andreas Tille at 2018-09-21T20:23:31Z debhelper 11 - - - - - 7c86fc46 by Andreas Tille at 2018-09-21T20:23:33Z Point Vcs fields to salsa.debian.org - - - - - 3c27df74 by Andreas Tille at 2018-09-21T20:23:33Z Standards-Version: 4.2.1 - - - - - 71df62f2 by Andreas Tille at 2018-09-21T20:53:45Z DEP3 - - - - - d5ef7568 by Andreas Tille at 2018-09-21T20:55:42Z Do not parse d/changelog - - - - - a84e95af by Andreas Tille at 2018-09-21T20:58:44Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/patches/install_all_idba_flavours.patch - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,17 @@ -idba (1.1.3-3) UNRELEASED; urgency=medium +idba (1.1.3-3) unstable; urgency=medium + [ Steffen Moeller ] * debian/copyright: Prepared exclusion of autogenerated files * debian/control: bumped policy to 4.1.0 (no changes required) * debian/upstream/metadata: yamllint cleanliness - -- Steffen Moeller <[email protected]> Tue, 08 Aug 2017 10:37:15 +0200 + [ Andreas Tille ] + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Do not parse d/changelog + + -- Andreas Tille <[email protected]> Fri, 21 Sep 2018 22:55:54 +0200 idba (1.1.3-2) unstable; urgency=medium ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -3,11 +3,10 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9), - dh-autoreconf -Standards-Version: 4.1.0 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/idba.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/idba.git +Build-Depends: debhelper (>= 11~) +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/idba +Vcs-Git: https://salsa.debian.org/med-team/idba.git Homepage: https://github.com/loneknightpy/idba Package: idba ===================================== debian/patches/install_all_idba_flavours.patch ===================================== @@ -1,3 +1,7 @@ +Author: Steffen Moeller +Last-Update: 2017-08-08 02:25:42 +0200 +Description: Install all flavours of idba + Index: idba/bin/Makefile.am =================================================================== --- idba.orig/bin/Makefile.am ===================================== debian/rules ===================================== @@ -4,10 +4,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all -DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}') +include /usr/share/dpkg/default.mk %: - dh $@ --with autoreconf --parallel + dh $@ override_dh_auto_configure: dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed" LIBS="$(LIBS) -latomic" @@ -15,5 +15,5 @@ override_dh_auto_configure: override_dh_install: dh_install # for the moment the role of these scripts is totally unknown but they do not seem to be necessary - mv debian/$(DEBPKGNAME)/usr/bin/*.py debian/$(DEBPKGNAME)/usr/lib/idba/ - mv debian/$(DEBPKGNAME)/usr/bin/validate_blat* debian/$(DEBPKGNAME)/usr/lib/idba/ + mv debian/$(DEB_SOURCE)/usr/bin/*.py debian/$(DEB_SOURCE)/usr/lib/idba/ + mv debian/$(DEB_SOURCE)/usr/bin/validate_blat* debian/$(DEB_SOURCE)/usr/lib/idba/ View it on GitLab: https://salsa.debian.org/med-team/idba/compare/61a60e8de0b1a3ece971daebd93b72480584a5f4...a84e95af6088e512abe1afd3ca57eb95c0dc50d8 -- View it on GitLab: https://salsa.debian.org/med-team/idba/compare/61a60e8de0b1a3ece971daebd93b72480584a5f4...a84e95af6088e512abe1afd3ca57eb95c0dc50d8 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
