[Python-modules-commits] r20233 - in packages/python-simpy/trunk/debian (4 files)

dandrimont-guest at users.alioth.debian.org dandrimont-guest at users.alioth.debian.org
Tue Jan 31 23:44:19 UTC 2012


    Date: Tuesday, January 31, 2012 @ 23:44:17
  Author: dandrimont-guest
Revision: 20233

Fix the encoding of README.txt for the upcoming python3 build

Added:
  packages/python-simpy/trunk/debian/patches/0002-fix-README.txt-encoding.patch
Modified:
  packages/python-simpy/trunk/debian/changelog
  packages/python-simpy/trunk/debian/patches/0001-fix-sphinxdoc.patch
  packages/python-simpy/trunk/debian/patches/series

Modified: packages/python-simpy/trunk/debian/changelog
===================================================================
--- packages/python-simpy/trunk/debian/changelog	2012-01-31 23:23:04 UTC (rev 20232)
+++ packages/python-simpy/trunk/debian/changelog	2012-01-31 23:44:17 UTC (rev 20233)
@@ -2,6 +2,7 @@
 
   * New upstream release
      - Add a patch to fix the sphinx documentation build
+     - Add a patch to fix README.txt's encoding for the python3 build
   
  -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Wed, 01 Feb 2012 00:21:40 +0100
 

Modified: packages/python-simpy/trunk/debian/patches/0001-fix-sphinxdoc.patch
===================================================================
--- packages/python-simpy/trunk/debian/patches/0001-fix-sphinxdoc.patch	2012-01-31 23:23:04 UTC (rev 20232)
+++ packages/python-simpy/trunk/debian/patches/0001-fix-sphinxdoc.patch	2012-01-31 23:44:17 UTC (rev 20233)
@@ -1,14 +1,10 @@
 Description: Fix building the sphinxdoc documentation
 Author: Nicolas Dandrimont <nicolas.dandrimont at crans.org>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
 Forwarded: no
 Last-Update: 2012-01-31
 
+---
+
 Index: python-simpy-2.3.1/docs/source/conf.py
 ===================================================================
 --- python-simpy-2.3.1.orig/docs/source/conf.py	2011-10-31 09:19:48.000000000 +0100

Added: packages/python-simpy/trunk/debian/patches/0002-fix-README.txt-encoding.patch
===================================================================
--- packages/python-simpy/trunk/debian/patches/0002-fix-README.txt-encoding.patch	                        (rev 0)
+++ packages/python-simpy/trunk/debian/patches/0002-fix-README.txt-encoding.patch	2012-01-31 23:44:17 UTC (rev 20233)
@@ -0,0 +1,18 @@
+Description: Fix the README.txt encoding
+Author: Nicolas Dandrimont <nicolas.dandrimont at crans.org>
+Forwarded: no
+Last-Update: 2012-02-01
+
+---
+
+--- python-simpy-2.3.1.orig/README.txt
++++ python-simpy-2.3.1/README.txt
+@@ -37,7 +37,7 @@ You can also download and install SimPy
+     $ cd where/you/put/simpy/
+     $ python setup.py install
+ 
+-To run SimPy’s test suite on your installation, execute::
++To run SimPy's test suite on your installation, execute::
+ 
+     $ python -c "import SimPy; SimPy.test()"
+ 

Modified: packages/python-simpy/trunk/debian/patches/series
===================================================================
--- packages/python-simpy/trunk/debian/patches/series	2012-01-31 23:23:04 UTC (rev 20232)
+++ packages/python-simpy/trunk/debian/patches/series	2012-01-31 23:44:17 UTC (rev 20233)
@@ -1 +1,2 @@
 0001-fix-sphinxdoc.patch
+0002-fix-README.txt-encoding.patch




More information about the Python-modules-commits mailing list