[Pkg-mono-svn-commits] rev 3395 - in ndesk-dbus/trunk/debian: . patches

Sebastian Dröge slomo at alioth.debian.org
Tue Oct 16 10:21:37 UTC 2007


Author: slomo
Date: 2007-10-16 10:21:37 +0000 (Tue, 16 Oct 2007)
New Revision: 3395

Added:
   ndesk-dbus/trunk/debian/patches/
   ndesk-dbus/trunk/debian/patches/00list
   ndesk-dbus/trunk/debian/patches/01_pkg-config-library-path.dpatch
Modified:
   ndesk-dbus/trunk/debian/changelog
Log:
* patches/01_pkg-config-library-path.dpatch:
  + Fix library path in the pkg-config file.

Modified: ndesk-dbus/trunk/debian/changelog
===================================================================
--- ndesk-dbus/trunk/debian/changelog	2007-10-16 10:17:24 UTC (rev 3394)
+++ ndesk-dbus/trunk/debian/changelog	2007-10-16 10:21:37 UTC (rev 3395)
@@ -9,6 +9,8 @@
     + Bump clilibs to >= 0.6.0.
   * debian/watch:
     + Update location.
+  * patches/01_pkg-config-library-path.dpatch:
+    + Fix library path in the pkg-config file.
 
  -- Sebastian Dröge <slomo at debian.org>  Tue, 16 Oct 2007 11:52:32 +0200
 

Added: ndesk-dbus/trunk/debian/patches/00list
===================================================================
--- ndesk-dbus/trunk/debian/patches/00list	                        (rev 0)
+++ ndesk-dbus/trunk/debian/patches/00list	2007-10-16 10:21:37 UTC (rev 3395)
@@ -0,0 +1 @@
+01_pkg-config-library-path.dpatch

Added: ndesk-dbus/trunk/debian/patches/01_pkg-config-library-path.dpatch
===================================================================
--- ndesk-dbus/trunk/debian/patches/01_pkg-config-library-path.dpatch	                        (rev 0)
+++ ndesk-dbus/trunk/debian/patches/01_pkg-config-library-path.dpatch	2007-10-16 10:21:37 UTC (rev 3395)
@@ -0,0 +1,12 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+
+ at DPATCH@
+
+--- ndesk-dbus-1.0.pc.in.old	2007-10-16 12:19:09.000000000 +0200
++++ ndesk-dbus-1.0.pc.in	2007-10-16 12:19:17.000000000 +0200
+@@ -8,4 +8,4 @@
+ Description: Managed D-Bus IPC protocol library and CLR binding
+ Version: @VERSION@
+ URL: http://www.ndesk.org/DBusSharp
+-Libs: -r:${libdir}/mono/@PACKAGE at -@API_VERSION@/NDesk.DBus.dll
++Libs: -r:${libdir}/cli/@PACKAGE at -@API_VERSION@/NDesk.DBus.dll




More information about the Pkg-mono-svn-commits mailing list