[Python-modules-commits] r19924 - in packages/python-icalendar/trunk/debian (rules)

paultag-guest at users.alioth.debian.org paultag-guest at users.alioth.debian.org
Sun Jan 8 00:50:20 UTC 2012


    Date: Sunday, January 8, 2012 @ 00:50:19
  Author: paultag-guest
Revision: 19924

wrapping the uscan line.

Modified:
  packages/python-icalendar/trunk/debian/rules

Modified: packages/python-icalendar/trunk/debian/rules
===================================================================
--- packages/python-icalendar/trunk/debian/rules	2012-01-08 00:42:29 UTC (rev 19923)
+++ packages/python-icalendar/trunk/debian/rules	2012-01-08 00:50:19 UTC (rev 19924)
@@ -38,7 +38,8 @@
 	dh_compress -X.html
 
 get-orig-source:
-	uscan --noconf --force-download --rename --download-current-version --destdir=.
+	uscan --noconf --force-download --rename --download-current-version \
+        --destdir=.
 	mkdir repack $(PACKAGE_NAME)-$(DEB_UPSTREAM_VERSION)
 	tar -xf $(DEB_UPSTREAM_VERSION_UNMANGLED) -C ./repack 
 	mv repack/*/* $(PACKAGE_NAME)-$(DEB_UPSTREAM_VERSION)




More information about the Python-modules-commits mailing list