Your message dated Thu, 20 Mar 2008 14:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470821: fixed in gnome-rdp 0.2.2-6
has caused the Debian Bug report #470821,
regarding Please build with libvte0.16-cil
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.)


-- 
470821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470821
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gnome-rdp
Version: 0.2.2-5
Severity: important

Hi,
please build gnome-rdp with libvte0.16-cil instead of libvte2.0-cil. The
latter will disappear soonish when gtk-sharp 2.12.0/gnome-sharp
2.20.0/gnome-desktop-sharp 2.20.1 are uploaded to unstable.

Attached patch makes it build with the new version, you only need to
include it and change the build dependency in debian/control once
libvte0.16-cil has moved from experimental to unstable ;)

Thanks
--- gnome-rdp/configure.in.old	2008-03-13 20:44:40.000000000 +0100
+++ gnome-rdp/configure.in	2008-03-13 20:44:53.000000000 +0100
@@ -57,7 +57,7 @@
 MONO_REQUIRED=1.1.7
 PKG_CHECK_MODULES(GTKSHARP, gtk-sharp-2.0 >= $GTKSHARP_REQUIRED)
 PKG_CHECK_MODULES(GLADESHARP, glade-sharp-2.0 >= $GTKSHARP_REQUIRED)
-PKG_CHECK_MODULES(VTESHARP, vte-sharp-2.0 >= $GTKSHARP_REQUIRED)
+PKG_CHECK_MODULES(VTESHARP, vte-sharp-0.16 >= $GTKSHARP_REQUIRED)
 PKG_CHECK_MODULES(MONO, mono >= $MONO_REQUIRED)
 
 AC_SUBST(MCS)
--- gnome-rdp/configure.old	2008-03-13 20:44:42.000000000 +0100
+++ gnome-rdp/configure	2008-03-13 20:45:04.000000000 +0100
@@ -21455,12 +21455,12 @@
         pkg_cv_VTESHARP_CFLAGS="$VTESHARP_CFLAGS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-2.0 >= \$GTKSHARP_REQUIRED\"") >&5
-  ($PKG_CONFIG --exists --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-0.16 >= \$GTKSHARP_REQUIRED\"") >&5
+  ($PKG_CONFIG --exists --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_VTESHARP_CFLAGS=`$PKG_CONFIG --cflags "vte-sharp-2.0 >= $GTKSHARP_REQUIRED" 2>/dev/null`
+  pkg_cv_VTESHARP_CFLAGS=`$PKG_CONFIG --cflags "vte-sharp-0.16 >= $GTKSHARP_REQUIRED" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -21473,12 +21473,12 @@
         pkg_cv_VTESHARP_LIBS="$VTESHARP_LIBS"
     else
         if test -n "$PKG_CONFIG" && \
-    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-2.0 >= \$GTKSHARP_REQUIRED\"") >&5
-  ($PKG_CONFIG --exists --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED") 2>&5
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vte-sharp-0.16 >= \$GTKSHARP_REQUIRED\"") >&5
+  ($PKG_CONFIG --exists --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED") 2>&5
   ac_status=$?
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_VTESHARP_LIBS=`$PKG_CONFIG --libs "vte-sharp-2.0 >= $GTKSHARP_REQUIRED" 2>/dev/null`
+  pkg_cv_VTESHARP_LIBS=`$PKG_CONFIG --libs "vte-sharp-0.16 >= $GTKSHARP_REQUIRED" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -21497,14 +21497,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        VTESHARP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED"`
+	        VTESHARP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED"`
         else
-	        VTESHARP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vte-sharp-2.0 >= $GTKSHARP_REQUIRED"`
+	        VTESHARP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vte-sharp-0.16 >= $GTKSHARP_REQUIRED"`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$VTESHARP_PKG_ERRORS" >&5
 
-	{ { echo "$as_me:$LINENO: error: Package requirements (vte-sharp-2.0 >= $GTKSHARP_REQUIRED) were not met:
+	{ { echo "$as_me:$LINENO: error: Package requirements (vte-sharp-0.16 >= $GTKSHARP_REQUIRED) were not met:
 
 $VTESHARP_PKG_ERRORS
 
@@ -21515,7 +21515,7 @@
 and VTESHARP_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 " >&5
-echo "$as_me: error: Package requirements (vte-sharp-2.0 >= $GTKSHARP_REQUIRED) were not met:
+echo "$as_me: error: Package requirements (vte-sharp-0.16 >= $GTKSHARP_REQUIRED) were not met:
 
 $VTESHARP_PKG_ERRORS
 

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


--- End Message ---
--- Begin Message ---
Source: gnome-rdp
Source-Version: 0.2.2-6

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

gnome-rdp_0.2.2-6.diff.gz
  to pool/main/g/gnome-rdp/gnome-rdp_0.2.2-6.diff.gz
gnome-rdp_0.2.2-6.dsc
  to pool/main/g/gnome-rdp/gnome-rdp_0.2.2-6.dsc
gnome-rdp_0.2.2-6_all.deb
  to pool/main/g/gnome-rdp/gnome-rdp_0.2.2-6_all.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.
David Paleino <[EMAIL PROTECTED]> (supplier of updated gnome-rdp 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: SHA1

Format: 1.7
Date: Thu, 20 Mar 2008 15:24:13 +0100
Source: gnome-rdp
Binary: gnome-rdp
Architecture: source all
Version: 0.2.2-6
Distribution: unstable
Urgency: low
Maintainer: David Paleino <[EMAIL PROTECTED]>
Changed-By: David Paleino <[EMAIL PROTECTED]>
Description: 
 gnome-rdp  - remote desktop client for GNOME
Closes: 470340 470820 470821
Changes: 
 gnome-rdp (0.2.2-6) unstable; urgency=low
 .
   * Urgency set to medium because of Serious bugs being fixed.
   * debian/patches/:
     - 09-vte-sharp-0.16.patch added (Closes: #470821)
     - 10-glib-sharp-2.12.patch added (Closes: #470340, #470820)
   * debian/control updated:
     - libvte dependency updated
   * debian/copyright updated to machine-readable format
Files: 
 6fc04029aeb2c65e0de301a86db6a757 1015 gnome optional gnome-rdp_0.2.2-6.dsc
 a61bbd5d5c436436918fa2d6bbaeffc8 8871 gnome optional gnome-rdp_0.2.2-6.diff.gz
 a290d9628f2efd168a688cf6f4d82ed5 107604 gnome optional 
gnome-rdp_0.2.2-6_all.deb

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

iD8DBQFH4nb3BsBdh1vkHyERAhvPAJ9lzmR8DS03/fMzdoYwC0coYPqX4QCdGx8i
HmvWvHAfn7s2n0kLRqvhl38=
=Y4Ra
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to