[Python-modules-commits] r16368 - in packages/python-oauth2/trunk/debian (4 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Wed Apr 6 03:29:31 UTC 2011
Date: Wednesday, April 6, 2011 @ 03:29:24
Author: takaki
Revision: 16368
remove tests module from package
Added:
packages/python-oauth2/trunk/debian/patches/
packages/python-oauth2/trunk/debian/patches/exclude_test_module
packages/python-oauth2/trunk/debian/patches/series
Modified:
packages/python-oauth2/trunk/debian/changelog
Modified: packages/python-oauth2/trunk/debian/changelog
===================================================================
--- packages/python-oauth2/trunk/debian/changelog 2011-04-05 21:44:18 UTC (rev 16367)
+++ packages/python-oauth2/trunk/debian/changelog 2011-04-06 03:29:24 UTC (rev 16368)
@@ -1,3 +1,11 @@
+python-oauth2 (1.5.167-2) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * debian/patches/exclude_test_module: remove tests module from package.
+ (Closes: #620549).
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 06 Apr 2011 12:27:36 +0900
+
python-oauth2 (1.5.167-1) unstable; urgency=low
* New upstream release
Added: packages/python-oauth2/trunk/debian/patches/exclude_test_module
===================================================================
--- packages/python-oauth2/trunk/debian/patches/exclude_test_module (rev 0)
+++ packages/python-oauth2/trunk/debian/patches/exclude_test_module 2011-04-06 03:29:24 UTC (rev 16368)
@@ -0,0 +1,13 @@
+Bug-Debian: http://bugs.debian.org/620549
+
+--- python-oauth2-1.5.167.orig/setup.py
++++ python-oauth2-1.5.167/setup.py
+@@ -31,7 +31,7 @@ setup(name=PKG,
+ author="Joe Stump",
+ author_email="joe at simplegeo.com",
+ url="http://github.com/simplegeo/python-oauth2",
+- packages = find_packages(),
++ packages = find_packages(exclude=('tests',)),
+ install_requires = ['httplib2'],
+ license = "MIT License",
+ keywords="oauth",
Added: packages/python-oauth2/trunk/debian/patches/series
===================================================================
--- packages/python-oauth2/trunk/debian/patches/series (rev 0)
+++ packages/python-oauth2/trunk/debian/patches/series 2011-04-06 03:29:24 UTC (rev 16368)
@@ -0,0 +1 @@
+exclude_test_module
More information about the Python-modules-commits
mailing list