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

Jo Shields directhex at apebox.org
Wed Sep 15 10:09:44 UTC 2010


The following commit has been merged in the master branch:
commit c0fb55b4485c09f0ea1d16b7fa272ed2d1151661
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Jun 7 20:16:52 2010 +0100

    don't use ../tarballs

diff --git a/debian/changelog b/debian/changelog
index 3825e78..bcbe673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mono-tools (2.6.2-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules:
+    + Don't use ../tarballs in get-orig-source
 
  -- Jo Shields <directhex at apebox.org>  Mon, 07 Jun 2010 20:14:57 +0100
 
diff --git a/debian/rules b/debian/rules
index b119cd3..37894fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,17 +82,16 @@ binary-arch:
 binary: binary-indep
 
 get-orig-source:
-	[ -d ../tarballs ] || mkdir ../tarballs
 	uscan \
 		--package $(DEB_SOURCE_NAME) \
 		--watchfile $(DEBIAN_DIR)/watch \
 		--upstream-version $(VERSION) \
 		--download-version $(VERSION) \
-		--destdir ../tarballs \
+		--destdir . \
 		--force-download \
 		--rename
-	bzcat ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
-		gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
-	rm ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
+	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