[Pkg-cli-apps-commits] [SCM] monodevelop-vala branch, master, updated. debian/1.9.3-1-8-g1a181e1

Jo Shields directhex at apebox.org
Sun Oct 18 23:10:31 UTC 2009


The following commit has been merged in the master branch:
commit 1a181e173f4f9c163f74c26c31135350ccc5171f
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Oct 19 00:10:22 2009 +0100

    New upstream release

diff --git a/debian/changelog b/debian/changelog
index c6a82e4..3265499 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+monodevelop-vala (2.1.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/rules:
+    + Deterministic get-orig-source rule. Repack sucks.
+
+ -- Jo Shields <directhex at apebox.org>  Mon, 19 Oct 2009 00:07:11 +0100
+
 monodevelop-vala (2.0-1) unstable; urgency=low
 
   * New upstream release 
diff --git a/debian/rules b/debian/rules
index 2e5bb4b..d58f090 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ clean-patched:
 	dh clean
 
 get-orig-source:
+	mkdir -p ../tarballs
 	uscan \
 		--package $(DEB_SOURCE_NAME) \
 		--watchfile $(DEBIAN_DIR)/watch \
@@ -41,9 +42,10 @@ get-orig-source:
 		--download-version $(VERSION) \
 		--destdir . \
 		--force-download \
-		--rename \
-		--repack
-
+		--rename 
+	bzcat $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
+		gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+	rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
 %:
 	dh $@
 

-- 
monodevelop-vala



More information about the Pkg-cli-apps-commits mailing list