[Python-modules-commits] r29976 - in packages/deap/trunk/debian (changelog control rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Jul 28 13:48:06 UTC 2014


    Date: Monday, July 28, 2014 @ 13:48:05
  Author: danstender-guest
Revision: 29976

build with dh_spinxdoc

Modified:
  packages/deap/trunk/debian/changelog
  packages/deap/trunk/debian/control
  packages/deap/trunk/debian/rules

Modified: packages/deap/trunk/debian/changelog
===================================================================
--- packages/deap/trunk/debian/changelog	2014-07-28 10:22:26 UTC (rev 29975)
+++ packages/deap/trunk/debian/changelog	2014-07-28 13:48:05 UTC (rev 29976)
@@ -9,12 +9,13 @@
   * deb/rules:
     + Added export lines for DH_VERBOSE and DEB_BUILD_OPTIONS.
     + Reduced to build with Pybuild.
+    + Building with dh_sphinxdoc.
     + Prevent compression for scripts in examples.
   * Changed python-deap-doc.install to python-deap-doc.docs.
   * Added Forwarded info line to doc.patch.
   * Removed source/option, README.source (obsolete).
 
- -- Daniel Stender <debian at danielstender.com>  Fri, 25 Jul 2014 01:06:28 +0200
+ -- Daniel Stender <debian at danielstender.com>  Mon, 28 Jul 2014 15:43:40 +0200
 
 deap (1.0.1-1) unstable; urgency=low
 

Modified: packages/deap/trunk/debian/control
===================================================================
--- packages/deap/trunk/debian/control	2014-07-28 10:22:26 UTC (rev 29975)
+++ packages/deap/trunk/debian/control	2014-07-28 13:48:05 UTC (rev 29976)
@@ -51,9 +51,8 @@
 Section: doc
 Architecture: all
 Depends:
- libjs-jquery,
- libjs-underscore,
- ${misc:Depends}
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
 Recommends:
  python-deap,
  python3-deap

Modified: packages/deap/trunk/debian/rules
===================================================================
--- packages/deap/trunk/debian/rules	2014-07-28 10:22:26 UTC (rev 29975)
+++ packages/deap/trunk/debian/rules	2014-07-28 13:48:05 UTC (rev 29976)
@@ -20,12 +20,7 @@
 	   rm tmp.html; \
 	done
 	dh_installdocs
-	rm -fv debian/python-deap-doc/usr/share/doc/python-deap-doc/html/_static/jquery.js
-	ln -s /usr/share/javascript/jquery/jquery.js \
-	   debian/python-deap-doc/usr/share/doc/python-deap-doc/html/_static/jquery.js
-	rm -fv debian/python-deap-doc/usr/share/doc/python-deap-doc/html/_static/underscore.js
-	ln -s /usr/share/javascript/underscore/underscore.js \
-	   debian/python-deap-doc/usr/share/doc/python-deap-doc/html/_static/underscore.js
+	dh_sphinxdoc
 
 override_dh_compress:
 	dh_compress -X.py




More information about the Python-modules-commits mailing list