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