[Python-modules-commits] r24078 - in packages/python-gpyconf/trunk/debian (rules)
sunweaver at users.alioth.debian.org
sunweaver at users.alioth.debian.org
Tue Apr 30 20:58:13 UTC 2013
Date: Tuesday, April 30, 2013 @ 20:58:11
Author: sunweaver
Revision: 24078
/debian/rules: add get-orig-source stanza for downloading with uscan
Modified:
packages/python-gpyconf/trunk/debian/rules
Modified: packages/python-gpyconf/trunk/debian/rules
===================================================================
--- packages/python-gpyconf/trunk/debian/rules 2013-04-30 20:54:12 UTC (rev 24077)
+++ packages/python-gpyconf/trunk/debian/rules 2013-04-30 20:58:11 UTC (rev 24078)
@@ -7,6 +7,11 @@
MAIN_VERSION = $(shell dpkg-parsechangelog|sed -n '/^Version/{s/Version: \(.*\)/\1/p}')
VER = $(shell echo $(MAIN_VERSION)|sed -n 's/\([0-9.]*\)[-+].*/\1/p')
+get-orig-source:
+ dh_testdir
+ mkdir -p ../tarballs
+ uscan --force-download --rename --destdir ../tarballs
+
get-git-source:
dh_testdir
rm -rfv .upstream ../$(SOURCE_PACKAGE)_$(VER).orig.tar.bz2
More information about the Python-modules-commits
mailing list