[Python-apps-commits] r248 - in /packages/spe/trunk/debian: changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Nov 24 10:26:10 UTC 2007


Author: pochu-guest
Date: Sat Nov 24 10:26:10 2007
New Revision: 248

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=248
Log:
we needed dh_installdocs. also call dh_desktop

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

Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=248&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Sat Nov 24 10:26:10 2007
@@ -26,10 +26,9 @@
   * debian/copyright:
     - Updated Homepage and Website.
   * debian/rules:
-    - Don't call dh_python, dh_installexamples and dh_installdocs, we
-      don't need them.
+    - Don't call dh_python and dh_installexamples, we don't need them.
     - Install spe.desktop from spe.install and not here.
-    - Call dh_install.
+    - Call dh_install and dh_desktop.
   * debian/pycompat:
     - Removed, not needed as we don't call dh_python.
 

Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=248&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sat Nov 24 10:26:10 2007
@@ -66,8 +66,10 @@
 	dh_testroot
 	dh_installchangelogs debian/spe/usr/doc/spe_changes.txt
 	dh_installmenu
+	dh_installdocs
 	dh_installman
 	dh_install
+	dh_desktop
 	dh_compress -X.pdf -X.rtf -X.py
 	dh_fixperms
 	dh_pycentral




More information about the Python-apps-commits mailing list