rev 10536 - branches/kde4/cdbs

Modestas Vainius modax-guest at alioth.debian.org
Sat May 10 18:42:15 UTC 2008


Author: modax-guest
Date: 2008-05-10 18:42:15 +0000 (Sat, 10 May 2008)
New Revision: 10536

Modified:
   branches/kde4/cdbs/kde.mk
Log:
Hook dh_sameversiondeps to the right place (after all dpkg-shlibdeps have been run)

Modified: branches/kde4/cdbs/kde.mk
===================================================================
--- branches/kde4/cdbs/kde.mk	2008-05-10 18:12:51 UTC (rev 10535)
+++ branches/kde4/cdbs/kde.mk	2008-05-10 18:42:15 UTC (rev 10536)
@@ -103,6 +103,6 @@
 
 # Process "sameVersionDep:" substvars
 DH_SAMEVERSIONDEPS=debian/cdbs/dh_sameversiondeps
-$(patsubst %,binary-predeb/%,$(DEB_PACKAGES)) :: binary-predeb/%:
+common-binary-predeb-arch common-binary-predeb-indep::
 	@if [ ! -x "$(DH_SAMEVERSIONDEPS)" ]; then chmod a+x "$(DH_SAMEVERSIONDEPS)"; fi
-	$(DH_SAMEVERSIONDEPS) -p$(cdbs_curpkg)
+	$(DH_SAMEVERSIONDEPS)




More information about the pkg-kde-commits mailing list