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

Adeodato Simó dato-guest@costa.debian.org
Wed, 23 Mar 2005 20:10:48 +0100


Author: dato-guest
Date: 2005-03-23 20:10:47 +0100 (Wed, 23 Mar 2005)
New Revision: 900

Modified:
   people/dato/packages/trunk/amarok/debian/rules
Log:
Define DEB_INSTALL_DOCS_ALL again, 'till kde.mk becomes sane.


Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2005-03-23 19:07:15 UTC (rev 899)
+++ people/dato/packages/trunk/amarok/debian/rules	2005-03-23 19:10:47 UTC (rev 900)
@@ -19,6 +19,9 @@
 DEB_CONFIGURE_EXTRA_FLAGS  := --without-included-sqlite \
 			      --enable-mysql
 
+# See debian/TODO
+DEB_INSTALL_DOCS_ALL = $(filter-out $(DEB_INSTALL_CHANGELOGS_ALL),$(shell for f in README NEWS TODO BUGS AUTHORS THANKS; do if test -s $(DEB_SRCDIR)/$$f; then echo $(DEB_SRCDIR)/$$f; fi; done))
+
 ### Libtool and Automake updates
 post-patches:: debian/stamp-autothings-update
 debian/stamp-autothings-update: