r51264 - in /desktop/unstable/clutter-1.0/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Oct 9 12:08:00 UTC 2016


Author: ah
Date: Sun Oct  9 12:08:00 2016
New Revision: 51264

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51264
Log:
Fix get-orig-source override to be both policy compliant and
pkg-gnome workflow compliant by downloading to DEB_TARBALL_DOWNLOAD_DIR
(cf. #527626)

Modified:
    desktop/unstable/clutter-1.0/debian/changelog
    desktop/unstable/clutter-1.0/debian/rules

Modified: desktop/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/changelog?rev=51264&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/changelog	[utf-8] Sun Oct  9 12:08:00 2016
@@ -19,6 +19,9 @@
 
   [ Andreas Henriksson ]
   * Bump Standards-Version to 3.9.8
+  * Fix get-orig-source override to be both policy compliant and
+    pkg-gnome workflow compliant by downloading to DEB_TARBALL_DOWNLOAD_DIR
+    (cf. #527626)
 
  -- Jeremy Bicha <jbicha at linux.com>  Fri, 03 Jun 2016 01:00:24 -0400
 

Modified: desktop/unstable/clutter-1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/rules?rev=51264&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/rules	[utf-8] Sun Oct  9 12:08:00 2016
@@ -33,4 +33,6 @@
 common-binary-predeb-arch:: list-missing
 
 get-orig-source get-packaged-orig-source:
-	uscan --verbose --force-download --repack --compression xz
+	uscan --verbose --force-download \
+		--destdir $(DEB_TARBALL_DOWNLOAD_DIR) \
+		--repack --compression xz




More information about the pkg-gnome-commits mailing list