[med-svn] r12555 - trunk/packages/python-casmoothing/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Nov 21 14:00:28 UTC 2012
Author: tille
Date: 2012-11-21 14:00:27 +0000 (Wed, 21 Nov 2012)
New Revision: 12555
Added:
trunk/packages/python-casmoothing/trunk/debian/watch
Modified:
trunk/packages/python-casmoothing/trunk/debian/changelog
trunk/packages/python-casmoothing/trunk/debian/rules
Log:
Add watch file as well as get-orig-source target
Modified: trunk/packages/python-casmoothing/trunk/debian/changelog
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/changelog 2012-11-21 11:49:16 UTC (rev 12554)
+++ trunk/packages/python-casmoothing/trunk/debian/changelog 2012-11-21 14:00:27 UTC (rev 12555)
@@ -1,4 +1,4 @@
-python-casmoothing (0.1~git357bbd1-1) unstable; urgency=low
+python-casmoothing (0.1-1) unstable; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
Modified: trunk/packages/python-casmoothing/trunk/debian/rules
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/rules 2012-11-21 11:49:16 UTC (rev 12554)
+++ trunk/packages/python-casmoothing/trunk/debian/rules 2012-11-21 14:00:27 UTC (rev 12555)
@@ -1,3 +1,7 @@
#!/usr/bin/make -f
%:
dh $@ --with python2
+
+get-orig-source:
+ mkdir -p ../tarballs
+ uscan --verbose --force-download --repack --rename --destdir=../tarballs
Added: trunk/packages/python-casmoothing/trunk/debian/watch
===================================================================
--- trunk/packages/python-casmoothing/trunk/debian/watch (rev 0)
+++ trunk/packages/python-casmoothing/trunk/debian/watch 2012-11-21 14:00:27 UTC (rev 12555)
@@ -0,0 +1,2 @@
+version=3
+https://github.com/tfmoraes/python-casmoothing/tags .*/v(\d[\d\.]+)\.zip
More information about the debian-med-commit
mailing list