[Pkg-utopia-commits] r3228 - in /packages/unstable/knetworkmanager/debian: changelog patches/06-buildsystem_fixes.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 1 22:21:14 UTC 2009


Author: biebl
Date: Tue Sep  1 22:21:14 2009
New Revision: 3228

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3228
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: #543026

Added:
    packages/unstable/knetworkmanager/debian/patches/06-buildsystem_fixes.patch
Modified:
    packages/unstable/knetworkmanager/debian/changelog
    packages/unstable/knetworkmanager/debian/patches/series

Modified: packages/unstable/knetworkmanager/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/knetworkmanager/debian/changelog?rev=3228&op=diff
==============================================================================
--- packages/unstable/knetworkmanager/debian/changelog (original)
+++ packages/unstable/knetworkmanager/debian/changelog Tue Sep  1 22:21:14 2009
@@ -1,6 +1,11 @@
 knetworkmanager (1:0.7~~svn941706-2) UNRELEASED; urgency=low
 
   * 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: #543026
 
  -- Michael Biebl <biebl at debian.org>  Fri, 20 Mar 2009 23:18:57 +0100
 

Added: packages/unstable/knetworkmanager/debian/patches/06-buildsystem_fixes.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/knetworkmanager/debian/patches/06-buildsystem_fixes.patch?rev=3228&op=file
==============================================================================
--- packages/unstable/knetworkmanager/debian/patches/06-buildsystem_fixes.patch (added)
+++ packages/unstable/knetworkmanager/debian/patches/06-buildsystem_fixes.patch Tue Sep  1 22:21:14 2009
@@ -1,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: packages/unstable/knetworkmanager/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/knetworkmanager/debian/patches/series?rev=3228&op=diff
==============================================================================
--- packages/unstable/knetworkmanager/debian/patches/series (original)
+++ packages/unstable/knetworkmanager/debian/patches/series Tue Sep  1 22:21:14 2009
@@ -1,3 +1,4 @@
 01-configure_package_name.patch
 04-dbus_access.patch
 05-no_blank_psk.patch
+06-buildsystem_fixes.patch




More information about the Pkg-utopia-commits mailing list