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

Adeodato Simó adeodato at costa.debian.org
Tue Aug 16 13:46:22 UTC 2005


Author: adeodato
Date: 2005-08-16 13:46:21 +0000 (Tue, 16 Aug 2005)
New Revision: 1460

Modified:
   people/dato/packages/trunk/amarok/debian/rules
Log:
If we're to build-depend on automake1.9, use that in debian/rules.
Thanks to Stefan Lippers-Hollmann for noticing.


Modified: people/dato/packages/trunk/amarok/debian/rules
===================================================================
--- people/dato/packages/trunk/amarok/debian/rules	2005-08-16 13:17:37 UTC (rev 1459)
+++ people/dato/packages/trunk/amarok/debian/rules	2005-08-16 13:46:21 UTC (rev 1460)
@@ -27,7 +27,7 @@
 debian/stamp-autothings-update:
 	cp -f /usr/share/libtool/libtool.m4 $(DEB_SRCDIR)/admin/libtool.m4.in
 	cp -f /usr/share/libtool/ltmain.sh  $(DEB_SRCDIR)/admin/ltmain.sh
-	for f in /usr/share/automake-1.6/*; do \
+	for f in /usr/share/automake-1.9/*; do \
 	    if test -f $$f && ! test -L $$f && \
 		test $(DEB_SRCDIR)/admin/`basename $$f`; then \
 		cp -f $$f $(DEB_SRCDIR)/admin; \




More information about the Pkg-kde-commits mailing list