[Python-apps-commits] r10873 - in packages/debomatic/trunk/debian (changelog rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed May 21 08:57:57 UTC 2014


    Date: Wednesday, May 21, 2014 @ 08:57:56
  Author: dktrkranz
Revision: 10873

Use sphinxdoc sequencer

Modified:
  packages/debomatic/trunk/debian/changelog
  packages/debomatic/trunk/debian/rules

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2014-05-21 08:57:08 UTC (rev 10872)
+++ packages/debomatic/trunk/debian/changelog	2014-05-21 08:57:56 UTC (rev 10873)
@@ -11,7 +11,7 @@
     - Recommends python3-pyinotify.
   * debian/rules:
     - Port to Pybuild.
-    - Use python3 sequencer.
+    - Use python3 and sphinxdoc sequencers.
     - Support systemd service file.
 
  -- Luca Falavigna <dktrkranz at debian.org>  Wed, 21 May 2014 10:44:18 +0200

Modified: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	2014-05-21 08:57:08 UTC (rev 10872)
+++ packages/debomatic/trunk/debian/rules	2014-05-21 08:57:56 UTC (rev 10873)
@@ -5,7 +5,7 @@
 					--install-scripts=/usr/share/debomatic
 
 %:
-	dh $@  --buildsystem=pybuild --with python3,systemd
+	dh $@  --buildsystem=pybuild --with python3,systemd,sphinxdoc
 
 override_dh_clean:
 	dh_clean $@




More information about the Python-apps-commits mailing list