[Pkg-cli-libs-commits] r3901 - in /packages/evolution-sharp/trunk/debian: changelog control patches/00list patches/fix-dllmappings.dpatch patches/fix_get_uid-crasher.dpatch rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Thu Dec 4 21:57:07 UTC 2008


Author: raof-guest
Date: Thu Dec  4 21:57:06 2008
New Revision: 3901

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3901
Log:
* Mono 2.0 transition
* Refresh patches for new upstream
FTBFS, however.

Removed:
    packages/evolution-sharp/trunk/debian/patches/fix_get_uid-crasher.dpatch
Modified:
    packages/evolution-sharp/trunk/debian/changelog
    packages/evolution-sharp/trunk/debian/control
    packages/evolution-sharp/trunk/debian/patches/00list
    packages/evolution-sharp/trunk/debian/patches/fix-dllmappings.dpatch
    packages/evolution-sharp/trunk/debian/rules

Modified: packages/evolution-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/evolution-sharp/trunk/debian/changelog?rev=3901&op=diff
==============================================================================
--- packages/evolution-sharp/trunk/debian/changelog (original)
+++ packages/evolution-sharp/trunk/debian/changelog Thu Dec  4 21:57:06 2008
@@ -8,6 +8,16 @@
   * New upstream version
   * debian/control:
     + Wrap Build-Depends to make changes more obvious
+  * Mono 2.0 transition:
+    + debian/rules
+      - Pass CSC=/usr/bin/csc to configure
+    + debian/control
+      - B-D on mono-devel (>= 2.0)
+  * debian/patches:
+    + fix_get_uid-crasher:
+      - Drop; included upstream
+    + fix-dllmappings:
+      - Refresh for new version.
   
  -- Christopher James Halse Rogers <raof at ubuntu.com>  Fri, 05 Dec 2008 08:13:19 +1100
 

Modified: packages/evolution-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/evolution-sharp/trunk/debian/control?rev=3901&op=diff
==============================================================================
--- packages/evolution-sharp/trunk/debian/control (original)
+++ packages/evolution-sharp/trunk/debian/control Thu Dec  4 21:57:06 2008
@@ -13,7 +13,7 @@
 	       evolution-data-server-dev (>= 1.8), 
 	       libecal1.2-dev, 
 	       libebook1.2-dev, 
-	       mono-mcs | c-sharp-compiler, 
+	       mono-devel (>= 2.0),
 	       libmono-dev (>= 1.0)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/evolution-sharp/trunk

Modified: packages/evolution-sharp/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/evolution-sharp/trunk/debian/patches/00list?rev=3901&op=diff
==============================================================================
--- packages/evolution-sharp/trunk/debian/patches/00list (original)
+++ packages/evolution-sharp/trunk/debian/patches/00list Thu Dec  4 21:57:06 2008
@@ -1,3 +1,2 @@
 evolution-sharp.pc
 fix-dllmappings
-fix_get_uid-crasher

Modified: packages/evolution-sharp/trunk/debian/patches/fix-dllmappings.dpatch
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/evolution-sharp/trunk/debian/patches/fix-dllmappings.dpatch?rev=3901&op=diff
==============================================================================
--- packages/evolution-sharp/trunk/debian/patches/fix-dllmappings.dpatch (original)
+++ packages/evolution-sharp/trunk/debian/patches/fix-dllmappings.dpatch Thu Dec  4 21:57:06 2008
@@ -5,13 +5,13 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad evolution-sharp-0.14.0.1~/evolution/evolution-sharp.dll.config.in evolution-sharp-0.14.0.1/evolution/evolution-sharp.dll.config.in
---- evolution-sharp-0.14.0.1~/evolution/evolution-sharp.dll.config.in	2008-01-13 13:39:21.000000000 +0100
-+++ evolution-sharp-0.14.0.1/evolution/evolution-sharp.dll.config.in	2008-01-13 13:42:02.000000000 +0100
-@@ -2,4 +2,7 @@
-   <dllmap dll="ebook" target="libebook at EDS_VERSION@@LIB_PREFIX at .@EBOOK_SOVERSION@@LIB_SUFFIX@"/>
-   <dllmap dll="ecal" target="libecal at EDS_VERSION@@LIB_PREFIX at .@ECAL_SOVERSION@@LIB_SUFFIX@"/>
+diff -urNad evolution-sharp-0.18.1~/evolution/evolution-sharp.dll.config.in evolution-sharp-0.18.1/evolution/evolution-sharp.dll.config.in
+--- evolution-sharp-0.18.1~/evolution/evolution-sharp.dll.config.in	2008-10-31 20:57:09.000000000 +1100
++++ evolution-sharp-0.18.1/evolution/evolution-sharp.dll.config.in	2008-12-05 08:44:04.000000000 +1100
+@@ -4,4 +4,7 @@
    <dllmap dll="edataserver" target="libedataserver at EDS_VERSION@@LIB_PREFIX at .@EDS_SOVERSION@@LIB_SUFFIX@"/>
+   <dllmap dll="ebackend" target="libebackend at EDS_VERSION@@LIB_PREFIX at .@EBACKEND_SOVERSION@@LIB_SUFFIX@"/>
+   <dllmap dll="edatacal" target="libedata-cal at EDS_VERSION@@LIB_PREFIX at .@EDATACAL_SOVERSION@@LIB_SUFFIX@"/>
 +  <dllmap dll="evolutionglue" target="/usr/lib/cli/evolution-sharp-#DEB_CLI_ABI_VERSION#/libevolutionglue.so"/>
 +  <dllmap dll="glibsharpglue-2" target="/usr/lib/mono/gtk-sharp-2.0/libglibsharpglue-2.so"/>
 +  <dllmap dll="gobject-2.0" target="libgobject-2.0.so.0"/>

Modified: packages/evolution-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/evolution-sharp/trunk/debian/rules?rev=3901&op=diff
==============================================================================
--- packages/evolution-sharp/trunk/debian/rules (original)
+++ packages/evolution-sharp/trunk/debian/rules Thu Dec  4 21:57:06 2008
@@ -12,7 +12,7 @@
 configure: configure-stamp
 configure-stamp: patch-stamp
 	dh_testdir
-	./configure --prefix=/usr
+	CSC=/usr/bin/csc ./configure --prefix=/usr
 	touch configure-stamp
 
 build: build-stamp




More information about the Pkg-cli-libs-commits mailing list