diff options
author | Thomas Goirand <zigo@debian.org> | 2013-05-11 05:57:09 +0000 |
---|---|---|
committer | Thomas Goirand <zigo@debian.org> | 2013-05-11 05:57:09 +0000 |
commit | 43e92a0818241819049e6b1d747d5d485c823762 (patch) | |
tree | a936528fbd34d25ee0585c5e90920897916e30a5 | |
parent | 72a8c8b0212b2fa4a7127670392dc687abc04aa0 (diff) | |
download | python-requests-43e92a0818241819049e6b1d747d5d485c823762.tar python-requests-43e92a0818241819049e6b1d747d5d485c823762.tar.gz |
Uploading to unstable.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/03_fixes-egginfo.patch | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
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 |