rev 15871 - in kde-extras/kpowersave/trunk/debian: . patches
Michael Biebl
biebl at alioth.debian.org
Tue Sep 1 22:01:32 UTC 2009
Author: biebl
Date: 2009-09-01 22:01:31 +0000 (Tue, 01 Sep 2009)
New Revision: 15871
Added:
kde-extras/kpowersave/trunk/debian/patches/06-buildsystem_fixes.patch
Modified:
kde-extras/kpowersave/trunk/debian/changelog
kde-extras/kpowersave/trunk/debian/patches/series
Log:
* debian/patches/06-buildsystem_fixes.patch
- Add support for automake 1.11.
- Fix build failures with autoconf 2.64 where the compiler is not
correctly detected as GNU compiler leading to libtool not linking
libraries correctly. Closes: #539971
Modified: kde-extras/kpowersave/trunk/debian/changelog
===================================================================
--- kde-extras/kpowersave/trunk/debian/changelog 2009-09-01 21:56:17 UTC (rev 15870)
+++ kde-extras/kpowersave/trunk/debian/changelog 2009-09-01 22:01:31 UTC (rev 15871)
@@ -3,6 +3,11 @@
* debian/control
- Change Build-Depends automake1.9 → automake.
- Bump Standards-Version to 3.8.3. No further changes.
+ * debian/patches/06-buildsystem_fixes.patch
+ - Add support for automake 1.11.
+ - Fix build failures with autoconf 2.64 where the compiler is not
+ correctly detected as GNU compiler leading to libtool not linking
+ libraries correctly. Closes: #539971
-- Michael Biebl <biebl at debian.org> Tue, 01 Sep 2009 23:53:55 +0200
Added: kde-extras/kpowersave/trunk/debian/patches/06-buildsystem_fixes.patch
===================================================================
--- kde-extras/kpowersave/trunk/debian/patches/06-buildsystem_fixes.patch (rev 0)
+++ kde-extras/kpowersave/trunk/debian/patches/06-buildsystem_fixes.patch 2009-09-01 22:01:31 UTC (rev 15871)
@@ -0,0 +1,27 @@
+Index: kpowersave-0.7.3/admin/configure.in.min
+===================================================================
+--- kpowersave-0.7.3.orig/admin/configure.in.min 2007-09-17 19:39:46.000000000 +0200
++++ kpowersave-0.7.3/admin/configure.in.min 2009-09-01 23:50:50.000000000 +0200
+@@ -44,6 +44,9 @@
+ AM_CONFIG_HEADER(config.h) dnl at the distribution this done
+
+ dnl Checks for programs.
++AC_PROG_CC
++AC_PROG_CXX
++
+ AC_CHECK_COMPILERS
+ AC_ENABLE_SHARED(yes)
+ AC_ENABLE_STATIC(no)
+Index: kpowersave-0.7.3/admin/cvs.sh
+===================================================================
+--- kpowersave-0.7.3.orig/admin/cvs.sh 2009-09-01 23:52:29.000000000 +0200
++++ kpowersave-0.7.3/admin/cvs.sh 2009-09-01 23:53:05.000000000 +0200
+@@ -68,7 +68,7 @@
+ echo "*** KDE requires automake $required_automake_version"
+ exit 1
+ ;;
+- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*)
++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* )
+ echo "*** $AUTOMAKE_STRING found."
+ UNSERMAKE=no
+ ;;
Modified: kde-extras/kpowersave/trunk/debian/patches/series
===================================================================
--- kde-extras/kpowersave/trunk/debian/patches/series 2009-09-01 21:56:17 UTC (rev 15870)
+++ kde-extras/kpowersave/trunk/debian/patches/series 2009-09-01 22:01:31 UTC (rev 15871)
@@ -1,3 +1,4 @@
03-reset_blankonly_to_default.patch
04-default_config.patch
05-battery_rescan.patch
+06-buildsystem_fixes.patch
More information about the pkg-kde-commits
mailing list