[Python-modules-commits] r29150 - in packages/sip4/trunk/debian (changelog rules)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Thu May 29 11:26:10 UTC 2014
Date: Thursday, May 29, 2014 @ 11:26:09
Author: mitya57-guest
Revision: 29150
Add get-orig-source target to debian/rules.
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/rules
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2014-05-29 11:20:23 UTC (rev 29149)
+++ packages/sip4/trunk/debian/changelog 2014-05-29 11:26:09 UTC (rev 29150)
@@ -6,6 +6,7 @@
* Add Files-Excluded field to remove HTML documentation, which
contains sourceless minified jquery.
* Simplify debian/watch, and mangle dfsg version.
+ * Add get-orig-source target to debian/rules.
-- Dmitry Shachnev <mitya57 at gmail.com> Wed, 28 May 2014 16:14:08 +0400
Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules 2014-05-29 11:20:23 UTC (rev 29149)
+++ packages/sip4/trunk/debian/rules 2014-05-29 11:26:09 UTC (rev 29150)
@@ -196,4 +196,8 @@
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary configure
+
+get-orig-source:
+ uscan --verbose --download-current-version
+
+.PHONY: build binary-indep binary-arch binary clean configure get-orig-source
More information about the Python-modules-commits
mailing list