Author: tille Date: 2012-03-08 15:06:21 +0000 (Thu, 08 Mar 2012) New Revision: 9965
Modified: trunk/packages/treeviewx/trunk/debian/changelog trunk/packages/treeviewx/trunk/debian/watch Log: Fixed watch file to query Google code directly Modified: trunk/packages/treeviewx/trunk/debian/changelog =================================================================== --- trunk/packages/treeviewx/trunk/debian/changelog 2012-03-08 15:03:43 UTC (rev 9964) +++ trunk/packages/treeviewx/trunk/debian/changelog 2012-03-08 15:06:21 UTC (rev 9965) @@ -1,3 +1,9 @@ +treeviewx (0.5.1+20100823-2) UNRELEASED; urgency=low + + * debian/watch: Fixed after Google code redirector stopped working + + -- Andreas Tille <[email protected]> Thu, 08 Mar 2012 16:04:59 +0100 + treeviewx (0.5.1+20100823-1) unstable; urgency=low * New upstream version, hosted on Google Code. Modified: trunk/packages/treeviewx/trunk/debian/watch =================================================================== --- trunk/packages/treeviewx/trunk/debian/watch 2012-03-08 15:03:43 UTC (rev 9964) +++ trunk/packages/treeviewx/trunk/debian/watch 2012-03-08 15:06:21 UTC (rev 9965) @@ -1,2 +1,4 @@ version=3 -http://googlecode.debian.net/p/treeviewx/tv.(\d+.*)\.tar\.gz +# http://googlecode.debian.net/p/treeviewx/tv.(\d+.*)\.tar\.gz +http://code.google.com/p/treeviewx/downloads/list?can=1 \ + .*/tv-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip) _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
