[Pkg-utopia-commits] r3808 - in /packages/unstable/hal/debian: changelog patches/00upstream_fix_lsb_release_probe_linking.patch patches/series

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Mon Feb 14 10:36:49 UTC 2011


Author: mpitt
Date: Mon Feb 14 10:36:40 2011
New Revision: 3808

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3808
Log:
Add 00upstream_fix_lsb_release_probe_linking.patch: Add missing libraries
to hald-probe-lsb-release linking. (Cherrypicked from upstream trunk.)

Added:
    packages/unstable/hal/debian/patches/00upstream_fix_lsb_release_probe_linking.patch
Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/patches/series

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=3808&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Mon Feb 14 10:36:40 2011
@@ -1,3 +1,10 @@
+hal (0.5.14-6) UNRELEASED; urgency=low
+
+  * Add 00upstream_fix_lsb_release_probe_linking.patch: Add missing libraries
+    to hald-probe-lsb-release linking. (Cherrypicked from upstream trunk.)
+
+ -- Martin Pitt <mpitt at debian.org>  Mon, 14 Feb 2011 11:33:02 +0100
+
 hal (0.5.14-5) unstable; urgency=low
 
   * Upload to unstable.

Added: packages/unstable/hal/debian/patches/00upstream_fix_lsb_release_probe_linking.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/00upstream_fix_lsb_release_probe_linking.patch?rev=3808&op=file
==============================================================================
--- packages/unstable/hal/debian/patches/00upstream_fix_lsb_release_probe_linking.patch (added)
+++ packages/unstable/hal/debian/patches/00upstream_fix_lsb_release_probe_linking.patch Mon Feb 14 10:36:40 2011
@@ -1,0 +1,25 @@
+From 94ea0fc8b96f406655607c51d7d5a83876f82c6f Mon Sep 17 00:00:00 2001
+From: Martin Pitt <martin.pitt at ubuntu.com>
+Date: Mon, 14 Feb 2011 11:12:45 +0100
+Subject: Fix linking of hald-probe-lsb-release
+
+---
+ hald/linux/probing/Makefile.am |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/hald/linux/probing/Makefile.am b/hald/linux/probing/Makefile.am
+index 3b37ca4..50f0dff 100644
+--- a/hald/linux/probing/Makefile.am
++++ b/hald/linux/probing/Makefile.am
+@@ -55,7 +55,7 @@ hald_probe_net_bluetooth_SOURCES = probe-net-bluetooth.c ../../logger.c
+ hald_probe_net_bluetooth_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
+ 
+ hald_probe_lsb_release_SOURCES = probe-lsb-release.c ../../logger.c
+-hald_probe_lsb_release_LDADD = $(top_builddir)/libhal/libhal.la
++hald_probe_lsb_release_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
+ 
+ hald_probe_video4linux_SOURCES = probe-video4linux.c ../../logger.c
+ hald_probe_video4linux_LDADD = $(top_builddir)/libhal/libhal.la @DBUS_LIBS@
+-- 
+1.7.2.3
+

Modified: packages/unstable/hal/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/patches/series?rev=3808&op=diff
==============================================================================
--- packages/unstable/hal/debian/patches/series (original)
+++ packages/unstable/hal/debian/patches/series Mon Feb 14 10:36:40 2011
@@ -1,4 +1,5 @@
 # Debian patches for hal
+00upstream_fix_lsb_release_probe_linking.patch
 01_at_console.patch
 02_libhal_dont_check_running.patch
 10_nonpolkit-mount-policy.patch




More information about the Pkg-utopia-commits mailing list