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

Jo Shields directhex at apebox.org
Wed Sep 15 10:53:50 UTC 2010


The following commit has been merged in the master branch:
commit bcadece3f7a266ff5b9433a31e4d4f3e8e6e9808
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Jun 17 14:06:02 2010 +0100

    kill ../tarballs

diff --git a/debian/changelog b/debian/changelog
index 4d66b7d..9e45382 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ monodevelop-python (2.4-1) UNRELEASED; urgency=low
   * debian/control:
     + Bump MonoDevelop build-dep to 2.4
     + Don't tweak binary version dependency on MonoDevelop
+  * debian/rules:
+    + Stop using ../tarballs in get-orig-source rule
 
  -- Jo Shields <directhex at apebox.org>  Thu, 17 Jun 2010 14:02:59 +0100
 
diff --git a/debian/rules b/debian/rules
index 200fb36..2f674bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,18 +38,17 @@ clean-patched: $(QUILT_STAMPFN)
 	dh clean --after dh_auto_clean
 
 get-orig-source:
-	mkdir -p ../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
 
 %:
 	dh $@

-- 
monodevelop-python



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