[Python-modules-commits] r18730 - in packages/python-peak.util/trunk/debian (changelog rules)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Mon Sep 26 13:36:04 UTC 2011


    Date: Monday, September 26, 2011 @ 13:36:03
  Author: eriol-guest
Revision: 18730

Passing --no-conf to uscan

Modified:
  packages/python-peak.util/trunk/debian/changelog
  packages/python-peak.util/trunk/debian/rules

Modified: packages/python-peak.util/trunk/debian/changelog
===================================================================
--- packages/python-peak.util/trunk/debian/changelog	2011-09-26 13:29:13 UTC (rev 18729)
+++ packages/python-peak.util/trunk/debian/changelog	2011-09-26 13:36:03 UTC (rev 18730)
@@ -19,7 +19,7 @@
   * debian/source/format
     - Switched to source format 3.0 (quilt)
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 23 Sep 2011 16:10:56 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 26 Sep 2011 15:34:29 +0200
 
 python-peak.util (20090610-3) unstable; urgency=low
 

Modified: packages/python-peak.util/trunk/debian/rules
===================================================================
--- packages/python-peak.util/trunk/debian/rules	2011-09-26 13:29:13 UTC (rev 18729)
+++ packages/python-peak.util/trunk/debian/rules	2011-09-26 13:36:03 UTC (rev 18730)
@@ -33,7 +33,8 @@
 get-orig-source:
 	set -e; \
 	for upstream in $(UPSTREAMS); do \
-		uscan --watchfile debian/$(PKG_PREFIX)`echo $$upstream | cut -d- -f1`.watch $(USCAN_EXTRA_ARGS) \
+		uscan --no-conf \
+			--watchfile debian/$(PKG_PREFIX)`echo $$upstream | cut -d- -f1`.watch $(USCAN_EXTRA_ARGS) \
 			--upstream-version 0 --download-version `echo $$upstream | cut -d- -f2` \
 			--package `echo $(PKG_PREFIX)$$upstream | cut -d- -f1` \
 			--download --destdir $(TARBALLS_DIR)/ --no-symlink; \




More information about the Python-modules-commits mailing list