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

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


    Date: Tuesday, January 31, 2012 @ 23:23:04
  Author: dandrimont-guest
Revision: 20232

New upstream release

Add a patch to fix the documentation build

Added:
  packages/python-simpy/trunk/debian/patches/
  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/python-simpy.install

Modified: packages/python-simpy/trunk/debian/changelog
===================================================================
--- packages/python-simpy/trunk/debian/changelog	2012-01-31 23:06:35 UTC (rev 20231)
+++ packages/python-simpy/trunk/debian/changelog	2012-01-31 23:23:04 UTC (rev 20232)
@@ -1,3 +1,10 @@
+python-simpy (2.3.1-1) UNRELEASED; urgency=low
+
+  * New upstream release
+     - Add a patch to fix the sphinx documentation build
+  
+ -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Wed, 01 Feb 2012 00:21:40 +0100
+
 python-simpy (2.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #644671)

Added: packages/python-simpy/trunk/debian/patches/0001-fix-sphinxdoc.patch
===================================================================
--- packages/python-simpy/trunk/debian/patches/0001-fix-sphinxdoc.patch	                        (rev 0)
+++ packages/python-simpy/trunk/debian/patches/0001-fix-sphinxdoc.patch	2012-01-31 23:23:04 UTC (rev 20232)
@@ -0,0 +1,23 @@
+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
++++ python-simpy-2.3.1/docs/source/conf.py	2012-02-01 00:13:09.000000000 +0100
+@@ -19,6 +19,7 @@
+ # add these directories to sys.path here. If the directory is relative to the
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
+ sys.path.insert(0, os.path.abspath('..'))
++sys.path.insert(0, os.path.abspath('../..'))
+ 
+ 
+ import SimPy

Added: packages/python-simpy/trunk/debian/patches/series
===================================================================
--- packages/python-simpy/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-simpy/trunk/debian/patches/series	2012-01-31 23:23:04 UTC (rev 20232)
@@ -0,0 +1 @@
+0001-fix-sphinxdoc.patch

Modified: packages/python-simpy/trunk/debian/python-simpy.install
===================================================================
--- packages/python-simpy/trunk/debian/python-simpy.install	2012-01-31 23:06:35 UTC (rev 20231)
+++ packages/python-simpy/trunk/debian/python-simpy.install	2012-01-31 23:23:04 UTC (rev 20232)
@@ -2,7 +2,6 @@
 /usr/lib/python2.*/dist-packages/SimPy/__init__.py
 /usr/lib/python2.*/dist-packages/SimPy/Lib.py
 /usr/lib/python2.*/dist-packages/SimPy/Lister.py
-/usr/lib/python2.*/dist-packages/SimPy/Monitor.py
 /usr/lib/python2.*/dist-packages/SimPy/Recording.py
 /usr/lib/python2.*/dist-packages/SimPy/Simulation.py
 /usr/lib/python2.*/dist-packages/SimPy/SimulationRT.py
@@ -10,4 +9,4 @@
 /usr/lib/python2.*/dist-packages/SimPy/SimulationTrace.py
 /usr/lib/python2.*/dist-packages/SimPy/stepping.py
 /usr/lib/python2.*/dist-packages/SimPy/test/*
-/usr/lib/python2.*/dist-packages/SimPy-2.2.egg-info
+/usr/lib/python2.*/dist-packages/SimPy-2.3.1.egg-info




More information about the Python-modules-commits mailing list