[Pkg-mono-svn-commits] [SCM] mono-tools branch, master, updated. debian/2.6.2-3-23-gb93cda5

Jo Shields directhex at apebox.org
Mon Apr 25 19:00:11 UTC 2011


The following commit has been merged in the master branch:
commit 323c002a73b6e9b57797dbe71719846d4054bf58
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Apr 25 18:42:23 2011 +0100

    Stop altering compression format on orig tarball in get-orig-source rule

diff --git a/debian/rules b/debian/rules
index bb3cd21..8319a7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,8 +92,5 @@ get-orig-source:
 		--destdir . \
 		--force-download \
 		--rename
-	bzcat ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
-		gzip -9fn -c - > ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
 
 .PHONY: build clean clean-patched binary-indep binary install

-- 
mono-tools



More information about the Pkg-mono-svn-commits mailing list