[Python-modules-commits] r25430 - in packages/python-cffi/trunk/debian (changelog rules watch)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Wed Aug 7 14:23:06 UTC 2013


    Date: Wednesday, August 7, 2013 @ 14:23:04
  Author: stefanor
Revision: 25430

* New upstream release.
* Switched watch file to https.

Modified:
  packages/python-cffi/trunk/debian/changelog
  packages/python-cffi/trunk/debian/rules
  packages/python-cffi/trunk/debian/watch

Modified: packages/python-cffi/trunk/debian/changelog
===================================================================
--- packages/python-cffi/trunk/debian/changelog	2013-08-07 13:38:14 UTC (rev 25429)
+++ packages/python-cffi/trunk/debian/changelog	2013-08-07 14:23:04 UTC (rev 25430)
@@ -1,5 +1,10 @@
-python-cffi (0.6-2) UNRELEASED; urgency=low
+python-cffi (0.7.2-1) UNRELEASED; urgency=low
 
+  [ Stefano Rivera ]
+  * New upstream release.
+  * Switched watch file to https.
+
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:11 +0200

Modified: packages/python-cffi/trunk/debian/rules
===================================================================
--- packages/python-cffi/trunk/debian/rules	2013-08-07 13:38:14 UTC (rev 25429)
+++ packages/python-cffi/trunk/debian/rules	2013-08-07 14:23:04 UTC (rev 25430)
@@ -38,6 +38,7 @@
 		python$$py setup.py install --skip-build --root debian/python3-cffi --install-layout=deb; \
 		python$$py-dbg setup.py install --skip-build --root debian/python3-cffi-dbg --install-layout=deb; \
 	done
+	find debian/python3-cffi-dbg -type d -empty -delete
 
 override_dh_auto_clean:
 	rm -rf build

Modified: packages/python-cffi/trunk/debian/watch
===================================================================
--- packages/python-cffi/trunk/debian/watch	2013-08-07 13:38:14 UTC (rev 25429)
+++ packages/python-cffi/trunk/debian/watch	2013-08-07 14:23:04 UTC (rev 25430)
@@ -1,3 +1,3 @@
 version=3
 
-http://pypi.python.org/packages/source/c/cffi/cffi-([0-9.]+).tar.gz
+https://pypi.python.org/packages/source/c/cffi/cffi-([0-9.]+).tar.gz




More information about the Python-modules-commits mailing list