Author: tille Date: 2017-01-03 08:35:42 +0000 (Tue, 03 Jan 2017) New Revision: 23480
Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/changelog trunk/packages/barrnap-data-nonfree/trunk/debian/compat trunk/packages/barrnap-data-nonfree/trunk/debian/control trunk/packages/barrnap-data-nonfree/trunk/debian/rules Log: Fix Vcs URLs, debhelper 10 Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/changelog =================================================================== --- trunk/packages/barrnap-data-nonfree/trunk/debian/changelog 2017-01-03 08:33:57 UTC (rev 23479) +++ trunk/packages/barrnap-data-nonfree/trunk/debian/changelog 2017-01-03 08:35:42 UTC (rev 23480) @@ -2,6 +2,7 @@ * Team upload. * Fix Vcs URLs + * debhelper 10 -- Andreas Tille <[email protected]> Tue, 03 Jan 2017 09:33:20 +0100 Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/compat =================================================================== --- trunk/packages/barrnap-data-nonfree/trunk/debian/compat 2017-01-03 08:33:57 UTC (rev 23479) +++ trunk/packages/barrnap-data-nonfree/trunk/debian/compat 2017-01-03 08:35:42 UTC (rev 23480) @@ -1 +1 @@ -9 +10 Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/control =================================================================== --- trunk/packages/barrnap-data-nonfree/trunk/debian/control 2017-01-03 08:33:57 UTC (rev 23479) +++ trunk/packages/barrnap-data-nonfree/trunk/debian/control 2017-01-03 08:35:42 UTC (rev 23480) @@ -3,7 +3,7 @@ Section: non-free/science Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Sascha Steinbiss <[email protected]> -Build-Depends: debhelper (>= 9.0.0), lua5.1 +Build-Depends: debhelper (>= 10), lua5.1 Standards-Version: 3.9.6 Homepage: http://www.vicbioinformatics.com/software.barrnap.shtml Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/barrnap-data-nonfree/trunk/ Modified: trunk/packages/barrnap-data-nonfree/trunk/debian/rules =================================================================== --- trunk/packages/barrnap-data-nonfree/trunk/debian/rules 2017-01-03 08:33:57 UTC (rev 23479) +++ trunk/packages/barrnap-data-nonfree/trunk/debian/rules 2017-01-03 08:35:42 UTC (rev 23480) @@ -6,7 +6,7 @@ VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//') %: - dh $@ --parallel + dh $@ get-orig-source: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
