tags 387094 + patch
thanks

hi,

the package currently in the archive ships a wrong library path in 
gmime-sharp.pc due to the fact mono/gmime-sharp.pc is patched after
configure was called.

Even tho i cant reproduce this locally (mono/Makefile calls
config.status in order to recreate mono/gmime-sharp.pc from the patched
version and all goes well), you can find a patch attached in order to
fix this issue. 

bye,
    - michael
--- /home/abi/qa/gmime2.2-2.2.3/debian/rules    2006-09-12 12:32:20.000000000 
+0200
+++ gmime2.2-2.2.3/debian/rules 2006-09-12 12:32:48.358082250 +0200
@@ -31,7 +31,7 @@
 endif
 
 configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
        dh_testdir
        
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --enable-gtk-doc --disable-rpath
@@ -39,7 +39,7 @@
        touch configure-stamp
 
 build: configure-stamp build-stamp
-build-stamp: patch
+build-stamp:
        dh_testdir
 
        $(MAKE)

Reply via email to