Andreas Tille pushed to branch master at Debian Med / acedb
Commits: be68163f by Andreas Tille at 2018-10-26T13:59:45Z debhelper 11 - - - - - cedb72c5 by Andreas Tille at 2018-10-26T13:59:48Z Point Vcs fields to salsa.debian.org - - - - - be806135 by Andreas Tille at 2018-10-26T13:59:48Z Standards-Version: 4.2.1 - - - - - c2842788 by Andreas Tille at 2018-10-26T14:08:53Z Respect DEB_BUILD_OPTIONS in override_dh_auto_test target - - - - - 8a826268 by Andreas Tille at 2018-10-26T14:08:53Z Remove trailing whitespace in debian/copyright - - - - - b04a9623 by Andreas Tille at 2018-10-26T14:12:14Z Upload to unstable - - - - - 5 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,16 @@ -acedb (4.9.39+dfsg.02-4) UNRELEASED; urgency=medium +acedb (4.9.39+dfsg.02-4) unstable; urgency=medium + [ Jelmer Vernooij ] * Trim trailing whitespace. - -- Jelmer Vernooij <[email protected]> Mon, 08 Oct 2018 21:20:25 +0100 + [ Andreas Tille ] + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target + * Remove trailing whitespace in debian/copyright + + -- Andreas Tille <[email protected]> Fri, 26 Oct 2018 16:08:53 +0200 acedb (4.9.39+dfsg.02-3) unstable; urgency=medium ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Uploaders: Steffen Moeller <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), libreadline-dev, libglib2.0-dev, libgtk2.0-dev, @@ -13,9 +13,9 @@ Build-Depends: debhelper (>= 10), flex, libfl-dev, bison -Standards-Version: 4.1.3 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/acedb.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/acedb.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/acedb +Vcs-Git: https://salsa.debian.org/med-team/acedb.git Homepage: http://www.acedb.org/ Package: acedb-other-dotter ===================================== debian/copyright ===================================== @@ -52,7 +52,7 @@ Comment: On Debian systems, the GPL is available at Jean Thierry-Mieg ([email protected]) (also found in the code: [email protected], [email protected], [email protected]) Jo Dicks <[email protected]> Jonathan Hodgkin <[email protected]> - Lincoln Stein (Whitehead) + Lincoln Stein (Whitehead) Mark Martin <[email protected]> Marcel Wijkstra <[email protected]> Martin Senger (outdated address found in code: [email protected]) @@ -94,5 +94,5 @@ License: RSA Files: debian/* Copyright: (C) 2009 Steffen Moeller <[email protected]> License: GPL-3 - The Debian packaging is licensed under the GPL version 3, + The Debian packaging is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. ===================================== debian/rules ===================================== @@ -35,8 +35,10 @@ override_dh_auto_build: $(MAKE) tools other CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) cd bin && ln -s ../w2/graphtest.c dh_auto_test || true +endif override_dh_auto_install: mkdir -p debian/tmp/usr/bin View it on GitLab: https://salsa.debian.org/med-team/acedb/compare/f925d7136a9bd29c9973a40d873cc8fde9e9af33...b04a9623b3df0b80cb7356ac943269285b47a44c -- View it on GitLab: https://salsa.debian.org/med-team/acedb/compare/f925d7136a9bd29c9973a40d873cc8fde9e9af33...b04a9623b3df0b80cb7356ac943269285b47a44c 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
