[Python-modules-commits] r31211 - in packages/geopy/trunk/debian (changelog rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue Oct 21 22:30:28 UTC 2014
Date: Tuesday, October 21, 2014 @ 22:30:27
Author: eriol-guest
Revision: 31211
Use PYBUILD_NAME instead of PYBUILD_DESTDIR_python{2,3}
Modified:
packages/geopy/trunk/debian/changelog
packages/geopy/trunk/debian/rules
Modified: packages/geopy/trunk/debian/changelog
===================================================================
--- packages/geopy/trunk/debian/changelog 2014-10-21 21:38:24 UTC (rev 31210)
+++ packages/geopy/trunk/debian/changelog 2014-10-21 22:30:27 UTC (rev 31211)
@@ -3,8 +3,10 @@
* New upstream release.
* debian/control
- Bump Standards-Version to 3.9.6 (no changes needed).
+ * debian/rules
+ - Use PYBUILD_NAME instead of PYBUILD_DESTDIR_python{2,3}.
- -- Daniele Tricoli <eriol at mornie.org> Tue, 21 Oct 2014 23:36:42 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 22 Oct 2014 00:30:09 +0200
geopy (0.99-1) unstable; urgency=medium
Modified: packages/geopy/trunk/debian/rules
===================================================================
--- packages/geopy/trunk/debian/rules 2014-10-21 21:38:24 UTC (rev 31210)
+++ packages/geopy/trunk/debian/rules 2014-10-21 22:30:27 UTC (rev 31211)
@@ -1,8 +1,7 @@
#!/usr/bin/make -f
export PYTHONWARNINGS=d
-export PYBUILD_DESTDIR_python2=debian/python-geopy/
-export PYBUILD_DESTDIR_python3=debian/python3-geopy/
+export PYBUILD_NAME=geopy
%:
dh $@ --with python2,python3 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list