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

Sune Vuorela pusling-guest at alioth.debian.org
Mon Oct 29 23:26:51 UTC 2007


Author: pusling-guest
Date: 2007-10-29 23:26:51 +0000 (Mon, 29 Oct 2007)
New Revision: 7718

Modified:
   branches/kde4/packages/kdelibs/debian/rules
Log:
fix my shlibs screwups
sorry people


Modified: branches/kde4/packages/kdelibs/debian/rules
===================================================================
--- branches/kde4/packages/kdelibs/debian/rules	2007-10-29 22:55:44 UTC (rev 7717)
+++ branches/kde4/packages/kdelibs/debian/rules	2007-10-29 23:26:51 UTC (rev 7718)
@@ -2,7 +2,7 @@
 
 RUNTIME_DEPS := "kde-icons-oxygen, kdebase-runtime-bin, kdebase-runtime-data"
 CURRENTVERSION := $(shell head -1 debian/changelog  | sed 's/[^(]*(\([^)]*\)).*/\1/')
-DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(CURRENTVERSION))'  #In general we shouldn't bump on each upload, but in the beta cycles,
+DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(CURRENTVERSION)), $(RUNTIME_DEPS)'  #In general we shouldn't bump on each upload, but in the beta cycles,
                                                                         #it is probably good. Else on upstream versions it is probably a good thing.
 
 include debian/cdbs/kde.mk
@@ -10,6 +10,6 @@
 # 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), $(RUNTIME_DEPS)/' debian/$(cdbs_curpkg)/DEBIAN/shlibs >> debian/shlibs.local ;\
+                sed 's/>=[^)]*/= $(CURRENTVERSION)/;s/, $(RUNTIME_DEPS)//' debian/$(cdbs_curpkg)/DEBIAN/shlibs >> debian/shlibs.local ;\
         fi
 




More information about the pkg-kde-commits mailing list