[Pkg-utopia-commits] r225 - packages/networkmanager/trunk/debian/patches

Thom May thom@costa.debian.org
Tue, 14 Jun 2005 15:55:41 +0000


Author: thom
Date: 2005-06-14 15:55:40 +0000 (Tue, 14 Jun 2005)
New Revision: 225

Added:
   packages/networkmanager/trunk/debian/patches/01-no-dhcdbd-configure-check.dpatch
Modified:
   packages/networkmanager/trunk/debian/patches/00list
Log:
remove configure time check for dhcdbd

Modified: packages/networkmanager/trunk/debian/patches/00list
===================================================================
--- packages/networkmanager/trunk/debian/patches/00list	2005-06-14 14:42:32 UTC (rev 224)
+++ packages/networkmanager/trunk/debian/patches/00list	2005-06-14 15:55:40 UTC (rev 225)
@@ -0,0 +1 @@
+01-no-dhcdbd-configure-check

Added: packages/networkmanager/trunk/debian/patches/01-no-dhcdbd-configure-check.dpatch
===================================================================
--- packages/networkmanager/trunk/debian/patches/01-no-dhcdbd-configure-check.dpatch	2005-06-14 14:42:32 UTC (rev 224)
+++ packages/networkmanager/trunk/debian/patches/01-no-dhcdbd-configure-check.dpatch	2005-06-14 15:55:40 UTC (rev 225)
@@ -0,0 +1,27 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01-no-dhcdbd-configure-check.dpatch by  <thom@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad --exclude=CVS --exclude=.svn ./configure /tmp/dpep-work.S0MMvn/network-manager-0.4.1+cvs20050614/configure
+--- ./configure	2005-06-14 12:40:50.000000000 +0100
++++ /tmp/dpep-work.S0MMvn/network-manager-0.4.1+cvs20050614/configure	2005-06-14 16:45:40.000000000 +0100
+@@ -23596,11 +23596,11 @@
+ echo "${ECHO_T}no" >&6
+ fi
+ 
+-if ! test -x "$DHCDBD_BINARY_PATH"; then
+-	{ { echo "$as_me:$LINENO: error: dhcdbd was not installed.  See http://people.redhat.com/jvdias/dhcdbd" >&5
+-echo "$as_me: error: dhcdbd was not installed.  See http://people.redhat.com/jvdias/dhcdbd" >&2;}
+-   { (exit 1); exit 1; }; }
+-fi
++#if ! test -x "$DHCDBD_BINARY_PATH"; then
++#	{ { echo "$as_me:$LINENO: error: dhcdbd was not installed.  See http://people.redhat.com/jvdias/dhcdbd" >&5
++#echo "$as_me: error: dhcdbd was not installed.  See http://people.redhat.com/jvdias/dhcdbd" >&2;}
++#   { (exit 1); exit 1; }; }
++#fi
+ 
+ 
+ #### find the actual value for $prefix that we'll end up with


Property changes on: packages/networkmanager/trunk/debian/patches/01-no-dhcdbd-configure-check.dpatch
___________________________________________________________________
Name: svn:executable
   + *