Author: tille Date: 2016-12-17 21:28:30 +0000 (Sat, 17 Dec 2016) New Revision: 23308
Modified: trunk/packages/epcr/trunk/debian/changelog trunk/packages/epcr/trunk/debian/compat trunk/packages/epcr/trunk/debian/control trunk/packages/epcr/trunk/debian/copyright trunk/packages/epcr/trunk/debian/rules trunk/packages/epcr/trunk/debian/watch Log: * d/watch: version=4 * debhelper 10 * cme fix dpkg-control * hardening=+all Modified: trunk/packages/epcr/trunk/debian/changelog =================================================================== --- trunk/packages/epcr/trunk/debian/changelog 2016-12-17 20:59:44 UTC (rev 23307) +++ trunk/packages/epcr/trunk/debian/changelog 2016-12-17 21:28:30 UTC (rev 23308) @@ -1,3 +1,12 @@ +epcr (2.3.12-1-4) unstable; urgency=medium + + * d/watch: version=4 + * debhelper 10 + * cme fix dpkg-control + * hardening=+all + + -- Andreas Tille <[email protected]> Sat, 17 Dec 2016 22:15:19 +0100 + epcr (2.3.12-1-3) unstable; urgency=medium * new homepage Modified: trunk/packages/epcr/trunk/debian/compat =================================================================== --- trunk/packages/epcr/trunk/debian/compat 2016-12-17 20:59:44 UTC (rev 23307) +++ trunk/packages/epcr/trunk/debian/compat 2016-12-17 21:28:30 UTC (rev 23308) @@ -1 +1 @@ -9 +10 Modified: trunk/packages/epcr/trunk/debian/control =================================================================== --- trunk/packages/epcr/trunk/debian/control 2016-12-17 20:59:44 UTC (rev 23307) +++ trunk/packages/epcr/trunk/debian/control 2016-12-17 21:28:30 UTC (rev 23308) @@ -5,9 +5,9 @@ Charles Plessy <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/epcr/trunk/ +Build-Depends: debhelper (>= 10) +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/epcr/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/epcr/trunk/ Homepage: http://www.ncbi.nlm.nih.gov/tools/epcr/ @@ -25,7 +25,7 @@ . The new version of e-PCR implements a fuzzy matching strategy. To reduce likelihood that a true STS will be missed due to mismatches, multiple - discontigous words may be used instead of a single exact word. Each of this + discontiguous words may be used instead of a single exact word. Each of this word has groups of significant positions separated by 'wildcard' positions that are not required to match. In addition, it is also possible to allow gaps in the primer alignments. Modified: trunk/packages/epcr/trunk/debian/copyright =================================================================== --- trunk/packages/epcr/trunk/debian/copyright 2016-12-17 20:59:44 UTC (rev 23307) +++ trunk/packages/epcr/trunk/debian/copyright 2016-12-17 21:28:30 UTC (rev 23308) @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: e-PCR Upstream-Contact: Kirill Rotmistrovsky <[email protected]> Source: ftp://ftp.ncbi.nlm.nih.gov/pub/schuler/e-PCR/e-PCR-2.3.12-src.tar.gz Modified: trunk/packages/epcr/trunk/debian/rules =================================================================== --- trunk/packages/epcr/trunk/debian/rules 2016-12-17 20:59:44 UTC (rev 23307) +++ trunk/packages/epcr/trunk/debian/rules 2016-12-17 21:28:30 UTC (rev 23308) @@ -2,6 +2,8 @@ # debian/rules for ncbi-epcr using # Andreas Tille <[email protected]>, GPL +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p') VER_MAJOR := $(shell echo $(VERSION) | sed 's/^\([0-9]\+\)\..*/\1/') VER_MINOR := $(shell echo $(VERSION) | sed 's/^[0-9]\+\.\([0-9]\+\)\..*/\1/') Modified: trunk/packages/epcr/trunk/debian/watch =================================================================== --- trunk/packages/epcr/trunk/debian/watch 2016-12-17 20:59:44 UTC (rev 23307) +++ trunk/packages/epcr/trunk/debian/watch 2016-12-17 21:28:30 UTC (rev 23308) @@ -1,2 +1,2 @@ -version=3 +version=4 ftp://ftp.ncbi.nlm.nih.gov/pub/schuler/e-PCR/e-PCR-(.*)-src\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
