[Python-apps-commits] r12854 - in packages/hovercraft/trunk/debian (2 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Feb 29 19:28:56 UTC 2016


    Date: Monday, February 29, 2016 @ 19:28:55
  Author: danstender-guest
Revision: 12854

improve-docs.diff: fix path to examples, cosmetics

Modified:
  packages/hovercraft/trunk/debian/changelog
  packages/hovercraft/trunk/debian/patches/improve-docs.diff

Modified: packages/hovercraft/trunk/debian/changelog
===================================================================
--- packages/hovercraft/trunk/debian/changelog	2016-02-29 19:10:15 UTC (rev 12853)
+++ packages/hovercraft/trunk/debian/changelog	2016-02-29 19:28:55 UTC (rev 12854)
@@ -18,10 +18,10 @@
     + changed an info line.
   * deb/patches:
     + dropped fix-for-dfsg.diff (applied upstream).
-    + updated improve-docs.diff.
+    + improve-docs.diff: updated, fix path to examples.
   * Added DEP-8 tests.
 
- -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 19:53:59 +0100
+ -- Daniel Stender <stender at debian.org>  Mon, 29 Feb 2016 20:26:18 +0100
 
 hovercraft (2.0+dfsg-1) unstable; urgency=low
 

Modified: packages/hovercraft/trunk/debian/patches/improve-docs.diff
===================================================================
--- packages/hovercraft/trunk/debian/patches/improve-docs.diff	2016-02-29 19:10:15 UTC (rev 12853)
+++ packages/hovercraft/trunk/debian/patches/improve-docs.diff	2016-02-29 19:28:55 UTC (rev 12854)
@@ -1,8 +1,8 @@
 Description: fix some things in the docs
- copyright span, version number; exclude examples from doc build
-Author: Daniel Stender <debian at danielstender.com>
+ sloppy copyright span, version number; fix paths to examples
+Author: Daniel Stender <stender at debian.org>
 Last-Update: 2016-02-29
-Applied-Upstream: no
+Applied-Upstream: not-needed
 --- a/docs/conf.py
 +++ b/docs/conf.py
 @@ -41,16 +41,16 @@
@@ -34,3 +34,18 @@
  
  # The reST default role (used for this markup: `text`) to use for all documents.
  #default_role = None
+--- a/docs/presentations.rst
++++ b/docs/presentations.rst
+@@ -422,7 +422,7 @@
+ .. _book: http://python3porting.com/
+ .. _Pygments: http://pygments.org/
+ .. _languages: http://pygments.org/docs/lexers/
+-.. _hovercraft.rst: ./_sources/examples/hovercraft.txt
+-.. _tutorial.rst: ./_sources/examples/tutorial.txt
+-.. _positions.rst: ./_sources/examples/positions.txt
+-.. _Reveal.js: http://lab.hakim.se/reveal-js/
+\ No newline at end of file
++.. _hovercraft.rst: ../examples/hovercraft.rst
++.. _tutorial.rst: ../examples/tutorial.rst
++.. _positions.rst: ../examples/positions.rst
++.. _Reveal.js: http://lab.hakim.se/reveal-js/




More information about the Python-apps-commits mailing list