[Python-modules-commits] r34507 - in packages/geopy/trunk/debian (changelog copyright watch)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Wed Oct 7 10:22:14 UTC 2015


    Date: Wednesday, October 7, 2015 @ 10:22:13
  Author: eriol-guest
Revision: 34507

Remove prebuilt python objects

Modified:
  packages/geopy/trunk/debian/changelog
  packages/geopy/trunk/debian/copyright
  packages/geopy/trunk/debian/watch

Modified: packages/geopy/trunk/debian/changelog
===================================================================
--- packages/geopy/trunk/debian/changelog	2015-10-07 09:52:01 UTC (rev 34506)
+++ packages/geopy/trunk/debian/changelog	2015-10-07 10:22:13 UTC (rev 34507)
@@ -1,15 +1,17 @@
-geopy (1.11.0-1) UNRELEASED; urgency=medium
+geopy (1.11.0+ds1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Remove prebuilt python objects.
   * debian/control
     - Update Homepage field.
   * debian/copyright
     - Update copyright years.
+    - Use Files-Excluded to remove shipped prebuilt python objects.
     - Change upstream copyright holders to reflect license file update.
   * debian/watch
     - Use pypi.debian.net redirector.
 
- -- Daniele Tricoli <eriol at mornie.org>  Fri, 02 Oct 2015 21:03:12 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Wed, 07 Oct 2015 12:07:17 +0200
 
 geopy (1.3.0-1) unstable; urgency=medium
 

Modified: packages/geopy/trunk/debian/copyright
===================================================================
--- packages/geopy/trunk/debian/copyright	2015-10-07 09:52:01 UTC (rev 34506)
+++ packages/geopy/trunk/debian/copyright	2015-10-07 10:22:13 UTC (rev 34507)
@@ -2,6 +2,7 @@
 Upstream-Name: geopy
 Upstream-Contact: GeoPy Contributors <uijllji at gmail.com>
 Source: http://pypi.python.org/pypi/geopy
+Files-Excluded: *.pyc
 
 Files: *
 Copyright: 2006-2015, geopy authors

Modified: packages/geopy/trunk/debian/watch
===================================================================
--- packages/geopy/trunk/debian/watch	2015-10-07 09:52:01 UTC (rev 34506)
+++ packages/geopy/trunk/debian/watch	2015-10-07 10:22:13 UTC (rev 34507)
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,dversionmangle=s/\+ds\d*$//,repacksuffix=+ds1 \
 https://pypi.debian.net/geopy/geopy-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list