[Pkg-kde-commits] rev 276 - people/dato/packages/trunk/amarok/debian

Adeodato Sim?? dato-guest@haydn.debian.org
Sun, 28 Nov 2004 15:29:01 -0700


Author: dato-guest
Date: 2004-11-28 15:28:18 -0700 (Sun, 28 Nov 2004)
New Revision: 276

Modified:
   people/dato/packages/trunk/amarok/debian/rules
Log:
- make --list-missing work properly in a multiple package environment.


Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2004-11-26 22:52:05 UTC (rev 275)
+++ people/dato/packages/trunk/amarok/debian/rules	2004-11-28 22:28:18 UTC (rev 276)
@@ -9,7 +9,6 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL := -n
 DEB_INSTALL_DIRS_amarok    := usr/lib/amarok
 DEB_DH_SHLIBDEPS_ARGS      := -Xusr/lib/amarok/amarok_xmmswrapper2
-DEB_DH_INSTALL_ARGS        := --list-missing
 
 # We need this commented out until sqlite 3.0 is available in Debian
 # DEB_EXTRA_CONNFIGURE_FLAGS := --without-included-sqlite
@@ -28,3 +27,5 @@
 	  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