[Python-modules-commits] r23141 - in packages/sphinx/trunk/debian (7 files)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Dec 8 13:38:01 UTC 2012


    Date: Saturday, December 8, 2012 @ 13:37:59
  Author: jwilk
Revision: 23141

Make synopses in the patch header start with a lowercase latter and not end with a full stop.

Modified:
  packages/sphinx/trunk/debian/changelog
  packages/sphinx/trunk/debian/patches/initialize_autodoc.diff
  packages/sphinx/trunk/debian/patches/l10n_fixes.diff
  packages/sphinx/trunk/debian/patches/python3_test_build_dir.diff
  packages/sphinx/trunk/debian/patches/show_more_stack_frames.diff
  packages/sphinx/trunk/debian/patches/sphinxcontrib_namespace.diff
  packages/sphinx/trunk/debian/patches/unversioned_grammar_pickle.diff

Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog	2012-12-08 05:20:30 UTC (rev 23140)
+++ packages/sphinx/trunk/debian/changelog	2012-12-08 13:37:59 UTC (rev 23141)
@@ -7,13 +7,15 @@
   * Rebuild MO files from source.
     + Update debian/rules.
     + Add the rebuilt files to extend-diff-ignore.
+  * Make synopses in the patch header start with a lowercase latter and not
+    end with a full stop.
 
   [ Dmitry Shachnev ]
   * debian/patches/l10n_fixes.diff: fix crashes and not working external
     links in l10n mode (closes: #691719).
   * debian/patches/sort_stopwords.diff: mark as applied upstream.
 
- -- Jakub Wilk <jwilk at debian.org>  Thu, 29 Nov 2012 13:44:06 +0100
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 08 Dec 2012 14:36:38 +0100
 
 sphinx (1.1.3+dfsg-5) experimental; urgency=low
 

Modified: packages/sphinx/trunk/debian/patches/initialize_autodoc.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/initialize_autodoc.diff	2012-12-08 05:20:30 UTC (rev 23140)
+++ packages/sphinx/trunk/debian/patches/initialize_autodoc.diff	2012-12-08 13:37:59 UTC (rev 23141)
@@ -1,4 +1,4 @@
-Description: Make sphinx-autogen initialize the sphinx.ext.autodoc module.
+Description: make sphinx-autogen initialize the sphinx.ext.autodoc module
 Author: Jakub Wilk <jwilk at debian.org>
 Bug-Debian: http://bugs.debian.org/611078
 Bug: https://bitbucket.org/birkenfeld/sphinx/issue/618

Modified: packages/sphinx/trunk/debian/patches/l10n_fixes.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/l10n_fixes.diff	2012-12-08 05:20:30 UTC (rev 23140)
+++ packages/sphinx/trunk/debian/patches/l10n_fixes.diff	2012-12-08 13:37:59 UTC (rev 23141)
@@ -1,4 +1,4 @@
-Description: Fix l10n build of text containing footnotes or external links
+Description: fix l10n build of text containing footnotes or external links
 Bug: https://bitbucket.org/birkenfeld/sphinx/issue/955
 Bug-Debian: http://bugs.debian.org/691719
 Origin: upstream, https://bitbucket.org/birkenfeld/sphinx/commits/b7b808e468

Modified: packages/sphinx/trunk/debian/patches/python3_test_build_dir.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/python3_test_build_dir.diff	2012-12-08 05:20:30 UTC (rev 23140)
+++ packages/sphinx/trunk/debian/patches/python3_test_build_dir.diff	2012-12-08 13:37:59 UTC (rev 23141)
@@ -1,4 +1,4 @@
-Description: Fix build directory for test runner.
+Description: fix build directory for test runner
  Hardcode Python 3 build directory in the test runner to the one that Debian
  package uses.
 Author: Jakub Wilk <jwilk at debian.org>

Modified: packages/sphinx/trunk/debian/patches/show_more_stack_frames.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/show_more_stack_frames.diff	2012-12-08 05:20:30 UTC (rev 23140)
+++ packages/sphinx/trunk/debian/patches/show_more_stack_frames.diff	2012-12-08 13:37:59 UTC (rev 23141)
@@ -1,4 +1,4 @@
-Description: When Sphinx crashes, show 10 stack frames (instead of a single one).
+Description: when Sphinx crashes, show 10 stack frames (instead of a single one)
  Normally, when Sphinx crashes, it doesn't display full stack trace (as other
  Python application do by default), but only a single one; rest of the stack
  trace is stored into a temporary file. Such behaviour is undesired in some

Modified: packages/sphinx/trunk/debian/patches/sphinxcontrib_namespace.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/sphinxcontrib_namespace.diff	2012-12-08 05:20:30 UTC (rev 23140)
+++ packages/sphinx/trunk/debian/patches/sphinxcontrib_namespace.diff	2012-12-08 13:37:59 UTC (rev 23141)
@@ -1,4 +1,4 @@
-Description: Create namespace package ‘sphinxcontrib’.
+Description: create namespace package ‘sphinxcontrib’
  Create namespace package ‘sphinxcontrib’. This allows python-sphinxcontrib.*
  packages, both those using dh_python2 and those using python-support, to be
  co-importable.

Modified: packages/sphinx/trunk/debian/patches/unversioned_grammar_pickle.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/unversioned_grammar_pickle.diff	2012-12-08 05:20:30 UTC (rev 23140)
+++ packages/sphinx/trunk/debian/patches/unversioned_grammar_pickle.diff	2012-12-08 13:37:59 UTC (rev 23141)
@@ -1,4 +1,4 @@
-Description: Don't embed Python version in filename of grammar pickle.
+Description: don't embed Python version in filename of grammar pickle
 Author: Jakub Wilk <jwilk at debian.org>
 Bug: https://bitbucket.org/birkenfeld/sphinx/issue/641
 Forwarded: not-needed




More information about the Python-modules-commits mailing list