Author: tille Date: 2014-03-27 13:15:14 +0000 (Thu, 27 Mar 2014) New Revision: 16525
Modified: trunk/packages/python-biom-format/trunk/debian/copyright trunk/packages/python-biom-format/trunk/debian/rules trunk/packages/python-biom-format/trunk/debian/watch Log: Upstream location has changed, some preprocessed binary doc files need to be removed Modified: trunk/packages/python-biom-format/trunk/debian/copyright =================================================================== --- trunk/packages/python-biom-format/trunk/debian/copyright 2014-03-27 10:41:22 UTC (rev 16524) +++ trunk/packages/python-biom-format/trunk/debian/copyright 2014-03-27 13:15:14 UTC (rev 16525) @@ -2,8 +2,8 @@ Upstream-Name: biom-format.org Upstream-Contact: Greg Caporaso <[email protected]> Source: http://biom-format.org/ -> links to Github download -#Files-Excluded: -# ._* +Files-Excluded: + doc/_build Files: * Copyright: © 2010-2012 Greg Caporaso <[email protected]> Modified: trunk/packages/python-biom-format/trunk/debian/rules =================================================================== --- trunk/packages/python-biom-format/trunk/debian/rules 2014-03-27 10:41:22 UTC (rev 16524) +++ trunk/packages/python-biom-format/trunk/debian/rules 2014-03-27 13:15:14 UTC (rev 16525) @@ -84,4 +84,4 @@ get-orig-source: # . debian/get-orig-source mkdir -p ../tarballs - uscan --verbose --force-download --destdir=../tarballs + uscan --verbose --force-download --repack --repack-compression xz --destdir=../tarballs Modified: trunk/packages/python-biom-format/trunk/debian/watch =================================================================== --- trunk/packages/python-biom-format/trunk/debian/watch 2014-03-27 10:41:22 UTC (rev 16524) +++ trunk/packages/python-biom-format/trunk/debian/watch 2014-03-27 13:15:14 UTC (rev 16525) @@ -1,3 +1,4 @@ version=3 opts=dversionmangle=s/\+dfsg[0-9]*// \ - http://biom-format.org/ ftp://thebeast.colorado.edu/pub/biom-format-releases/biom-format-([\d.]+)\.(?:tar\.gz|tgz) + https://pypi.python.org/packages/source/b/biom-format/biom-format-([.\d]+)\.tar\.gz + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
