Your message dated Mon, 09 Mar 2009 00:17:06 +0000
with message-id <[email protected]>
and subject line Bug#507378: fixed in gtwitter 1.0~beta-7
has caused the Debian Bug report #507378,
regarding gtwitter: Patch for mono 2.0 transition (ongoing in experimental)
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.)


-- 
507378: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507378
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gtwitter
Severity: wishlist
Tags: patch


Hello,

As promised, here is a patch for the mono 2.0 transition which is
currently underway in experimental [0, 1]. Please consider applying it
and uploading to experimental.

I've also included the Ubuntu delta for gtwitter in the package - it
would be great if you could include this in your next upload (the
changes are minimal).

As before, you will need to re-autotoolise to pick up the FTBFS fixes.

Thanks a lot,
Iain

[0] http://wiki.debian.org/Teams/DebianMonoGroup/Mono20Transition
[1] http://wiki.debian.org/Teams/DebianMonoGroup/Mono20TransitionTODO

-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 
'intrepid-proposed'), (500, 'intrepid-backports'), (500, 'intrepid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-7-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
reverted:
diff -u gtwitter-1.0~beta/configure gtwitter-1.0~beta/configure
diff -u gtwitter-1.0~beta/Makefile.in gtwitter-1.0~beta/Makefile.in
diff -u gtwitter-1.0~beta/configure.ac gtwitter-1.0~beta/configure.ac
--- gtwitter-1.0~beta/configure.ac
+++ gtwitter-1.0~beta/configure.ac
@@ -23,7 +23,7 @@
 PKG_CHECK_MODULES([GNOME_VFS_SHARP_20], [gnome-vfs-sharp-2.0])
 PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0])
 PKG_CHECK_MODULES([GCONF_SHARP_20], [gconf-sharp-2.0])
