Your message dated Mon, 12 Mar 2012 21:56:18 +0000
with message-id <[email protected]>
and subject line Bug#663216: fixed in tomboy 1.8.3-2
has caused the Debian Bug report #663216,
regarding Please build against gmime 2.6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
663216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663216
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tomboy
Version: 1.8.3-1
Severity: normal
Tags: patch

Hi,

I'll be switching totem-pl-parser over to gmime 2.6.
totem and tomboy are both installed via the gnome meta-packages,
so it would be great if tomboy is switched over to gmime 2.6,
too so we don't require both gmime 2.4. and 2.6.

The attached patch should do the trick.

Cheers,
Michael



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
diff --git a/debian/control b/debian/control
index 56d41af..4201b6d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 7.0.50),
                imagemagick,
                libgtk2.0-dev (>= 2.14.0),
                libatk1.0-dev (>= 1.2.4),
-               libgmime2.4-cil-dev,
+               libgmime2.6-cil-dev,
                gnome-doc-utils (>= 0.3.2),
                scrollkeeper,
                libdbus1.0-cil-dev (>= 0.4),
diff --git a/debian/patches/40_gmime2.6.patch b/debian/patches/40_gmime2.6.patch
new file mode 100644
index 0000000..20e015f
--- /dev/null
+++ b/debian/patches/40_gmime2.6.patch
@@ -0,0 +1,100 @@
+diff --git a/configure b/configure
+index 12c19f7..b809ac6 100755
+--- a/configure
++++ b/configure
+@@ -14977,7 +14977,79 @@ done
+ # Evolution.dll needs GMime#
+ #
+ if test "x$ENABLE_GNOME" != "xno"; then
+-	if pkg-config --exists gmime-sharp-2.4; then
++	if pkg-config --exists gmime-sharp-2.6; then
++
++pkg_failed=no
++{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVOLUTION" >&5
++$as_echo_n "checking for EVOLUTION... " >&6; }
++
++if test -n "$EVOLUTION_CFLAGS"; then
++    pkg_cv_EVOLUTION_CFLAGS="$EVOLUTION_CFLAGS"
++ elif test -n "$PKG_CONFIG"; then
++    if test -n "$PKG_CONFIG" && \
++    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmime-sharp-2.6\""; } >&5
++  ($PKG_CONFIG --exists --print-errors "gmime-sharp-2.6") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; then
++  pkg_cv_EVOLUTION_CFLAGS=`$PKG_CONFIG --cflags "gmime-sharp-2.6" 2>/dev/null`
++		      test "x$?" != "x0" && pkg_failed=yes
++else
++  pkg_failed=yes
++fi
++ else
++    pkg_failed=untried
++fi
++if test -n "$EVOLUTION_LIBS"; then
++    pkg_cv_EVOLUTION_LIBS="$EVOLUTION_LIBS"
++ elif test -n "$PKG_CONFIG"; then
++    if test -n "$PKG_CONFIG" && \
++    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gmime-sharp-2.6\""; } >&5
++  ($PKG_CONFIG --exists --print-errors "gmime-sharp-2.6") 2>&5
++  ac_status=$?
++  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
++  test $ac_status = 0; }; then
++  pkg_cv_EVOLUTION_LIBS=`$PKG_CONFIG --libs "gmime-sharp-2.6" 2>/dev/null`
++		      test "x$?" != "x0" && pkg_failed=yes
++else
++  pkg_failed=yes
++fi
++ else
++    pkg_failed=untried
++fi
++
++
++
++if test $pkg_failed = yes; then
++   	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++
++if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
++        _pkg_short_errors_supported=yes
++else
++        _pkg_short_errors_supported=no
++fi
++        if test $_pkg_short_errors_supported = yes; then
++	        EVOLUTION_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gmime-sharp-2.6" 2>&1`
++        else
++	        EVOLUTION_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gmime-sharp-2.6" 2>&1`
++        fi
++	# Put the nasty error message in config.log where it belongs
++	echo "$EVOLUTION_PKG_ERRORS" >&5
++
++	ENABLE_EVOLUTION="no"
++elif test $pkg_failed = untried; then
++     	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
++$as_echo "no" >&6; }
++	ENABLE_EVOLUTION="no"
++else
++	EVOLUTION_CFLAGS=$pkg_cv_EVOLUTION_CFLAGS
++	EVOLUTION_LIBS=$pkg_cv_EVOLUTION_LIBS
++        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
++$as_echo "yes" >&6; }
++	ENABLE_EVOLUTION="yes"
++fi
++	elif pkg-config --exists gmime-sharp-2.4; then
+ 
+ pkg_failed=no
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVOLUTION" >&5
+diff --git a/configure.in b/configure.in
+index d03c34d..42ce4fc 100644
+--- a/configure.in
++++ b/configure.in
+@@ -232,7 +232,9 @@ done
+ # Evolution.dll needs GMime#
+ #
+ if test "x$ENABLE_GNOME" != "xno"; then
+-	if pkg-config --exists gmime-sharp-2.4; then
++	if pkg-config --exists gmime-sharp-2.6; then
++		PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.6, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
++	elif pkg-config --exists gmime-sharp-2.4; then
+ 		PKG_CHECK_MODULES(EVOLUTION, gmime-sharp-2.4, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
+ 	else
+ 		PKG_CHECK_MODULES(EVOLUTION, gmime-sharp >= 2.2.7, ENABLE_EVOLUTION="yes", ENABLE_EVOLUTION="no")
diff --git a/debian/patches/series b/debian/patches/series
index 7d7ba76..db492f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01_dllmaps.patch
 20_remove_pcfile_requires
 30_fix_manpage_syntax
+40_gmime2.6.patch

--- End Message ---
--- Begin Message ---
Source: tomboy
Source-Version: 1.8.3-2

We believe that the bug you reported is fixed in the latest version of
tomboy, which is due to be installed in the Debian FTP archive:

tomboy_1.8.3-2.debian.tar.gz
  to main/t/tomboy/tomboy_1.8.3-2.debian.tar.gz
tomboy_1.8.3-2.dsc
  to main/t/tomboy/tomboy_1.8.3-2.dsc
tomboy_1.8.3-2_amd64.deb
  to main/t/tomboy/tomboy_1.8.3-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain Lane <[email protected]> (supplier of updated tomboy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 12 Mar 2012 21:28:55 +0000
Source: tomboy
Binary: tomboy
Architecture: source amd64
Version: 1.8.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team 
<[email protected]>
Changed-By: Iain Lane <[email protected]>
Description: 
 tomboy     - desktop note taking program using Wiki style links
Closes: 663216
Changes: 
 tomboy (1.8.3-2) unstable; urgency=low
 .
   * [b6e36a3] Use GMime 2.6 instead of 2.4; the latter is being dropped.
     (Closes: #663216)
   * [934f580] Use dh sequence explicitly instead of via deprecated cli.make 
include
   * [7cb46e3] Standards-Version → 3.9.3, no changes required
Checksums-Sha1: 
 6ebad61891c17f89c7e7d7e05f107676052ba895 2434 tomboy_1.8.3-2.dsc
 68c36611b846682d6aa4bcd099466c1b7f282962 18331 tomboy_1.8.3-2.debian.tar.gz
 0166838c436e55fde0bfc39fce19712bdcad8c07 4763502 tomboy_1.8.3-2_amd64.deb
Checksums-Sha256: 
 2429b19c4faec43f2f72dd04b8c72171af31a00d536f66fc69d68c74b3318064 2434 
tomboy_1.8.3-2.dsc
 ada594f8efbdb89d6ed256e6a93a8054dfff08e620c95cb3191046c6b670582d 18331 
tomboy_1.8.3-2.debian.tar.gz
 d5a1bf24fcdadac6dead8620552382fef7dd9af516e66be2031214e733f23c31 4763502 
tomboy_1.8.3-2_amd64.deb
Files: 
 8b42df5d5bfdcef4af3743a1c5568285 2434 gnome optional tomboy_1.8.3-2.dsc
 1da0583a38c70c283ef9fcfecba21664 18331 gnome optional 
tomboy_1.8.3-2.debian.tar.gz
 0545afc9a2aa19be2e7e8276a70973d4 4763502 gnome optional 
tomboy_1.8.3-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJPXmxWAAoJEONS1cUcUEHUD28P/jFmi/0XKnFN43ioJcq3ezqP
wiGhRxASyvg/Ukcapcy6TgVjzDzIdc5nNCaCWJajWGcdJcBNkhmQ0AKQOpm/DTnF
bYte5xfLhsDzuBhD/9AnIG9g5PtxUhnSqetFwYLW5fOX5utFlaOMIrwtoQE+1b/0
LckkIalmquDs6IBCoppOWY0/DVW5aNqAnURs+DXXim7TXGr51Kk0Ot51mnAY6QGM
r7ifqsFDUZ5JYFnRq/Dd5qlwDvcobg7G5+Yuc5gThXPAHF8iym87PggO0Be1HhLN
cOz3oSqHjsDXP5/SPwydfecTIqOVlqcvxh5+JTfgMTxXWN6neR60NBG4/wsdAKDf
NO8+oDUEX3qleTNeJDSLjybEcKI1lmpJjfdxbO2RaA9Rj/yZ+9iAJzaQH9ge+u2E
j4CpTVM36wynGVEcb69Krv8nAhrF4FXbJyHLcF+gzCTlZ8CC7+wXcDoJnNtnLjhW
6lm5/Rv2+k8Hfkx9Dn/LuXVM//iZuWL4/f/3H7K5+kB365tFMlJ3buFyxC7KCBcZ
H/ZpFpiGkcJ2jbOxQyxFoczxRw+TRZZR7wDqtcXFpuWApn4sclb+N6JrohxtLCgp
yHhw8H+bfllK6yDU6TQJfR+CxEtQH+YBs1JarJXWPhTLRBn5teNEIuCt3bqucQQH
PVLHEpL7PRDSJlW6b+bg
=mHXB
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to