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

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


The following commit has been merged in the master branch:
commit 107f4b0262df35aefadb2857d1edee8246ecc696
Author: Jo Shields <directhex at apebox.org>
Date:   Thu Jun 17 15:21:22 2010 +0100

    kill ../tarballs

diff --git a/debian/changelog b/debian/changelog
index 2826281..d054fc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ monodevelop-vala (2.4-1) UNRELEASED; urgency=low
   * New upstream release
   * debian/source/format:
     + Force DebSrc 1.0
+  * debian/rules:
+    + Stop using ../tarballs/ in get-orig-source rule
 
  -- Jo Shields <directhex at apebox.org>  Thu, 17 Jun 2010 15:14:50 +0100
 
diff --git a/debian/rules b/debian/rules
index 4eab64c..f1a0309 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,6 @@ clean-patched:
 	dh clean
 
 get-orig-source:
-	mkdir -p ../tarballs
 	uscan \
 		--package $(DEB_SOURCE_NAME) \
 		--watchfile $(DEBIAN_DIR)/watch \
@@ -44,7 +43,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
 %:
 	dh $@

-- 
monodevelop-vala



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