-
+PKG_CHECK_MODULES([GNOME_SHARP_20], [gnome-sharp-2.0])
 
 AC_ARG_ENABLE(debug,
        AC_HELP_STRING([--enable-debug],
diff -u gtwitter-1.0~beta/gtwitter/Makefile.in 
gtwitter-1.0~beta/gtwitter/Makefile.in
diff -u gtwitter-1.0~beta/gtwitter/Makefile.am 
gtwitter-1.0~beta/gtwitter/Makefile.am
--- gtwitter-1.0~beta/gtwitter/Makefile.am
+++ gtwitter-1.0~beta/gtwitter/Makefile.am
@@ -4,7 +4,7 @@
 # Warning: This is an automatically generated file, do not edit!
 
 if ENABLE_DEBUG
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = $(MCS)
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4 -debug 
-d:DEBUG
 ASSEMBLY = ./bin/Debug/gtwitter.exe
 COMPILE_TARGET = exe
@@ -13,7 +13,7 @@
 endif
 
 if ENABLE_RELEASE
-ASSEMBLY_COMPILER_COMMAND = gmcs
+ASSEMBLY_COMPILER_COMMAND = $(MCS)
 ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -unsafe -warn:4
 ASSEMBLY = ./bin/Release/gtwitter.exe
 COMPILE_TARGET = exe
@@ -71,6 +71,7 @@
        $(GLIB_SHARP_20_LIBS) \
        $(GCONF_SHARP_20_LIBS) \
        $(MONO_CAIRO_LIBS) \
+       $(GNOME_SHARP_20_LIBS) \
        -r:System \
        -r:System.Xml \
        -r:Mono.Posix \
diff -u gtwitter-1.0~beta/debian/changelog gtwitter-1.0~beta/debian/changelog
--- gtwitter-1.0~beta/debian/changelog
+++ gtwitter-1.0~beta/debian/changelog
@@ -1,3 +1,26 @@
+gtwitter (1.0~beta-6ubuntu2) jaunty; urgency=low
+
+  * debian/rules: Update for mono 2.0 transition (LP: #303724)
+  * debian/rules: Remove extraneous autotools files in clean target
+  * configure.ac, gtwitter/Makefile.am: Add references to gnome-sharp to fix
+    the build. autoreconf to pick this up. (Thanks to directhex for help, and
+    to Carlos Martín Nieto for the original patch)
+
+ -- Iain Lane <[email protected]>  Sun, 30 Nov 2008 16:41:22 +0000
+
+gtwitter (1.0~beta-6ubuntu1) hardy; urgency=low
+
+  [ David Cordero ]
+  * Comment languages [ca], [es] and [pt] added .to desktop file
+  * Modify Maintainer value to match the DebianMaintainerField
+    specification.
+
+  [ Daniel Hahler ]
+  * gtwitter.desktop: Add comment for [de], [fi], [fr] and [zh_CN].
+    Thanks to #ubuntu-motu
+
+ -- Daniel Hahler <[email protected]>  Sat, 02 Feb 2008 23:05:32 +0100
+
 gtwitter (1.0~beta-6) unstable; urgency=low
 
   * Added desktop file for gnome menu goodness. Closes: #455093
diff -u gtwitter-1.0~beta/debian/rules gtwitter-1.0~beta/debian/rules
--- gtwitter-1.0~beta/debian/rules
+++ gtwitter-1.0~beta/debian/rules
@@ -5,6 +5,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_CONFIGURE_USER_FLAGS += MCS=/usr/bin/csc
+
 common-build-indep::
        docbook-to-man debian/gtwitter.sgml > debian/gtwitter.1
 
@@ -20,0 +23,2 @@
+       rm -rf $(CURDIR)/autom4te.cache
+       rm -f $(CURDIR)/aclocal.m4
diff -u gtwitter-1.0~beta/debian/control gtwitter-1.0~beta/debian/control
--- gtwitter-1.0~beta/debian/control
+++ gtwitter-1.0~beta/debian/control
@@ -1,9 +1,9 @@
 Source: gtwitter
 Section: net
 Priority: extra
 Maintainer: Michael Janssen <[email protected]>
 Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: autotools-dev, mono-gmcs, cli-common-dev (>= 0.4.4), 
docbook-to-man, pkg-config, libmono-cairo2.0-cil, libgnome2.0-cil, 
libgconf2.0-cil, libsexy-dev, libmono2.0-cil
+Build-Depends-Indep: autotools-dev, mono-devel (>= 2.0), cli-common-dev (>= 
0.4.4), docbook-to-man, pkg-config, libmono-cairo2.0-cil, libgnome2.0-cil, 
libgconf2.0-cil, libsexy-dev, libmono2.0-cil
 Standards-Version: 3.7.3
 
 Package: gtwitter
diff -u gtwitter-1.0~beta/debian/gtwitter.1 gtwitter-1.0~beta/debian/gtwitter.1
diff -u gtwitter-1.0~beta/debian/gtwitter.desktop 
gtwitter-1.0~beta/debian/gtwitter.desktop
--- gtwitter-1.0~beta/debian/gtwitter.desktop
+++ gtwitter-1.0~beta/debian/gtwitter.desktop
@@ -1,7 +1,14 @@
 [Desktop Entry]
 Name=gTwitter
 GenericName=Twitter client
-Comment=Read and post to twitter
+Comment=Read and post to Twitter
+Comment[de]=Lese und schreibe zu Twitter
+Comment[es]=Maneja tu cuenta Twitter
+Comment[ca]=Controleu la vostra compta de Twitter
+Comment[fi]=Lue ja kirjoita viestejä Twitter-palvelussa
+Comment[fr]=Lire et envoyer des messages sur Twitter
+Comment[pt]=Gerencie sua conta no Twitter
+Comment[zh_CN]=在 twitter 上读取和发布消息
 Exec=gtwitter
 Icon=gtwitter-menu
 Terminal=false

--- End Message ---
--- Begin Message ---
Source: gtwitter
Source-Version: 1.0~beta-7

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

gtwitter_1.0~beta-7.diff.gz
  to pool/main/g/gtwitter/gtwitter_1.0~beta-7.diff.gz
gtwitter_1.0~beta-7.dsc
  to pool/main/g/gtwitter/gtwitter_1.0~beta-7.dsc
gtwitter_1.0~beta-7_all.deb
  to pool/main/g/gtwitter/gtwitter_1.0~beta-7_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.
Iain Lane <[email protected]> (supplier of updated gtwitter 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.8
Date: Sun, 01 Feb 2009 18:25:03 +0000
Source: gtwitter
Binary: gtwitter
Architecture: source all
Version: 1.0~beta-7
Distribution: unstable
Urgency: low
Maintainer: Debian CLI Applications Team 
<[email protected]>
Changed-By: Iain Lane <[email protected]>
Description: 
 gtwitter   - Client for tracking and posting to twitter
Closes: 470350 507378 513629
Changes: 
 gtwitter (1.0~beta-7) unstable; urgency=low
 .
   * Adopt into pkg-cli-apps team (Closes: #513629)
   * Add myself to Uploaders
   * debian/gtwitter.desktop: Add translation patch from Ubuntu, thanks to
     David Cordero and Daniel Hahler
   * debian/rules, debian/patches/configurable-compiler.patch: Mono 2.0
     transition. (Closes: #507378)
   * debian/patches/gnome-sharp.patch: Check for gnome-sharp directly in the
     build; this check is no longer implicit. (Closes: #470350)
   * debian/watch: Add
   * debian/rules: Set MONO_CAIRO_LIBS to manually provide build information
   * debian/control, debian/rules: Re-autotoolise during the build to pick up
     transition and FTBFS fixes.
   * debian/control: Bump s-v to 3.8.0
   * debian/copyright: Include correct upstream URL
Checksums-Sha1: 
 2fd43ca8c376118238a468b80215e943e26f0942 1604 gtwitter_1.0~beta-7.dsc
 19d4b1abf1efe46f1a8262176c246c2a321cb56b 6847 gtwitter_1.0~beta-7.diff.gz
 c6056f65d3d9839735cf3d70cb4c5cbf6a1453b6 47674 gtwitter_1.0~beta-7_all.deb
Checksums-Sha256: 
 71184ad09de72a88fe48151786ac7eec6a37aaa0b0e683cb7172e18b918c13c5 1604 
gtwitter_1.0~beta-7.dsc
 472166c6cb2b3094ab5474d3aa7281ad196990df8e3da4002ab86654775c0ec2 6847 
gtwitter_1.0~beta-7.diff.gz
 7f856bece70a8a4b94fd07b348a682fe18785da8485d95f6e65c8b2ce9e03048 47674 
gtwitter_1.0~beta-7_all.deb
Files: 
 7639f19e7f04d9a62c4d4fc77866292c 1604 net extra gtwitter_1.0~beta-7.dsc
 c64fcee5637dcc5ef953a3d293801ea0 6847 net extra gtwitter_1.0~beta-7.diff.gz
 99bee7e580130383bf0f21ccaa1361a8 47674 net extra gtwitter_1.0~beta-7_all.deb

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

iJwEAQECAAYFAkm0XdYACgkQcJWf5zskR2Fs1QQAgqkPLVY13JpLu2J5mMYIGd/I
BgsT9CssI3r5Vxz+pQuSnTh3UIqwEcP5J0lA+8AU6wGdzQj7X60N6jNoWLIkLlcQ
mzo8MQWOHTcLndLsxCmMMrO588IlbIC6a+Mnwj3voKDAKusMh28XXslHhMdAVwsK
6+UjNYTiV+LI+x/WGak=
=wP5g
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to