[tor-commits] [arm/packaging] Bumping deb changelog to 1.4.2.4.
sebastian at torproject.org
sebastian at torproject.org
Sun Apr 24 05:54:11 UTC 2011
commit 8291777b45b337037be469a988a83051840e6b41
Author: Damian Johnson <atagar at torproject.org>
Date: Thu Apr 21 17:48:56 2011 -0700
Bumping deb changelog to 1.4.2.4.
---
build/debian/changelog | 6 ++++++
deb-prep.sh | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/build/debian/changelog b/build/debian/changelog
index 138b201..6af48b4 100644
--- a/build/debian/changelog
+++ b/build/debian/changelog
@@ -1,3 +1,9 @@
+tor-arm (1.4.2.4-1) unstable; urgency=low
+
+ * Upstream release 1.4.2.4.
+
+ -- Damian Johnson <atagar at torproject.org> Sat, 21 Apr 2011 1:30:43 -0700
+
tor-arm (1.4.2.0-1) unstable; urgency=low
* Upstream release 1.4.2.0.
diff --git a/deb-prep.sh b/deb-prep.sh
index 9bf7e2b..6962143 100755
--- a/deb-prep.sh
+++ b/deb-prep.sh
@@ -11,10 +11,10 @@
# dpkg-source -x tor-arm_1.4.0.1-1.dsc
# debuild -rfakeroot -uc -us -j3
-# alternate (works, but svn export is simpler):
+# alternate (works, but not sure if it'll miss resources like gitignore):
# tar czf tor-arm_1.3.7.orig.tar.gz --exclude-vcs --exclude="*.pyc" -v release
-export DEB_VERSION="1.2.3.4"
+export DEB_VERSION="1.4.2.4"
mkdir release_deb
git archive --format=tar release | (cd ./release_deb && tar xf -)
More information about the tor-commits
mailing list