[Python-modules-commits] r24292 - in packages/requests/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Sat May 11 05:57:11 UTC 2013


    Date: Saturday, May 11, 2013 @ 05:57:09
  Author: zigo
Revision: 24292

Uploading to unstable.

Added:
  packages/requests/trunk/debian/patches/03_fixes-egginfo.patch
Modified:
  packages/requests/trunk/debian/changelog
  packages/requests/trunk/debian/patches/series

Modified: packages/requests/trunk/debian/changelog
===================================================================
--- packages/requests/trunk/debian/changelog	2013-05-11 05:51:18 UTC (rev 24291)
+++ packages/requests/trunk/debian/changelog	2013-05-11 05:57:09 UTC (rev 24292)
@@ -1,6 +1,7 @@
 requests (1.2.0-2) unstable; urgency=low
 
   * Uploading to unstable.
+  * Removes difference with built egginfo so the package can be built twice.
 
  -- Thomas Goirand <zigo at debian.org>  Sat, 11 May 2013 05:15:04 +0000
 

Added: packages/requests/trunk/debian/patches/03_fixes-egginfo.patch
===================================================================
--- packages/requests/trunk/debian/patches/03_fixes-egginfo.patch	                        (rev 0)
+++ packages/requests/trunk/debian/patches/03_fixes-egginfo.patch	2013-05-11 05:57:09 UTC (rev 24292)
@@ -0,0 +1,15 @@
+Description: Removes difference with egginfo after build
+Author: Thomas Goirand <zigo at debian.org>
+Forwarded: no
+Last-Update: 2013-05-11
+
+--- requests-1.2.0.orig/requests.egg-info/SOURCES.txt
++++ requests-1.2.0/requests.egg-info/SOURCES.txt
+@@ -4,6 +4,7 @@ MANIFEST.in
+ NOTICE
+ README.rst
+ requirements.txt
++setup.cfg
+ setup.py
+ test_requests.py
+ requests/__init__.py

Modified: packages/requests/trunk/debian/patches/series
===================================================================
--- packages/requests/trunk/debian/patches/series	2013-05-11 05:51:18 UTC (rev 24291)
+++ packages/requests/trunk/debian/patches/series	2013-05-11 05:57:09 UTC (rev 24292)
@@ -1,2 +1,3 @@
 01_use-system-ca-certificates.patch
 02_use-system-chardet-and-urllib3.patch
+03_fixes-egginfo.patch




More information about the Python-modules-commits mailing list