[Pkg-gtkpod-devel] r97 - gtkpod/trunk/debian

Frank Lichtenheld djpig at costa.debian.org
Fri Dec 30 08:31:34 UTC 2005


Author: djpig
Date: 2005-12-30 08:31:34 +0000 (Fri, 30 Dec 2005)
New Revision: 97

Modified:
   gtkpod/trunk/debian/rules
Log:
Hmm, svn-buildpackage doesn't work well together with unconditionally
copying new versions of config.{guess,sub} over


Modified: gtkpod/trunk/debian/rules
===================================================================
--- gtkpod/trunk/debian/rules	2005-12-30 08:03:07 UTC (rev 96)
+++ gtkpod/trunk/debian/rules	2005-12-30 08:31:34 UTC (rev 97)
@@ -27,14 +27,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp gtkpod.1 po/*.gmo
+	rm -f build-stamp gtkpod.1
 	-$(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 	dh_clean
 
 install: build




More information about the Pkg-gtkpod-devel mailing list