[Pkg-openldap-devel] r841 - in openldap/trunk-2.3/debian: . patches
Steve Langasek
vorlon at alioth.debian.org
Tue Jul 10 06:52:20 UTC 2007
Author: vorlon
Date: 2007-07-10 06:52:20 +0000 (Tue, 10 Jul 2007)
New Revision: 841
Removed:
openldap/trunk-2.3/debian/patches/add-autogen-sh
Modified:
openldap/trunk-2.3/debian/changelog
openldap/trunk-2.3/debian/patches/series
Log:
Drop debian/patches/add-autogen-sh, also no longer needed now that
use-lpthread is gone.
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2007-07-10 06:48:06 UTC (rev 840)
+++ openldap/trunk-2.3/debian/changelog 2007-07-10 06:52:20 UTC (rev 841)
@@ -2,6 +2,8 @@
* Drop debian/patches/use-lpthread, which is no longer needed on mips*
because gcc has been fixed.
+ * Drop debian/patches/add-autogen-sh, also no longer needed now that
+ the above patch is gone.
-- Steve Langasek <vorlon at debian.org> Mon, 09 Jul 2007 23:44:46 -0700
Deleted: openldap/trunk-2.3/debian/patches/add-autogen-sh
===================================================================
--- openldap/trunk-2.3/debian/patches/add-autogen-sh 2007-07-10 06:48:06 UTC (rev 840)
+++ openldap/trunk-2.3/debian/patches/add-autogen-sh 2007-07-10 06:52:20 UTC (rev 841)
@@ -1,33 +0,0 @@
-diff -urNad openldap2.3-2.3.11~/autogen.sh openldap2.3-2.3.11/autogen.sh
---- openldap2.3-2.3.11~/autogen.sh 1970-01-01 01:00:00.000000000 +0100
-+++ openldap2.3-2.3.11/autogen.sh 2005-12-24 16:37:21.693602500 +0100
-@@ -0,0 +1,29 @@
-+#!/bin/sh
-+#
-+# autogen.sh
-+
-+LIBTOOL=`which libtoolize`
-+AUTOCONF=`which autoconf`
-+ACLOCAL=`which aclocal-1.9`
-+
-+if [ ! -x $LIBTOOL ]; then
-+ echo "libtool doesn't exist! Please install libtool"
-+ exit 1
-+fi
-+
-+if [ ! -x $ACLOCAL ]; then
-+ echo "aclocal doesn't exist! Please install automake1.9"
-+ exit 1
-+fi
-+
-+if [ ! -x $AUTOCONF ]; then
-+ echo "autoconf doesn't exist! Please install autoconf"
-+ exit 1
-+fi
-+
-+$LIBTOOL --copy --force
-+$ACLOCAL
-+$AUTOCONF
-+
-+exit 0
-+
Modified: openldap/trunk-2.3/debian/patches/series
===================================================================
--- openldap/trunk-2.3/debian/patches/series 2007-07-10 06:48:06 UTC (rev 840)
+++ openldap/trunk-2.3/debian/patches/series 2007-07-10 06:52:20 UTC (rev 841)
@@ -3,7 +3,6 @@
ntlm-ldap_h-hack -p0
ntlm_c
libldap-makefile_in
-add-autogen-sh
slapi-errorlog-file -p0
ldapi-socket-place -p0
read-config-before-dropping-privileges -p0
More information about the Pkg-openldap-devel
mailing list