~ubuntu-branches/ubuntu/karmic/ndesk-dbus/karmic

« back to all changes in this revision

Viewing changes to debian/patches/01_pkg-config-library-path.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-10-16 11:52:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071016115232-fe3ejbyws97q4rf2
Tags: 0.6.0-1
* New upstream release.
* debian/control:
  + Update build dependencies.
* debian/rules:
  + Update for new upstream build system.
  + Call dh_clifixperms instead of manual find magic.
  + 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh /usr/share/dpatch/dpatch-run
 
2
 
 
3
@DPATCH@
 
4
 
 
5
--- ndesk-dbus/ndesk-dbus-1.0.pc.in.old 2007-10-16 12:19:09.000000000 +0200
 
6
+++ ndesk-dbus/ndesk-dbus-1.0.pc.in     2007-10-16 12:19:17.000000000 +0200
 
7
@@ -8,4 +8,4 @@
 
8
 Description: Managed D-Bus IPC protocol library and CLR binding
 
9
 Version: @VERSION@
 
10
 URL: http://www.ndesk.org/DBusSharp
 
11
-Libs: -r:${libdir}/mono/@PACKAGE@-@API_VERSION@/NDesk.DBus.dll
 
12
+Libs: -r:${libdir}/cli/@PACKAGE@-@API_VERSION@/NDesk.DBus.dll