aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/03_fixes-egginfo.patch15
-rw-r--r--debian/patches/series1
3 files changed, 17 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7ef3a7a..48cb625 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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@debian.org> Sat, 11 May 2013 05:15:04 +0000
diff --git a/debian/patches/03_fixes-egginfo.patch b/debian/patches/03_fixes-egginfo.patch
new file mode 100644
index 0000000..4a49a4e
--- /dev/null
+++ b/debian/patches/03_fixes-egginfo.patch
@@ -0,0 +1,15 @@
+Description: Removes difference with egginfo after build
+Author: Thomas Goirand <zigo@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
diff --git a/debian/patches/series b/debian/patches/series
index 632785a..15057ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01_use-system-ca-certificates.patch
02_use-system-chardet-and-urllib3.patch
+03_fixes-egginfo.patch