[Python-modules-commits] r33805 - in packages/python-oauthlib/trunk/debian (changelog rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Aug 17 02:15:39 UTC 2015
Date: Monday, August 17, 2015 @ 02:15:38
Author: eriol-guest
Revision: 33805
Use PYBUILD_NAME instead of PYBUILD_DESTDIR_python2 and PYBUILD_DESTDIR_python3
Modified:
packages/python-oauthlib/trunk/debian/changelog
packages/python-oauthlib/trunk/debian/rules
Modified: packages/python-oauthlib/trunk/debian/changelog
===================================================================
--- packages/python-oauthlib/trunk/debian/changelog 2015-08-17 02:08:06 UTC (rev 33804)
+++ packages/python-oauthlib/trunk/debian/changelog 2015-08-17 02:15:38 UTC (rev 33805)
@@ -4,8 +4,10 @@
* debian/rules
- Use PYBUILD_TEST_ARGS to not run doctests since some docstrings can't
be tested anymore.
+ - Use PYBUILD_NAME instead of PYBUILD_DESTDIR_python2 and
+ PYBUILD_DESTDIR_python3.
- -- Daniele Tricoli <eriol at mornie.org> Mon, 17 Aug 2015 04:04:33 +0200
+ -- Daniele Tricoli <eriol at mornie.org> Mon, 17 Aug 2015 04:13:35 +0200
python-oauthlib (1.0.0-1) unstable; urgency=medium
Modified: packages/python-oauthlib/trunk/debian/rules
===================================================================
--- packages/python-oauthlib/trunk/debian/rules 2015-08-17 02:08:06 UTC (rev 33804)
+++ packages/python-oauthlib/trunk/debian/rules 2015-08-17 02:15:38 UTC (rev 33805)
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-export PYBUILD_DESTDIR_python2=debian/python-oauthlib/
-export PYBUILD_DESTDIR_python3=debian/python3-oauthlib/
+export PYBUILD_NAME=oauthlib
export PYBUILD_TEST_ARGS=cd {build_dir}; {interpreter} -m nose {dir}/tests
export PYTHONWARNINGS=d
More information about the Python-modules-commits
mailing list