[Python-modules-commits] r33346 - in packages/circuits/trunk/debian (2 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sat Jul 11 18:28:12 UTC 2015


    Date: Saturday, July 11, 2015 @ 18:28:11
  Author: eriol-guest
Revision: 33346

Refresh 01_disable_sphinxcontrib_extensions.patch

Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2015-07-11 15:24:50 UTC (rev 33345)
+++ packages/circuits/trunk/debian/changelog	2015-07-11 18:28:11 UTC (rev 33346)
@@ -3,8 +3,10 @@
   * New upstream release.
   * debian/watch
     - Use pypi.debian.net redirector.
+  * debian/patches/01_disable_sphinxcontrib_extensions.patch
+    - Refresh.
 
- -- Daniele Tricoli <eriol at mornie.org>  Sat, 11 Jul 2015 17:18:18 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Sat, 11 Jul 2015 20:27:12 +0200
 
 circuits (2.1.0-2) unstable; urgency=low
 

Modified: packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch
===================================================================
--- packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch	2015-07-11 15:24:50 UTC (rev 33345)
+++ packages/circuits/trunk/debian/patches/01_disable_sphinxcontrib_extensions.patch	2015-07-11 18:28:11 UTC (rev 33346)
@@ -1,25 +1,26 @@
-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.
+Description: Disable sphinxcontrib-releases because it's not packaged for
+ Debian.
 Author: Daniele Tricoli <eriol at mornie.org>
-Last-Update: 2013-03-19
+Last-Update: 2015-07-11
 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"
-
+@@ -105,13 +105,13 @@
+ 
+ # -- release and issues
+ 
+-extensions.append("releases")
++# extensions.append("releases")
+ 
+ # 'releases' (changelog) settings
+-releases_debug = True
+-releases_issue_uri = "https://bitbucket.org/circuits/circuits/issue/%s"
+-releases_release_uri = "https://bitbucket.org/circuits/circuits/src/tip/?at=%s"
+-releases_document_name = "changes"
++# releases_debug = True
++# releases_issue_uri = "https://bitbucket.org/circuits/circuits/issue/%s"
++# releases_release_uri = "https://bitbucket.org/circuits/circuits/src/tip/?at=%s"
++# releases_document_name = "changes"
+ 
  # The language for content autogenerated by Sphinx. Refer to documentation
  # for a list of supported languages.




More information about the Python-modules-commits mailing list