[Python-apps-commits] r8379 - in packages/autokey/trunk/debian (rules)

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Sun Mar 25 17:18:38 UTC 2012


    Date: Sunday, March 25, 2012 @ 17:18:37
  Author: adejong
Revision: 8379

Remove the --no-start from the call to dh_installinit (fixes r8376).

Modified:
  packages/autokey/trunk/debian/rules

Modified: packages/autokey/trunk/debian/rules
===================================================================
--- packages/autokey/trunk/debian/rules	2012-03-25 13:10:34 UTC (rev 8378)
+++ packages/autokey/trunk/debian/rules	2012-03-25 17:18:37 UTC (rev 8379)
@@ -9,4 +9,4 @@
 # Add here any variable or target overrides you need.
 DEB_INSTALL_MANPAGES_autokey_qt = debian/autokey-qt.1
 DEB_INSTALL_MANPAGES_autokey_gtk = debian/autokey-gtk.1
-DEB_DH_INSTALLINIT_ARGS := --no-start --name=autokey
+DEB_DH_INSTALLINIT_ARGS := --name=autokey




More information about the Python-apps-commits mailing list