[Pkg-cli-apps-commits] [SCM] Packaging for f-spot branch, master, updated. debian/0.6.1.4-1-5-g17bec2b

Iain Lane laney at ubuntu.com
Mon Nov 9 18:13:33 UTC 2009


The following commit has been merged in the master branch:
commit 17bec2b23342399e0a2752bfbf5888dcf3870dbd
Author: Iain Lane <laney at ubuntu.com>
Date:   Mon Nov 9 18:12:47 2009 +0000

    debian/rules: Make get-orig-source policy compliant

diff --git a/debian/changelog b/debian/changelog
index 40f222e..496bc19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ f-spot (0.6.1.5-1) UNRELEASED; urgency=low
    - make IconView responsive to mouseclicks on gdk 2.18 (LP: #448162)
    - do not ignore .rw2 files
    - avoid an Array.OORE on empty dbs (Mike Gemuende)
+  * debian/rules: Make get-orig-source policy compliant 
 
- -- Iain Lane <laney at ubuntu.com>  Thu, 05 Nov 2009 16:18:30 +0000
+ -- Iain Lane <laney at ubuntu.com>  Mon, 09 Nov 2009 18:12:08 +0000
 
 f-spot (0.6.1.4-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index a0dc6a5..4e39294 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,12 +38,11 @@ override_dh_auto_test:
 override_dh_makeclilibs:
 
 get-orig-source:
-	[ -d ../tarballs ] || mkdir ../tarballs
 	uscan \
 		--force-download \
 		--download-version $(UPVERSION) \
 		--rename \
-		--destdir ../tarballs
+		--destdir .
 
 %:
 	dh --with quilt $@

-- 
Packaging for f-spot



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