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

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


The following commit has been merged in the master branch:
commit bff88832a7ec124adbac90a3192336060d1bb074
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Apr 12 23:46:18 2010 +0100

    Policy-compliant get-orig-source download location (i.e. ./)

diff --git a/debian/changelog b/debian/changelog
index be2d17e..cfb1b99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ mono-basic (2.6.2-1) UNRELEASED; urgency=low
   * New upstream release
   * debian/control:
     + No-change bump to Standards 3.8.4
+  * debian/rules:
+    + Policy-compliant get-orig-source download location (i.e. ./)
 
  -- Jo Shields <directhex at apebox.org>  Mon, 12 Apr 2010 23:30:34 +0100
 
diff --git a/debian/rules b/debian/rules
index 47910ee..86511c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,18 +19,17 @@ config.status: configure
 	./configure --prefix=/usr
 
 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
 
 
 build: build-stamp

-- 
mono-basic



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