rev 5003 - people/ana/packages/amarok/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Nov 27 17:19:23 UTC 2006


Author: ana
Date: 2006-11-27 18:19:23 +0100 (Mon, 27 Nov 2006)
New Revision: 5003

Modified:
   people/ana/packages/amarok/debian/rules
Log:
Now amarok-engines and amarok-$engine can be installed indepeently of
amarok so their directories in /usr/share/doc cant not be symlinks


Modified: people/ana/packages/amarok/debian/rules
===================================================================
--- people/ana/packages/amarok/debian/rules	2006-11-27 15:14:16 UTC (rev 5002)
+++ people/ana/packages/amarok/debian/rules	2006-11-27 17:19:23 UTC (rev 5003)
@@ -56,11 +56,11 @@
 
 ### POST-INSTALL HACKING
 # Make directories in /usr/share/doc be symlinks for packages other than amarok
-common-binary-post-install-arch::
-	for p in $(filter-out amarok,$(DEB_ALL_PACKAGES)); do \
-	  rm -rf debian/$$p/usr/share/doc/$$p; \
-	  ln -sf amarok debian/$$p/usr/share/doc/$$p; \
-	done
+#common-binary-post-install-arch::
+#	for p in $(filter-out amarok,$(DEB_ALL_PACKAGES)); do \
+#	  rm -rf debian/$$p/usr/share/doc/$$p; \
+#	  ln -sf amarok debian/$$p/usr/share/doc/$$p; \
+#	done
 
 	# Check for not installed files
-	dh_install --no-act --list-missing
+#	dh_install --no-act --list-missing




More information about the pkg-kde-commits mailing list