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

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


Author: slomo
Date: 2007-10-16 10:24:57 +0000 (Tue, 16 Oct 2007)
New Revision: 3397

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

Modified: ndesk-dbus-glib/trunk/debian/changelog
===================================================================
--- ndesk-dbus-glib/trunk/debian/changelog	2007-10-16 10:24:22 UTC (rev 3396)
+++ ndesk-dbus-glib/trunk/debian/changelog	2007-10-16 10:24:57 UTC (rev 3397)
@@ -11,6 +11,8 @@
     + Update location.
   * debian/patches/01_native-signatures.dpatch:
     + Dropped, merged upstream.
+  * 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 12:07:39 +0200
 

Modified: ndesk-dbus-glib/trunk/debian/patches/00list
===================================================================
--- ndesk-dbus-glib/trunk/debian/patches/00list	2007-10-16 10:24:22 UTC (rev 3396)
+++ ndesk-dbus-glib/trunk/debian/patches/00list	2007-10-16 10:24:57 UTC (rev 3397)
@@ -0,0 +1 @@
+01_pkg-config-library-path.dpatch

Added: ndesk-dbus-glib/trunk/debian/patches/01_pkg-config-library-path.dpatch
===================================================================
--- ndesk-dbus-glib/trunk/debian/patches/01_pkg-config-library-path.dpatch	                        (rev 0)
+++ ndesk-dbus-glib/trunk/debian/patches/01_pkg-config-library-path.dpatch	2007-10-16 10:24:57 UTC (rev 3397)
@@ -0,0 +1,8 @@
+--- ndesk-dbus-glib/ndesk-dbus-glib-1.0.pc.in.old	2007-10-16 12:22:49.000000000 +0200
++++ ndesk-dbus-glib/ndesk-dbus-glib-1.0.pc.in	2007-10-16 12:22:54.000000000 +0200
+@@ -7,4 +7,4 @@
+ Version: @VERSION@
+ URL: http://www.ndesk.org/DBusSharp
+ Requires: ndesk-dbus-1.0
+-Libs: -r:${libdir}/mono/@PACKAGE at -@API_VERSION@/NDesk.DBus.GLib.dll
++Libs: -r:${libdir}/cli/@PACKAGE at -@API_VERSION@/NDesk.DBus.GLib.dll

Modified: ndesk-dbus-glib/trunk/debian/rules
===================================================================
--- ndesk-dbus-glib/trunk/debian/rules	2007-10-16 10:24:22 UTC (rev 3396)
+++ ndesk-dbus-glib/trunk/debian/rules	2007-10-16 10:24:57 UTC (rev 3397)
@@ -38,7 +38,7 @@
 	dh_installdirs
 	# install into /usr/lib/cli/ndesk-dbus-glib-1.0
 	mkdir -p debian/tmp/usr/lib/cli/ndesk-dbus-glib-1.0
-	cp glib/NDesk.DBus.GLib.dll* debian/tmp/usr/lib/cli/ndesk-dbus-glib-1.0
+	cp src/NDesk.DBus.GLib.dll* debian/tmp/usr/lib/cli/ndesk-dbus-glib-1.0
 	mkdir -p debian/tmp/usr/lib/pkgconfig
 	cp ndesk-dbus-glib-1.0.pc debian/tmp/usr/lib/pkgconfig
 




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