[freecol] 46/125: [freecol] New upstream release

Markus Koschany apo-guest at moszumanska.debian.org
Sun Dec 20 19:39:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository freecol.

commit bb7f5d86a01ee206cd84bcc21809c95af30d48c4
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Sat Aug 8 19:53:31 2009 +0000

    [freecol] New upstream release
---
 debian/changelog    | 7 +++++++
 debian/new-upstream | 5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ba988d..5d3c0ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <fourmond at debian.org>  Sat, 08 Aug 2009 21:27:55 +0200
+
 freecol (0.8.3+dfsg-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/new-upstream b/debian/new-upstream
index f2189c1..32075c0 100755
--- a/debian/new-upstream
+++ b/debian/new-upstream
@@ -18,7 +18,7 @@
 # directory.
 
 version=$2
-filename=$3
+filename=`readlink -f $3`
 
 dir=`mktemp -d`
 
@@ -36,8 +36,7 @@ set -e
 # 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freecol.git



More information about the Pkg-games-commits mailing list