rev 7723 - branches/kde4/packages/kdelibs/debian

Sune Vuorela pusling-guest at alioth.debian.org
Tue Oct 30 10:05:44 UTC 2007


Author: pusling-guest
Date: 2007-10-30 10:05:44 +0000 (Tue, 30 Oct 2007)
New Revision: 7723

Modified:
   branches/kde4/packages/kdelibs/debian/rules
Log:
We don't need to loop over all packages, only kdelibs5 is relevant for this.



Modified: branches/kde4/packages/kdelibs/debian/rules
===================================================================
--- branches/kde4/packages/kdelibs/debian/rules	2007-10-30 09:58:30 UTC (rev 7722)
+++ branches/kde4/packages/kdelibs/debian/rules	2007-10-30 10:05:44 UTC (rev 7723)
@@ -8,8 +8,6 @@
 include debian/cdbs/kde.mk
 
 # Generate shlibs local files
-$(patsubst %,binary-fixup/%,$(DEB_ALL_PACKAGES)) :: binary-fixup/%: binary-strip/%
-        if test -e debian/$(cdbs_curpkg)/DEBIAN/shlibs ; then \
-                sed 's/>=[^)]*/= $(CURRENTVERSION)/;s/, $(RUNTIME_DEPS)//' debian/$(cdbs_curpkg)/DEBIAN/shlibs >> debian/shlibs.local ;\
-        fi
+common-binary-fixup-arch :: 
+	sed 's/>=[^)]*/= $(CURRENTVERSION)/;s/, $(RUNTIME_DEPS)//' debian/kdelibs5/DEBIAN/shlibs >> debian/shlibs.local ;\
 




More information about the pkg-kde-commits mailing list