[Pkg-mono-svn-commits] [SCM] mono-debugger branch, master, updated. debian/2.6.3-2

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


The following commit has been merged in the master branch:
commit e46fdde62414278cc8a5c4e510da2d01910a3d4c
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Jun 6 22:59:35 2010 +0100

    Stop using ../tarballs

diff --git a/debian/changelog b/debian/changelog
index d87ab02..d99a319 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 mono-debugger (2.6.3-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules:
+    + Stop using ../tarballs in get-orig-source rule
 
  -- Jo Shields <directhex at apebox.org>  Sun, 06 Jun 2010 22:58:05 +0100
 
diff --git a/debian/rules b/debian/rules
index 8716583..ed0a629 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,17 +84,16 @@ binary-arch: build install
 binary: binary-indep binary-arch
 
 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 binary-indep binary-arch binary install configure

-- 
mono-debugger



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