CVS commit by schepler: kdegames 4:3.3.2-0pre1 packaging. M +0 -3 atlantik-dev.install 1.2.4.1 M +7 -0 changelog 1.66.2.3 M +1 -1 control 1.72.2.3 M +0 -1 kolf-dev.install 1.2.2.1 M +0 -1 libkdegames-dev.install 1.4.4.1 M +1 -1 rules 1.57.2.3 M +16 -3 patches/03_automake1.8.diff 1.1.2.2 M +1 -1 patches/04_disable_static_la_final.diff 1.1.2.2 --- kdegames/debian/atlantik-dev.install #1.2:1.2.4.1 @@ -1,7 +1,4 @@ debian/tmp/usr/include/kde/atlantik debian/tmp/usr/include/kde/atlantic -debian/tmp/usr/lib/libatlantic.a -debian/tmp/usr/lib/libatlantikclient.a -debian/tmp/usr/lib/libatlantikui.a debian/tmp/usr/lib/libatlantic.so debian/tmp/usr/lib/libatlantikclient.so --- kdegames/debian/changelog #1.66.2.2:1.66.2.3 @@ -1,2 +1,9 @@ +kdegames (4:3.3.2-0pre1) experimental; urgency=low + + * New upstream release. + * Drop useless static libs. + + -- Daniel Schepler Fri, 17 Dec 2004 21:55:40 -0800 + kdegames (4:3.3.1-1) unstable; urgency=low --- kdegames/debian/control #1.72.2.2:1.72.2.3 @@ -1,4 +1,4 @@ Source: kdegames -Build-Depends: cdbs, debhelper (>= 4.2.21), autoconf (>= 2.50), automake1.8, libtool, kdelibs4-dev (>= 4:3.3.0), libarts1-dev, groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils +Build-Depends: cdbs, debhelper (>= 4.2.21), autoconf (>= 2.50), automake1.9, libtool, kdelibs4-dev (>= 4:3.3.2), libarts1-dev, groff-base, doxygen, qt3-doc, kdelibs4-doc, sharutils Section: games Priority: optional --- kdegames/debian/kolf-dev.install #1.2:1.2.2.1 @@ -1,3 +1,2 @@ debian/tmp/usr/include/kde/kolf -debian/tmp/usr/lib/libkolf.a debian/tmp/usr/lib/libkolf.so --- kdegames/debian/libkdegames-dev.install #1.4:1.4.4.1 @@ -1,5 +1,4 @@ debian/tmp/usr/include/kde/*.h debian/tmp/usr/include/kde/kgame -debian/tmp/usr/lib/libkdegames.a debian/tmp/usr/lib/libkdegames.so debian/tmp/usr/lib/libkdegames.la --- kdegames/debian/rules #1.57.2.2:1.57.2.3 @@ -12,5 +12,5 @@ DEB_KDE_APIDOX := yes -DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-static +DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --disable-static post-patches:: debian/stamp-libtool-update --- kdegames/debian/patches/03_automake1.8.diff #1.1.2.1:1.1.2.2 @@ -5,12 +5,25 @@ diff -u -r1.13 detect-autoconf.sh --- admin/detect-autoconf.sh 24 May 2004 11:36:58 -0000 1.13 -+++ admin/detect-autoconf.sh 2 Aug 2004 23:04:15 -0000 -@@ -11,7 +11,7 @@ ++++ admin/detect-autoconf.sh 6 Nov 2004 20:05:20 -0000 +@@ -10,8 +10,8 @@ + # Please add higher versions first. The last version number is the minimum # needed to compile KDE. Do not forget to include the name/version # # separator if one is present, e.g. -1.2 where - is the separator. - KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" +-KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x" -KDE_AUTOMAKE_VERS="-1.7 17 -1.6" ++KDE_AUTOCONF_VERS="-2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x 2.50" +KDE_AUTOMAKE_VERS="-1.9 -1.8 -1.7 17 -1.6" # We don't use variable here for remembering the type ... strings. Local # variables are not that portable, but we fear namespace issues with our +@@ -22,7 +22,9 @@ + if test -x "`$WHICH $AUTOCONF$kde_autoconf_version 2>/dev/null`"; then + AUTOCONF="`$WHICH $AUTOCONF$kde_autoconf_version`" + AUTOHEADER="`$WHICH $AUTOHEADER$kde_autoconf_version`" +- AUTOM4TE="`$WHICH $AUTOM4TE$kde_autoconf_version`" ++ if test -x "`$WHICH $AUTOM4TE$kde_autoconf_version 2>/dev/null`"; then ++ AUTOM4TE="`$WHICH $AUTOM4TE$kde_autoconf_version`" ++ fi + break + fi + done --- kdegames/debian/patches/04_disable_static_la_final.diff #1.1.2.1:1.1.2.2 @@ -24,5 +24,5 @@ + else + KDE_USE_FINAL_LA_TRUE="" -+ KDE_USE_FINAL_LA_FALSE="" ++ KDE_USE_FINAL_LA_FALSE="#" + fi else