Author: fourmond Date: 2009-08-08 19:53:31 +0000 (Sat, 08 Aug 2009) New Revision: 10121
Modified: packages/trunk/freecol/debian/ packages/trunk/freecol/debian/changelog packages/trunk/freecol/debian/new-upstream Log: [freecol] New upstream release Property changes on: packages/trunk/freecol/debian ___________________________________________________________________ Deleted: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/freecol_0.7.2.orig.tar.gz Modified: packages/trunk/freecol/debian/changelog =================================================================== --- packages/trunk/freecol/debian/changelog 2009-08-07 18:18:16 UTC (rev 10120) +++ packages/trunk/freecol/debian/changelog 2009-08-08 19:53:31 UTC (rev 10121) @@ -1,3 +1,10 @@ +freecol (0.8.4+dfsg-1) unstable; urgency=low + + * New upstream release + * Minor modifications to the debian/new-upstream script + + -- Vincent Fourmond <[email protected]> Sat, 08 Aug 2009 21:27:55 +0200 + freecol (0.8.3+dfsg-1) unstable; urgency=low * New upstream release Modified: packages/trunk/freecol/debian/new-upstream =================================================================== --- packages/trunk/freecol/debian/new-upstream 2009-08-07 18:18:16 UTC (rev 10120) +++ packages/trunk/freecol/debian/new-upstream 2009-08-08 19:53:31 UTC (rev 10121) @@ -18,7 +18,7 @@ # directory. version=$2 -filename=$3 +filename=`readlink -f $3` dir=`mktemp -d` @@ -36,8 +36,7 @@ # We repackage the upstream source file, according to the method # written in debian/copyrigh cd $dir -echo tar xvzf $curdir/$filename -tar xvzf $curdir/$filename +tar xvzf $filename cd $dir/freecol* patch -p0 < $curdir/debian/freecol-dist-targz.diff echo $version | ant tarDistBundle _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

