Author: alfie Date: 2008-03-26 14:10:04 +0000 (Wed, 26 Mar 2008) New Revision: 6322
Modified: packages/trunk/wesnoth/debian/changelog packages/trunk/wesnoth/debian/watch Log: * Make use of the http://sf.net/$project/ hack in debian/watch instead of chosing a mirror on our own. Modified: packages/trunk/wesnoth/debian/changelog =================================================================== --- packages/trunk/wesnoth/debian/changelog 2008-03-26 13:54:43 UTC (rev 6321) +++ packages/trunk/wesnoth/debian/changelog 2008-03-26 14:10:04 UTC (rev 6322) @@ -20,8 +20,10 @@ * Install documentation only into wesnoth-data package and make the depending packages have symlinks to the doc dir. * Build a wesnoth-smallgui binary (closes: #469234) + * Make use of the http://sf.net/$project/ hack in debian/watch instead of + chosing a mirror on our own. - -- Gerfried Fuchs <[EMAIL PROTECTED]> Mon, 17 Mar 2008 22:28:29 +0100 + -- Gerfried Fuchs <[EMAIL PROTECTED]> Wed, 26 Mar 2008 15:10:23 +0100 wesnoth (1:1.4-1) unstable; urgency=low Modified: packages/trunk/wesnoth/debian/watch =================================================================== --- packages/trunk/wesnoth/debian/watch 2008-03-26 13:54:43 UTC (rev 6321) +++ packages/trunk/wesnoth/debian/watch 2008-03-26 14:10:04 UTC (rev 6322) @@ -1,11 +1,11 @@ version=2 -# Site/Directory Pattern Version Script +# Site/Directory Pattern Version Script ## stable branch -http://heanet.dl.sourceforge.net/sourceforge/wesnoth/ wesnoth-([\d]+\.[\d]*[02468](?:\.[\d\.]*)?)\.tar\.(?:bz2|gz) debian uupdate +http://sf.net/wesnoth/ wesnoth-([\d]+\.[\d]*[02468](?:\.[\d\.]*)?)\.tar\.(?:bz2|gz) debian uupdate ## development branch -#http://heanet.dl.sourceforge.net/sourceforge/wesnoth/ wesnoth-([\d]+\.[\d]*[13579](?:\.[\d\.]*)?)\.tar\.(?:bz2|gz) debian uupdate +#http://sf.net/wesnoth/ wesnoth-([\d]+\.[\d]*[13579](?:\.[\d\.]*)?)\.tar\.(?:bz2|gz) debian uupdate ## everything -#http://heanet.dl.sourceforge.net/sourceforge/wesnoth/ wesnoth-([\d.]+)\.tar\.(?:bz2|gz) debian uupdate +#http://sf.net/wesnoth/ wesnoth-([\d.]+)\.tar\.(?:bz2|gz) debian uupdate _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

