rev 19605 - kde-extras/icecream/trunk/debian

Pino Toscano pino at alioth.debian.org
Tue Jun 4 15:53:18 UTC 2013


Author: pino
Date: 2013-06-04 15:53:17 +0000 (Tue, 04 Jun 2013)
New Revision: 19605

Modified:
   kde-extras/icecream/trunk/debian/changelog
   kde-extras/icecream/trunk/debian/rules
Log:
symlink the icerun man page

since icerun is a symlink to icecc, create a symlink to the icecc man page as man page for icerun


Modified: kde-extras/icecream/trunk/debian/changelog
===================================================================
--- kde-extras/icecream/trunk/debian/changelog	2013-06-04 15:18:17 UTC (rev 19604)
+++ kde-extras/icecream/trunk/debian/changelog	2013-06-04 15:53:17 UTC (rev 19605)
@@ -52,6 +52,8 @@
     /etc/defaults/icecc.
   * Implement the "status" action in the init scripts.
   * Fix typo in the icecc-create-env man page.
+  * Since icerun is a symlink to icecc, create a symlink to the icecc man page
+    as man page for icerun.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Thu, 23 May 2013 20:48:57 +0200
 

Modified: kde-extras/icecream/trunk/debian/rules
===================================================================
--- kde-extras/icecream/trunk/debian/rules	2013-06-04 15:18:17 UTC (rev 19604)
+++ kde-extras/icecream/trunk/debian/rules	2013-06-04 15:53:17 UTC (rev 19605)
@@ -30,6 +30,10 @@
 override_dh_install:
 	dh_install --fail-missing
 
+override_dh_installman:
+	dh_installman
+	find . -name icecc.1.gz | xargs -L 1 dirname | xargs -I {} ln -s -v icecc.1.gz {}/icerun.1.gz
+
 override_dh_installinit:
 	dh_installinit -picecc --name=iceccd
 	dh_installinit -picecc --name=icecc-scheduler --noscripts




More information about the pkg-kde-commits mailing list