Author: tille Date: 2016-12-17 20:45:36 +0000 (Sat, 17 Dec 2016) New Revision: 23305
Modified: trunk/packages/gmod/chado/trunk/debian/changelog trunk/packages/gmod/chado/trunk/debian/compat trunk/packages/gmod/chado/trunk/debian/control trunk/packages/gmod/chado/trunk/debian/postinst trunk/packages/gmod/chado/trunk/debian/rules trunk/packages/gmod/chado/trunk/debian/watch Log: debhelper 10, d/watch: version=4, minor lintian issues - rebuild to test compatibility with bioperl 1.7.1 Modified: trunk/packages/gmod/chado/trunk/debian/changelog =================================================================== --- trunk/packages/gmod/chado/trunk/debian/changelog 2016-12-17 18:15:40 UTC (rev 23304) +++ trunk/packages/gmod/chado/trunk/debian/changelog 2016-12-17 20:45:36 UTC (rev 23305) @@ -1,3 +1,10 @@ +libchado-perl (1.31-3) unstable; urgency=medium + + * debhelper 10 + * d/watch: version=4 + + -- Andreas Tille <[email protected]> Sat, 17 Dec 2016 21:34:53 +0100 + libchado-perl (1.31-2) unstable; urgency=medium * Depends: libmodule-build-perl Modified: trunk/packages/gmod/chado/trunk/debian/compat =================================================================== --- trunk/packages/gmod/chado/trunk/debian/compat 2016-12-17 18:15:40 UTC (rev 23304) +++ trunk/packages/gmod/chado/trunk/debian/compat 2016-12-17 20:45:36 UTC (rev 23305) @@ -1 +1 @@ -9 +10 Modified: trunk/packages/gmod/chado/trunk/debian/control =================================================================== --- trunk/packages/gmod/chado/trunk/debian/control 2016-12-17 18:15:40 UTC (rev 23304) +++ trunk/packages/gmod/chado/trunk/debian/control 2016-12-17 20:45:36 UTC (rev 23305) @@ -6,7 +6,7 @@ Andreas Tille <[email protected]> Section: perl Priority: optional -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 10) Build-Depends-Indep: perl, libclass-dbi-pg-perl, libxml-libxslt-perl, Modified: trunk/packages/gmod/chado/trunk/debian/postinst =================================================================== --- trunk/packages/gmod/chado/trunk/debian/postinst 2016-12-17 18:15:40 UTC (rev 23304) +++ trunk/packages/gmod/chado/trunk/debian/postinst 2016-12-17 20:45:36 UTC (rev 23305) @@ -1,6 +1,6 @@ #!/bin/bash -set -E +set -e trap onexit ERR function onexit() { Modified: trunk/packages/gmod/chado/trunk/debian/rules =================================================================== --- trunk/packages/gmod/chado/trunk/debian/rules 2016-12-17 18:15:40 UTC (rev 23304) +++ trunk/packages/gmod/chado/trunk/debian/rules 2016-12-17 20:45:36 UTC (rev 23305) @@ -55,4 +55,4 @@ override_dh_fixperms: dh_fixperms - chmod 600 debian/$(pkg)/etc/gmod/gmod-chado.conf + chmod 644 debian/$(pkg)/etc/gmod/gmod-chado.conf Modified: trunk/packages/gmod/chado/trunk/debian/watch =================================================================== --- trunk/packages/gmod/chado/trunk/debian/watch 2016-12-17 18:15:40 UTC (rev 23304) +++ trunk/packages/gmod/chado/trunk/debian/watch 2016-12-17 20:45:36 UTC (rev 23305) @@ -1,2 +1,2 @@ -version=3 +version=4 http://sf.net/gmod/chado-([0-9.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
