[Pkg-kde-commits] rev 2084 - branches/kde-3.4.0/packages/kdebindings/debian

Adeodato Simó adeodato at costa.debian.org
Fri Oct 21 03:01:55 UTC 2005


Author: adeodato
Date: 2005-10-21 03:01:54 +0000 (Fri, 21 Oct 2005)
New Revision: 2084

Modified:
   branches/kde-3.4.0/packages/kdebindings/debian/rules
Log:
But this was right in the first place, and being sleepy did not help.


Modified: branches/kde-3.4.0/packages/kdebindings/debian/rules
===================================================================
--- branches/kde-3.4.0/packages/kdebindings/debian/rules	2005-10-21 02:26:23 UTC (rev 2083)
+++ branches/kde-3.4.0/packages/kdebindings/debian/rules	2005-10-21 03:01:54 UTC (rev 2084)
@@ -91,16 +91,15 @@
 
 ###
 
-common-binary-post-install-arch::  stamp-rm-usr-share-doc
-common-binary-post-install-indep:: stamp-rm-usr-share-doc
-stamp-rm-usr-share-doc:
+common-binary-post-install-arch::
 	for p in $(PACKAGES_WITH_USD_SYMLINK); do \
 	  rm -f debian/$$p/usr/share/doc/$$p/{copyright,changelog.Debian,changelog}; \
 	done
-	touch debian/$@
 
-clean::
-	rm -f debian/stamp-rm-usr-share-doc
+common-binary-post-install-indep::
+	for p in $(PACKAGES_WITH_USD_SYMLINK); do \
+	  rm -f debian/$$p/usr/share/doc/$$p/{copyright,changelog.Debian,changelog}; \
+	done
 
 PACKAGES_WITH_USD_SYMLINK = kdebindings-java libkde3-java libqt3-java \
 			    libdcop3-java-dev libdcop3-java \




More information about the pkg-kde-commits mailing list