[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. debian/0.1.3-37-gf8b50e9

Francesco Poli (wintermute) invernomuto at paranoici.org
Sat Mar 5 23:00:58 UTC 2011


The following commit has been merged in the master branch:
commit f8b50e9f49b683694713635be294adabcfe4595e
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Fri Mar 4 19:59:12 2011 +0100

    change tag into debian/version in git-tag.sh

diff --git a/debian/changelog b/debian/changelog
index 0fdde78..142d8d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,12 +32,13 @@ apt-listbugs (0.1.4) UNRELEASED; urgency=low
     files status and unpack fails": added code for the abort-install case
     to the postrm script (Closes: #611913)
   * changed my e-mail address
+  * re-added (a slightly modified version of) the git-tag.sh internal script
 
   [ Ryan Niebur ]
   * updated German translation, thanks Thomas Mueller! (Closes: #578305)
   * flush stdin after running the web browser (Closes: #578299)
 
- -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Sat, 19 Feb 2011 20:45:25 +0100
+ -- Francesco Poli (wintermute) <invernomuto at paranoici.org>  Wed, 02 Mar 2011 23:50:37 +0100
 
 apt-listbugs (0.1.3) unstable; urgency=low
 
diff --git a/git-tag.sh b/git-tag.sh
index 220109c..9c212fe 100755
--- a/git-tag.sh
+++ b/git-tag.sh
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 VERSION=$(dpkg-parsechangelog | sed -n 's/^Version: //p')
-git tag -s -u "$DEBEMAIL" -m "apt-listbugs release $VERSION" $VERSION
+git tag -s -u "$DEBEMAIL" -m "apt-listbugs release $VERSION" debian/$VERSION
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list