[Python-modules-commits] r25743 - in packages/python-restkit/trunk/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Fri Sep 6 00:57:57 UTC 2013


    Date: Friday, September 6, 2013 @ 00:57:56
  Author: takaki
Revision: 25743

remove a merged patch

Modified:
  packages/python-restkit/trunk/debian/changelog
  packages/python-restkit/trunk/debian/patches/series
Deleted:
  packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch

Modified: packages/python-restkit/trunk/debian/changelog
===================================================================
--- packages/python-restkit/trunk/debian/changelog	2013-09-06 00:53:28 UTC (rev 25742)
+++ packages/python-restkit/trunk/debian/changelog	2013-09-06 00:57:56 UTC (rev 25743)
@@ -1,6 +1,7 @@
 python-restkit (4.2.2-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/patches/exclude-test-directory.patch: Merged in upstream. Removed. 
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 06 Sep 2013 09:52:47 +0900
 

Deleted: packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch
===================================================================
--- packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch	2013-09-06 00:53:28 UTC (rev 25742)
+++ packages/python-restkit/trunk/debian/patches/exclude-tests-directory.patch	2013-09-06 00:57:56 UTC (rev 25743)
@@ -1,13 +0,0 @@
-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,

Modified: packages/python-restkit/trunk/debian/patches/series
===================================================================
--- packages/python-restkit/trunk/debian/patches/series	2013-09-06 00:53:28 UTC (rev 25742)
+++ packages/python-restkit/trunk/debian/patches/series	2013-09-06 00:57:56 UTC (rev 25743)
@@ -1 +0,0 @@
-exclude-tests-directory.patch




More information about the Python-modules-commits mailing list