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

Ana Beatriz Guerrero López ana at alioth.debian.org
Mon Oct 29 19:30:11 UTC 2007


Author: ana
Date: 2007-10-29 19:30:11 +0000 (Mon, 29 Oct 2007)
New Revision: 7714

Modified:
   branches/kde4/packages/kdelibs/debian/rules
Log:
shlibs stuff, proper parameteres


Modified: branches/kde4/packages/kdelibs/debian/rules
===================================================================
--- branches/kde4/packages/kdelibs/debian/rules	2007-10-29 18:24:45 UTC (rev 7713)
+++ branches/kde4/packages/kdelibs/debian/rules	2007-10-29 19:30:11 UTC (rev 7714)
@@ -1,11 +1,10 @@
 #!/usr/bin/make -f
 
-RUNTIME_DEPS := "oxygen-icons, foo-runtime, bar-generic-data"
+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'kdelibs4c2a (>= $(CURRENTVERSION))'  #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.
+DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(CURRENTVERSION))'  #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
 
 # Generate shlibs local files




More information about the pkg-kde-commits mailing list