[Python-modules-commits] r29893 - in packages/nltk/trunk/debian (4 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Thu Jul 24 07:52:41 UTC 2014


    Date: Thursday, July 24, 2014 @ 07:52:39
  Author: danstender-guest
Revision: 29893

doc: build standalone HTML

Added:
  packages/nltk/trunk/debian/patches/sphinx_buildir.diff
Modified:
  packages/nltk/trunk/debian/changelog
  packages/nltk/trunk/debian/patches/series
  packages/nltk/trunk/debian/rules

Modified: packages/nltk/trunk/debian/changelog
===================================================================
--- packages/nltk/trunk/debian/changelog	2014-07-24 06:12:54 UTC (rev 29892)
+++ packages/nltk/trunk/debian/changelog	2014-07-24 07:52:39 UTC (rev 29893)
@@ -2,4 +2,4 @@
 
   * Initial release (Closes: #279422, LP: #1155282).
 
- -- Daniel Stender <debian at danielstender.com>  Wed, 23 Jul 2014 00:21:18 +0200
+ -- Daniel Stender <debian at danielstender.com>  Thu, 24 Jul 2014 09:49:01 +0200

Modified: packages/nltk/trunk/debian/patches/series
===================================================================
--- packages/nltk/trunk/debian/patches/series	2014-07-24 06:12:54 UTC (rev 29892)
+++ packages/nltk/trunk/debian/patches/series	2014-07-24 07:52:39 UTC (rev 29893)
@@ -1 +1,2 @@
 fix_fsf_address.diff
+sphinx_buildir.diff

Added: packages/nltk/trunk/debian/patches/sphinx_buildir.diff
===================================================================
--- packages/nltk/trunk/debian/patches/sphinx_buildir.diff	                        (rev 0)
+++ packages/nltk/trunk/debian/patches/sphinx_buildir.diff	2014-07-24 07:52:39 UTC (rev 29893)
@@ -0,0 +1,16 @@
+Description: change documentation build dir
+Author: Daniel Stender <debian at danielstender.com>
+Forwarded: not-needed
+Last-Update: 2014-07-24
+
+--- a/web/Makefile
++++ b/web/Makefile
+@@ -6,7 +6,7 @@ SPHINXOPTS    =
+ SPHINXBUILD   = sphinx-build
+ PAPER         =
+ BUILDDIR      = _build
+-WEB           = ../../nltk.github.com
++WEB           = _build/html
+ 
+ # Internal variables.
+ PAPEROPT_a4     = -D latex_paper_size=a4

Modified: packages/nltk/trunk/debian/rules
===================================================================
--- packages/nltk/trunk/debian/rules	2014-07-24 06:12:54 UTC (rev 29892)
+++ packages/nltk/trunk/debian/rules	2014-07-24 07:52:39 UTC (rev 29893)
@@ -16,7 +16,7 @@
 	rm -rf debian/python*-nltk/usr/lib/python*/dist-packages/nltk/test
 
 override_dh_installdocs:
-	cd web && $(MAKE) dirhtml && mv _build/dirhtml _build/html
+	cd web && $(MAKE) without_api
 	dh_installdocs
 	rm -fv debian/python-nltk-doc/usr/share/doc/python-nltk-doc/html/_static/jquery.js
 	ln -s /usr/share/javascript/jquery/jquery.js \




More information about the Python-modules-commits mailing list