[Python-modules-commits] r33097 - in packages/python-scrapy/trunk/debian (4 files)
yoh at users.alioth.debian.org
yoh at users.alioth.debian.org
Thu Jun 25 15:49:16 UTC 2015
Date: Thursday, June 25, 2015 @ 15:49:15
Author: yoh
Revision: 33097
added patch changeset_49fe915.diff to "cherry-pick" 49fe915 (BF: fail if docs failed to build)
Added:
packages/python-scrapy/trunk/debian/patches/
packages/python-scrapy/trunk/debian/patches/changeset_49fe915.diff
packages/python-scrapy/trunk/debian/patches/series
Modified:
packages/python-scrapy/trunk/debian/changelog
Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog 2015-06-25 15:49:09 UTC (rev 33096)
+++ packages/python-scrapy/trunk/debian/changelog 2015-06-25 15:49:15 UTC (rev 33097)
@@ -13,6 +13,9 @@
* debian/control
- minimal required version of w3lib boosted to 1.8
- Build-Depends on python-setuptools and python-sphinx-rtd-theme
+ * debian/patches
+ - debian/patches/changeset_49fe915.diff
+ do not ignore failure to build docs
-- Yaroslav Halchenko <debian at onerussian.com> Thu, 25 Jun 2015 09:52:04 -0400
Added: packages/python-scrapy/trunk/debian/patches/changeset_49fe915.diff
===================================================================
--- packages/python-scrapy/trunk/debian/patches/changeset_49fe915.diff (rev 0)
+++ packages/python-scrapy/trunk/debian/patches/changeset_49fe915.diff 2015-06-25 15:49:15 UTC (rev 33097)
@@ -0,0 +1,14 @@
+From: Yaroslav Halchenko <debian at onerussian.com>
+Subject: BF: fail if docs failed to build
+
+--- a/docs/Makefile
++++ b/docs/Makefile
+@@ -27,7 +27,7 @@ help:
+
+ build:
+ mkdir -p build/$(BUILDER) build/doctrees
+- -sphinx-build $(ALLSPHINXOPTS)
++ sphinx-build $(ALLSPHINXOPTS)
+ @echo
+
+
Added: packages/python-scrapy/trunk/debian/patches/series
===================================================================
--- packages/python-scrapy/trunk/debian/patches/series (rev 0)
+++ packages/python-scrapy/trunk/debian/patches/series 2015-06-25 15:49:15 UTC (rev 33097)
@@ -0,0 +1 @@
+changeset_49fe915.diff
More information about the Python-modules-commits
mailing list