rev 5061 - in kde-extras/libkexif/trunk/debian: . patches

Achim Bohnet ach-guest at alioth.debian.org
Mon Dec 4 20:46:13 CET 2006


Author: ach-guest
Date: 2006-12-04 20:46:13 +0100 (Mon, 04 Dec 2006)
New Revision: 5061

Added:
   kde-extras/libkexif/trunk/debian/patches/06_aclocal.diff
Modified:
   kde-extras/libkexif/trunk/debian/changelog
Log:
libkexif: hell, I always forget that aclocal.m4 change is not catched
	by buildprep, for whatever %$%^& reason :(

Modified: kde-extras/libkexif/trunk/debian/changelog
===================================================================
--- kde-extras/libkexif/trunk/debian/changelog	2006-12-04 19:10:31 UTC (rev 5060)
+++ kde-extras/libkexif/trunk/debian/changelog	2006-12-04 19:46:13 UTC (rev 5061)
@@ -4,6 +4,7 @@
   * add patches:
     + 98_buildprep.diff
     + 99_configure.diff
+    + 06_aclocal.diff
     Closes: #401513: libkexif: FTBFS: Tries to regenerate autofiles
   * bump standards-Version to 3.7.2.  No changes necessary.
 

Added: kde-extras/libkexif/trunk/debian/patches/06_aclocal.diff
===================================================================
--- kde-extras/libkexif/trunk/debian/patches/06_aclocal.diff	2006-12-04 19:10:31 UTC (rev 5060)
+++ kde-extras/libkexif/trunk/debian/patches/06_aclocal.diff	2006-12-04 19:46:13 UTC (rev 5061)
@@ -0,0 +1,38 @@
+--- libkexif-0.2.5.orig/aclocal.m4
++++ libkexif-0.2.5/aclocal.m4
+@@ -501,6 +501,35 @@
+ rmdir .tst 2>/dev/null
+ AC_SUBST([am__leading_dot])])
+ 
++# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
++# From Jim Meyering
++
++# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
++# Free Software Foundation, Inc.
++#
++# This file is free software; the Free Software Foundation
++# gives unlimited permission to copy and/or distribute it,
++# with or without modifications, as long as this notice is preserved.
++
++# serial 4
++
++AC_DEFUN([AM_MAINTAINER_MODE],
++[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
++  dnl maintainer-mode is disabled by default
++  AC_ARG_ENABLE(maintainer-mode,
++[  --enable-maintainer-mode  enable make rules and dependencies not useful
++			  (and sometimes confusing) to the casual installer],
++      USE_MAINTAINER_MODE=$enableval,
++      USE_MAINTAINER_MODE=no)
++  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
++  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
++  MAINT=$MAINTAINER_MODE_TRUE
++  AC_SUBST(MAINT)dnl
++]
++)
++
++AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
++
+ # Check to see how 'make' treats includes.	            -*- Autoconf -*-
+ 
+ # Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.




More information about the pkg-kde-commits mailing list