Author: tille Date: 2012-09-06 16:56:03 +0000 (Thu, 06 Sep 2012) New Revision: 12178
Modified: trunk/packages/squizz/trunk/debian/changelog trunk/packages/squizz/trunk/debian/copyright trunk/packages/squizz/trunk/debian/watch Log: Add Files-Excluded to document what was removed from original source; adapted watch file Modified: trunk/packages/squizz/trunk/debian/changelog =================================================================== --- trunk/packages/squizz/trunk/debian/changelog 2012-09-06 16:31:12 UTC (rev 12177) +++ trunk/packages/squizz/trunk/debian/changelog 2012-09-06 16:56:03 UTC (rev 12178) @@ -1,3 +1,12 @@ +squizz (0.99a+dfsg-1) UNRELEASED; urgency=low + + * debian/copyright: + - DEP5 + - Add Files-Excluded to document what was removed from original source + * debian/watch: handle +dfsg suffix + + -- Andreas Tille <[email protected]> Tue, 04 Sep 2012 11:55:27 +0200 + squizz (0.99a-2) unstable; urgency=low [ Charles Plessy ] Modified: trunk/packages/squizz/trunk/debian/copyright =================================================================== --- trunk/packages/squizz/trunk/debian/copyright 2012-09-06 16:31:12 UTC (rev 12177) +++ trunk/packages/squizz/trunk/debian/copyright 2012-09-06 16:56:03 UTC (rev 12178) @@ -1,6 +1,8 @@ -Format: http://dep.debian.net/deps/dep5 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: squizz Source: ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz +Files-Excluded: + test/sequence/sprot.seq Files: * Copyright: 2011 Nicolas Joly<[email protected]> @@ -26,3 +28,4 @@ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + Modified: trunk/packages/squizz/trunk/debian/watch =================================================================== --- trunk/packages/squizz/trunk/debian/watch 2012-09-06 16:31:12 UTC (rev 12177) +++ trunk/packages/squizz/trunk/debian/watch 2012-09-06 16:56:03 UTC (rev 12178) @@ -1,7 +1,4 @@ -# Compulsory line, this is a version 3 file version=3 -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/squizz-(.*)\.tar\.gz debian uupdate -opts=passive,filenamemangle=s/_/./g;s/-/_/g;s/tar\.gz/orig\.tar\.gz/g ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz/squizz-(.*)\.tar\.gz debian uupdate - +opts=passive,dversionmangle=s/[~\+]dfsg// \ + ftp://ftp.pasteur.fr/pub/gensoft/projects/squizz/squizz-(.*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
