r34169 - in /desktop/unstable/cheese/debian: changelog patches/01-udev-configure-check.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Apr 6 08:37:42 UTC 2012


Author: biebl
Date: Fri Apr  6 08:37:40 2012
New Revision: 34169

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34169
Log:
debian/patches/01-udev-configure-check.patch: Properly quote the
$UDEV_REQUIRED variable so configure does not fail on systems without
libgudev.

Added:
    desktop/unstable/cheese/debian/patches/01-udev-configure-check.patch
Modified:
    desktop/unstable/cheese/debian/changelog
    desktop/unstable/cheese/debian/patches/series

Modified: desktop/unstable/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/changelog?rev=34169&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/changelog [utf-8] (original)
+++ desktop/unstable/cheese/debian/changelog [utf-8] Fri Apr  6 08:37:40 2012
@@ -1,3 +1,11 @@
+cheese (3.4.0-2) UNRELEASED; urgency=low
+
+  * debian/patches/01-udev-configure-check.patch: Properly quote the
+    $UDEV_REQUIRED variable so configure does not fail on systems without
+    libgudev.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 06 Apr 2012 10:35:51 +0200
+
 cheese (3.4.0-1) unstable; urgency=low
 
   * New upstream release.

Added: desktop/unstable/cheese/debian/patches/01-udev-configure-check.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/patches/01-udev-configure-check.patch?rev=34169&op=file
==============================================================================
--- desktop/unstable/cheese/debian/patches/01-udev-configure-check.patch (added)
+++ desktop/unstable/cheese/debian/patches/01-udev-configure-check.patch [utf-8] Fri Apr  6 08:37:40 2012
@@ -1,0 +1,29 @@
+From b0c291304e9f1b9bd31a43af523727d8441af0b1 Mon Sep 17 00:00:00 2001
+From: Michael Biebl <biebl at debian.org>
+Date: Fri, 6 Apr 2012 10:31:45 +0200
+Subject: [PATCH] build: Properly quote $UDEV_REQUIRED variable
+
+Otherwise configure fails on systems which don't have libgudev
+installed.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=673628
+---
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index b669799..874ab3f 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -88,7 +88,7 @@ AS_CASE([$host_os],
+   [AC_MSG_RESULT([unsupported operating system])])
+ 
+ AC_MSG_CHECKING([for gudev-1.0])
+-AS_IF([test -n $UDEV_REQUIRED],
++AS_IF([test -n "$UDEV_REQUIRED"],
+   [PKG_CHECK_EXISTS([$UDEV_REQUIRED],
+     [AC_MSG_RESULT([found])
+      AC_DEFINE([HAVE_UDEV], [], [Enable gudev support])],
+-- 
+1.7.9.5
+

Modified: desktop/unstable/cheese/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/patches/series?rev=34169&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/patches/series [utf-8] (original)
+++ desktop/unstable/cheese/debian/patches/series [utf-8] Fri Apr  6 08:37:40 2012
@@ -1,1 +1,2 @@
+01-udev-configure-check.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list