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

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Mon Oct 24 23:37:21 UTC 2011


    Date: Monday, October 24, 2011 @ 23:37:20
  Author: nikratio-guest
Revision: 19052

Use dh_sphinxdoc.

Modified:
  packages/python-llfuse/trunk/debian/changelog
  packages/python-llfuse/trunk/debian/control
  packages/python-llfuse/trunk/debian/rules
Deleted:
  packages/python-llfuse/trunk/debian/python-llfuse-doc.links

Modified: packages/python-llfuse/trunk/debian/changelog
===================================================================
--- packages/python-llfuse/trunk/debian/changelog	2011-10-24 19:30:35 UTC (rev 19051)
+++ packages/python-llfuse/trunk/debian/changelog	2011-10-24 23:37:20 UTC (rev 19052)
@@ -1,3 +1,9 @@
+python-llfuse (0.36-2) unstable; urgency=low
+
+  * Use dh_sphinxdoc. Closes: #637393.
+
+ -- Nikolaus Rath <Nikolaus at rath.org>  Mon, 24 Oct 2011 19:36:59 -0400
+
 python-llfuse (0.36-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-llfuse/trunk/debian/control
===================================================================
--- packages/python-llfuse/trunk/debian/control	2011-10-24 19:30:35 UTC (rev 19051)
+++ packages/python-llfuse/trunk/debian/control	2011-10-24 23:37:20 UTC (rev 19052)
@@ -102,8 +102,7 @@
 Architecture: all
 Section: doc
 Recommends: python-llfuse | python3-llfuse
-Depends: libjs-jquery,
-         libjs-underscore,
+Depends: ${sphinxdoc:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
 Description: Python bindings for the low-level FUSE API (documentation)

Deleted: packages/python-llfuse/trunk/debian/python-llfuse-doc.links
===================================================================
--- packages/python-llfuse/trunk/debian/python-llfuse-doc.links	2011-10-24 19:30:35 UTC (rev 19051)
+++ packages/python-llfuse/trunk/debian/python-llfuse-doc.links	2011-10-24 23:37:20 UTC (rev 19052)
@@ -1,2 +0,0 @@
-/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-llfuse-doc/html/_static/jquery.js
-/usr/share/javascript/underscore/underscore.js /usr/share/doc/python-llfuse-doc/html/_static/underscore.js

Modified: packages/python-llfuse/trunk/debian/rules
===================================================================
--- packages/python-llfuse/trunk/debian/rules	2011-10-24 19:30:35 UTC (rev 19051)
+++ packages/python-llfuse/trunk/debian/rules	2011-10-24 23:37:20 UTC (rev 19052)
@@ -6,7 +6,7 @@
 PYVERS=$(shell pyversions -vr) $(shell py3versions -vr) 
 
 %:
-	dh $@ --with python2,python3
+	dh $@ --with python2,python3,sphinxdoc
 
 override_dh_auto_build: build-stamp
 
@@ -27,6 +27,9 @@
 	python setup.py build_sphinx
 	touch $@
 
+override_dh_compress:
+	dh_compress -X.inv
+
 build-python%: 
 	dh_testdir
 	python$* setup.py build -g




More information about the Python-modules-commits mailing list