[Python-modules-commits] r22433 - in packages/python-restkit/trunk/debian (4 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Sat Jul 14 00:16:51 UTC 2012
Date: Saturday, July 14, 2012 @ 00:16:47
Author: takaki
Revision: 22433
new release
Added:
packages/python-restkit/trunk/debian/patches/
packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch
packages/python-restkit/trunk/debian/patches/series
Modified:
packages/python-restkit/trunk/debian/changelog
Modified: packages/python-restkit/trunk/debian/changelog
===================================================================
--- packages/python-restkit/trunk/debian/changelog 2012-07-14 00:04:51 UTC (rev 22432)
+++ packages/python-restkit/trunk/debian/changelog 2012-07-14 00:16:47 UTC (rev 22433)
@@ -1,3 +1,10 @@
+python-restkit (4.1.3-2) unstable; urgency=low
+
+ * debian/patches/exclude-tests-directory.patch: Don't install 'tests'
+ directory. (Closes: #679489)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Sat, 14 Jul 2012 09:15:46 +0900
+
python-restkit (4.1.3-1) unstable; urgency=low
* New upstream release
Added: packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch
===================================================================
--- packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch (rev 0)
+++ packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch 2012-07-14 00:16:47 UTC (rev 22433)
@@ -0,0 +1,13 @@
+Index: python-restkit-4.1.3/setup.py
+===================================================================
+--- python-restkit-4.1.3.orig/setup.py 2012-07-14 09:12:36.343363618 +0900
++++ python-restkit-4.1.3/setup.py 2012-07-14 09:12:55.139363063 +0900
+@@ -53,7 +53,7 @@
+ license = 'MIT',
+ url = 'http://benoitc.github.com/restkit',
+ classifiers = CLASSIFIERS,
+- packages = find_packages(),
++ packages = find_packages(exclude=('tests',)),
+ data_files = DATA_FILES,
+ scripts = SCRIPTS,
+ zip_safe = False,
Added: packages/python-restkit/trunk/debian/patches/series
===================================================================
--- packages/python-restkit/trunk/debian/patches/series (rev 0)
+++ packages/python-restkit/trunk/debian/patches/series 2012-07-14 00:16:47 UTC (rev 22433)
@@ -0,0 +1 @@
+exclude-tests-directory.patch
More information about the Python-modules-commits
mailing list