[Pkg-mono-svn-commits] rev 2469 - in evolution-sharp/trunk/debian: . patches

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Sun Apr 23 16:01:15 UTC 2006


Author: jsogo
Date: 2006-04-23 16:01:14 +0000 (Sun, 23 Apr 2006)
New Revision: 2469

Added:
   evolution-sharp/trunk/debian/patches/
   evolution-sharp/trunk/debian/patches/evolution-sharp.pc.dpatch
Modified:
   evolution-sharp/trunk/debian/
   evolution-sharp/trunk/debian/changelog
   evolution-sharp/trunk/debian/dirs
   evolution-sharp/trunk/debian/rules
Log:
Install libraries in /usr/lib/cli/evolution-sharp-2.0
Patch evolution-sharp.pc to reflect new dir



Property changes on: evolution-sharp/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Modified: evolution-sharp/trunk/debian/changelog
===================================================================
--- evolution-sharp/trunk/debian/changelog	2006-04-23 15:24:58 UTC (rev 2468)
+++ evolution-sharp/trunk/debian/changelog	2006-04-23 16:01:14 UTC (rev 2469)
@@ -2,8 +2,12 @@
 
   * Change maintainer to Debian Mono group.
   * Add myself as uploader.
+  * Install GAC libraries in /usr/lib/cli/evolution-sharp-2.0, conforming
+  to new CLI policy 0.4.0.
+  * debian/patches: 
+     + evolution-sharp.pc: New. Update where libraries are installed.
 
- -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 23 Apr 2006 17:19:40 +0200
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun, 23 Apr 2006 17:57:47 +0200
 
 evolution-sharp (0.10.2-3) unstable; urgency=low
 

Modified: evolution-sharp/trunk/debian/dirs
===================================================================
--- evolution-sharp/trunk/debian/dirs	2006-04-23 15:24:58 UTC (rev 2468)
+++ evolution-sharp/trunk/debian/dirs	2006-04-23 16:01:14 UTC (rev 2469)
@@ -1 +1 @@
-usr/lib/mono/evolution-sharp
+usr/lib/cli/evolution-sharp-2.0

Added: evolution-sharp/trunk/debian/patches/evolution-sharp.pc.dpatch
===================================================================
--- evolution-sharp/trunk/debian/patches/evolution-sharp.pc.dpatch	2006-04-23 15:24:58 UTC (rev 2468)
+++ evolution-sharp/trunk/debian/patches/evolution-sharp.pc.dpatch	2006-04-23 16:01:14 UTC (rev 2469)
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## evolution-sharp.pc.dpatch by Jose Carlos Garcia Sogo <jsogo at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad evolution-sharp-0.10.2~/evolution-sharp.pc.in evolution-sharp-0.10.2/evolution-sharp.pc.in
+--- evolution-sharp-0.10.2~/evolution-sharp.pc.in	2004-11-02 20:35:02.000000000 +0100
++++ evolution-sharp-0.10.2/evolution-sharp.pc.in	2006-04-23 17:48:21.000000000 +0200
+@@ -4,4 +4,4 @@
+ Name: Evolution#
+ Description: Evolution# - Evolution .NET Binding
+ Version: @VERSION@
+-Libs: -r:${libdir}/mono/evolution-sharp/evolution-sharp.dll
++Libs: -r:${libdir}/cli/evolution-sharp-2.0/evolution-sharp.dll


Property changes on: evolution-sharp/trunk/debian/patches/evolution-sharp.pc.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: evolution-sharp/trunk/debian/rules
===================================================================
--- evolution-sharp/trunk/debian/rules	2006-04-23 15:24:58 UTC (rev 2468)
+++ evolution-sharp/trunk/debian/rules	2006-04-23 16:01:14 UTC (rev 2469)
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 export MONO_SHARED_DIR=$(CURDIR)
-EVO_LIB_PATH = usr/lib/mono/evolution-sharp
+EVO_LIB_PATH = usr/lib/cli/evolution-sharp-2.0
 
 include /usr/share/dpatch/dpatch.make
 
@@ -40,7 +40,6 @@
 	dh_testdir
 	dh_testroot
 	dh_install --sourcedir=debian/tmp
-	cd $(CURDIR)/debian/libevolution-cil/$(EVO_LIB_PATH); ln -sf `find ../gac -name "*.dll"` .;
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 		-cd $(CURDIR)/debian && find -type f -name "*.mdb" -exec rm -f {} \;
 endif




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