[Python-modules-commits] r23728 - in packages/circuits/trunk/debian (4 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue Mar 19 01:46:23 UTC 2013
Date: Tuesday, March 19, 2013 @ 01:46:22
Author: eriol-guest
Revision: 23728
* debian/patches/01_disable_sphinxcontrib-bitbucket.patch
- Renamed into 01_disable_sphinxcontrib_extensions.patch
* debian/patches/01_disable_sphinxcontrib_extensions.patch
- Disable sphinxcontrib-googleanalytics as well as sphinxcontrib-bitbucket
because it's not packaged for Debian and it is used to track generated
html files with Google Analytics web service
Added:
packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch
(from rev 23726, packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch)
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/patches/series
Deleted:
packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2013-03-19 00:12:11 UTC (rev 23727)
+++ packages/circuits/trunk/debian/changelog 2013-03-19 01:46:22 UTC (rev 23728)
@@ -1,6 +1,12 @@
circuits (2.1.0-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/patches/01_disable_sphinxcontrib-bitbucket.patch
+ - Renamed into 01_disable_sphinxcontrib_extensions.patch
+ * debian/patches/01_disable_sphinxcontrib_extensions.patch
+ - Disable sphinxcontrib-googleanalytics as well as sphinxcontrib-bitbucket
+ because it's not packaged for Debian and it is used to track generated
+ html files with Google Analytics web service
-- Daniele Tricoli <eriol at mornie.org> Tue, 19 Mar 2013 01:11:44 +0100
Deleted: packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch
===================================================================
--- packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch 2013-03-19 00:12:11 UTC (rev 23727)
+++ packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch 2013-03-19 01:46:22 UTC (rev 23728)
@@ -1,16 +0,0 @@
-Description: Disable sphinxcontrib-bitbucket because it is not packaged for
- Debian.
-Author: Daniele Tricoli <eriol at mornie.org>
-Last-Update: 2013-02-16
-Forwarded: not-needed
---- a/docs/source/conf.py
-+++ b/docs/source/conf.py
-@@ -85,7 +85,7 @@
-
- # -- link to bitbucket issues
-
--extensions.append('sphinxcontrib.bitbucket')
-+#extensions.append('sphinxcontrib.bitbucket')
-
-
- # The language for content autogenerated by Sphinx. Refer to documentation
Copied: packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch (from rev 23726, packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib-bitbucket.patch)
===================================================================
--- packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch (rev 0)
+++ packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch 2013-03-19 01:46:22 UTC (rev 23728)
@@ -0,0 +1,25 @@
+Description: Disable sphinxcontrib-bitbucket and sphinxcontrib-googleanalytics
+ because they are not packaged for Debian. Also sphinxcontrib-googleanalytics is
+ used to track generated html files with Google Analytics web service.
+Author: Daniele Tricoli <eriol at mornie.org>
+Last-Update: 2013-03-19
+Forwarded: not-needed
+--- a/docs/source/conf.py
++++ b/docs/source/conf.py
+@@ -85,13 +85,13 @@
+
+ # -- link to bitbucket issues
+
+-extensions.append('sphinxcontrib.bitbucket')
++#extensions.append('sphinxcontrib.bitbucket')
+
+ # -- track statistics with google analytics
+
+-extensions.append("sphinxcontrib.googleanalytics")
++#extensions.append("sphinxcontrib.googleanalytics")
+
+-googleanalytics_id = "UA-38618352-3"
++#googleanalytics_id = "UA-38618352-3"
+
+ # The language for content autogenerated by Sphinx. Refer to documentation
+ # for a list of supported languages.
Modified: packages/circuits/trunk/debian/patches/series
===================================================================
--- packages/circuits/trunk/debian/patches/series 2013-03-19 00:12:11 UTC (rev 23727)
+++ packages/circuits/trunk/debian/patches/series 2013-03-19 01:46:22 UTC (rev 23728)
@@ -1,4 +1,4 @@
-01_disable_sphinxcontrib-bitbucket.patch
+01_disable_sphinxcontrib_extensions.patch
02_remove_templatebuiltins_js.patch
03_force-localhost-as-host-name.patch
04_fix-python3-sintax-error.patch
More information about the Python-modules-commits
mailing list