[Pkg-utopia-commits] r1850 - in /packages/experimental/hal/debian: changelog patches/41_no_policy_validate.patch patches/55_nonpolkit-mount-policy.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Nov 5 09:41:33 UTC 2007


Author: biebl
Date: Mon Nov  5 09:41:33 2007
New Revision: 1850

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1850
Log:
* debian/patches/55_nonpolkit-mount-policy.patch
  - Removed. Patch has become obsolete as we use PolicyKit now.
* debian/patches/41_no_policy_validate.patch
  - Don't fail during configure if polkit-policy-file-validate is not found.
    This avoids an unnecessary build dependency on policykit. 

Added:
    packages/experimental/hal/debian/patches/41_no_policy_validate.patch
Removed:
    packages/experimental/hal/debian/patches/55_nonpolkit-mount-policy.patch
Modified:
    packages/experimental/hal/debian/changelog

Modified: packages/experimental/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/hal/debian/changelog?rev=1850&op=diff
==============================================================================
--- packages/experimental/hal/debian/changelog (original)
+++ packages/experimental/hal/debian/changelog Mon Nov  5 09:41:33 2007
@@ -16,8 +16,13 @@
     - Install the policy files in /usr/share/PolicyKit/.
   * debian/hal.manpages
     - Install the man page for hal-is-caller-privileged.
-
- -- Michael Biebl <biebl at debian.org>  Mon, 05 Nov 2007 10:21:43 +0100
+  * debian/patches/55_nonpolkit-mount-policy.patch
+    - Removed. Patch has become obsolete as we use PolicyKit now.
+  * debian/patches/41_no_policy_validate.patch
+    - Don't fail during configure if polkit-policy-file-validate is not found.
+      This avoids an unnecessary build dependency on policykit. 
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 05 Nov 2007 10:36:25 +0100
 
 hal (0.5.10-2) unstable; urgency=low
 

Added: packages/experimental/hal/debian/patches/41_no_policy_validate.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/hal/debian/patches/41_no_policy_validate.patch?rev=1850&op=file
==============================================================================
--- packages/experimental/hal/debian/patches/41_no_policy_validate.patch (added)
+++ packages/experimental/hal/debian/patches/41_no_policy_validate.patch Mon Nov  5 09:41:33 2007
@@ -1,0 +1,29 @@
+diff --git a/configure b/configure
+index ba74ffe..31c8ad2 100755
+--- a/configure
++++ b/configure
+@@ -23258,9 +23258,8 @@ fi
+ 
+ 
+    if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
+-      { { echo "$as_me:$LINENO: error: polkit-policy-file-validate not found" >&5
+-echo "$as_me: error: polkit-policy-file-validate not found" >&2;}
+-   { (exit 1); exit 1; }; }
++      { echo "$as_me:$LINENO: WARNING: polkit-policy-file-validate not found" >&5
++echo "$as_me: WARNING: polkit-policy-file-validate not found" >&2;}
+    fi
+ fi
+ 
+diff --git a/configure.in b/configure.in
+index d2b273f..d1bf03c 100644
+--- a/configure.in
++++ b/configure.in
+@@ -527,7 +527,7 @@ if test "x$enable_policy_kit" != "xno"; then
+    AC_CHECK_PROG([POLKIT_POLICY_FILE_VALIDATE],
+ 		 [polkit-policy-file-validate], [polkit-policy-file-validate])
+    if test -z "$POLKIT_POLICY_FILE_VALIDATE"; then
+-      AC_MSG_ERROR([polkit-policy-file-validate not found])
++      AC_MSG_WARN([polkit-policy-file-validate not found])
+    fi
+ fi
+ 




More information about the Pkg-utopia-commits mailing list