[Pkg-mono-svn-commits] [SCM] mod-mono branch, master, updated. debian/2.6.3-4-15-gc9047b3

Jo Shields directhex at apebox.org
Sun Mar 20 23:18:16 UTC 2011


The following commit has been merged in the master branch:
commit 8fe987d4a0ded5f1c69870a5f0dde5f27d35af70
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Mar 20 22:05:59 2011 +0000

    Stop repackaging .tar.bz2 sources as .tar.gz - it's 2011 and we have amazing new archive format powers

diff --git a/debian/rules b/debian/rules
index 8347f8e..2bfaaf5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,9 +137,6 @@ 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
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install 

-- 
mod-mono



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