[Pkg-cli-apps-commits] [SCM] monodevelop-boo branch, master, updated. debian/2.4-2

Jo Shields directhex at apebox.org
Wed Sep 15 11:15:06 UTC 2010


The following commit has been merged in the master branch:
commit 510d1817235a6a8a9fbbe35a871b6e21a6ecedc0
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Jun 16 22:12:11 2010 +0100

    Don't use ../tarballs

diff --git a/debian/changelog b/debian/changelog
index 25a8190..88efeba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+monodevelop-boo (2.4-1) UNRELEASED; urgency=low
+
+  * The "my brain hurts!" release
+  * New upstream release
+  * debian/rules:
+    + Don't use ../tarballs for get-orig-source
+
+ -- Jo Shields <directhex at apebox.org>  Wed, 16 Jun 2010 22:04:16 +0100
+
 monodevelop-boo (2.2-3) unstable; urgency=low
 
   * Rebuild against MonoDevelop 2.2.2
diff --git a/debian/rules b/debian/rules
index 5635f03..4d3b94b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,6 @@ binary-arch:
 binary: binary-arch binary-indep
 
 get-orig-source:
-	mkdir -p ../tarballs
 	uscan \
 		--package $(DEB_SOURCE_NAME) \
 		--watchfile $(DEBIAN_DIR)/watch \
@@ -82,7 +81,7 @@ get-orig-source:
 		--force-download \
 		--rename
 	bzcat $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
-		gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+		gzip -9fn -c - > ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
 	rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
 
 .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch

-- 
monodevelop-boo



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