Andreas Tille pushed to branch master at Debian Med / aegean
Commits: 1c824c7e by Andreas Tille at 2018-10-26T18:02:52Z Standards-Version: 4.2.1 - - - - - 1ff0da59 by Andreas Tille at 2018-10-26T18:06:57Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 27d6b49e by Andreas Tille at 2018-10-26T18:12:08Z Mark as team upload - - - - - d40616ae by Andreas Tille at 2018-10-26T18:22:53Z Do not parse d/changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,16 @@ aegean (0.16.0+dfsg-2) UNRELEASED; urgency=medium + * Team upload + + [ Jelmer Vernooij ] * Move source package lintian overrides to debian/source. - -- Jelmer Vernooij <[email protected]> Mon, 08 Oct 2018 06:28:09 +0100 + [ Andreas Tille ] + * Standards-Version: 4.2.1 + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target + * Do not parse d/changelog + + -- Andreas Tille <[email protected]> Fri, 26 Oct 2018 20:11:46 +0200 aegean (0.16.0+dfsg-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11), libgenometools0-dev, python, git -Standards-Version: 4.1.4 +Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/med-team/aegean Vcs-Git: https://salsa.debian.org/med-team/aegean.git Homepage: http://standage.github.io/AEGeAn ===================================== debian/rules ===================================== @@ -2,9 +2,7 @@ # -*- makefile -*- DH_VERBOSE=1 -DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') -VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//') -OVERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[+].*//') + export DESTDIR=$(CURDIR)/debian/tmp export LC_ALL=C.UTF-8 export DEB_BUILD_MAINT_OPTIONS = hardening=+all @@ -23,7 +21,9 @@ override_dh_auto_build: dh_auto_build -- prefix=$(DESTDIR) 64bit=$(64BIT) errorcheck=no override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) dh_auto_test -- useshared=yes 64bit=$(64BIT) testthreads=5 +endif override_dh_auto_install: dh_auto_install -- 64bit=$(64BIT) prefix=$(DESTDIR) View it on GitLab: https://salsa.debian.org/med-team/aegean/compare/95ba71f2177183434ff7e7e8985d989b5ed0683b...d40616ae31341c83553a19e83eaf572d077740f8 -- View it on GitLab: https://salsa.debian.org/med-team/aegean/compare/95ba71f2177183434ff7e7e8985d989b5ed0683b...d40616ae31341c83553a19e83eaf572d077740f8 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
