--- twitux-0.68.orig/debian/copyright +++ twitux-0.68/debian/copyright @@ -0,0 +1,79 @@ +This package was debianized by Luis Rodrigo Gallardo Cruz on +Fri, 24 Aug 2007 14:21:33 -0500. + +It was downloaded from http://live.gnome.org/DanielMorales/Twitux + +Upstream Authors: + Alvaro Daniel Morales - + Brian Pepple + Richard Hult + +Copyright: + + Copyright (C) 2007-2008 - Alvaro Daniel Morales - + Copyright (C) 2007-2008 - Brian Pepple + Copyright (C) 2002-2007 Imendio AB + +License: + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public + License along with this program; if not, write to the + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + + +In Debian systems, the full text of the GPL is available in +/usr/share/common-licenses/GPL + +The icon (data/twitux.svg, data/twitux.png, debian/twitux.xpm) comes from the +Open Clip Art Library http://www.openclipart.org/ +Its author is Architetto Francesco Rollandin +and is licensed under the Creative Commons Public Domain License, as follows: + + Copyright-Only Dedication (based on United States law) or Public + Domain Certification + + The person or persons who have associated work with this document + (the "Dedicator" or "Certifier") hereby either (a) certifies that, + to the best of his knowledge, the work of authorship identified is + in the public domain of the country from which the work is + published, or (b) hereby dedicates whatever copyright the + dedicators holds in the work of authorship identified below (the + "Work") to the public domain. A certifier, moreover, dedicates any + copyright interest he may have in the associated work, and for + these purposes, is described as a "dedicator" below. + + A certifier has taken reasonable steps to verify the copyright + status of this work. Certifier recognizes that his good faith + efforts may not shield him from liability if in fact the work + certified is not in the public domain. + + Dedicator makes this dedication for the benefit of the public at + large and to the detriment of the Dedicator's heirs and + successors. Dedicator intends this dedication to be an overt act + of relinquishment in perpetuity of all present and future rights + under copyright law, whether vested or contingent, in the + Work. Dedicator understands that such relinquishment of all rights + includes the relinquishment of all rights to enforce (by lawsuit + or otherwise) those copyrights in the Work. + + Dedicator recognizes that, once placed in the public domain, the + Work may be freely reproduced, distributed, transmitted, used, + modified, built upon, or otherwise exploited by anyone for any + purpose, commercial or non-commercial, and in any way, including + by methods that have not yet been invented or conceived. + + +The Debian packaging is + (C) 2007-2008, Luis Rodrigo Gallardo Cruz +and is licensed under the terms of the GPL. --- twitux-0.68.orig/debian/changelog +++ twitux-0.68/debian/changelog @@ -0,0 +1,44 @@ +twitux (0.68-0ubuntu1) jaunty; urgency=low + + * New upstream release (LP: #316455) + * Repacked original .tar.bz2 into .tar.gz + * debian/patches: drop, only existing patch was fixed upstream + * debian/rules: remove quilt rules + * debian/control + - updated Standards-Version + - drop quilt build-dep + - added build-dep on gnome-doc-utils, intltool, libcanberra, dbus, + dbus-glib, libcanberra-gtk, rarian-compat + + -- Jacob Peddicord Sat, 17 Jan 2009 00:12:38 -0500 + +twitux (0.62-0ubuntu1) intrepid; urgency=low + + * New upstream version (LP: #226734). + + -- Ubuntu MOTU Developers Mon, 02 Jun 2008 08:47:36 -0300 + +twitux (0.61-2) unstable; urgency=low + + * Add Dependency on gnome-keyring (Closes: #474779). + + -- Luis Rodrigo Gallardo Cruz Mon, 07 Apr 2008 16:37:24 -0500 + +twitux (0.61-1) unstable; urgency=low + + * New upstream release + - Fixes missing function declarations (Closes: #464463). + - Drop libgnomeui dependency. + - Update to libsoup2.4, from 2.2. + - Drop libgnomevfs in favour of gio. + - Update glib dependency to 2.15. + - Includes our twiter_response_is_utf8 patch. + + -- Luis Rodrigo Gallardo Cruz Mon, 17 Mar 2008 19:01:54 -0600 + +twitux (0.60-1) unstable; urgency=low + + * Initial release (Closes: #440117) + + -- Luis Rodrigo Gallardo Cruz Sat, 26 Jan 2008 19:42:00 -0600 + --- twitux-0.68.orig/debian/docs +++ twitux-0.68/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- twitux-0.68.orig/debian/twitux.install +++ twitux-0.68/debian/twitux.install @@ -0,0 +1 @@ +debian/twitux.xpm usr/share/pixmaps/ --- twitux-0.68.orig/debian/rules +++ twitux-0.68/debian/rules @@ -0,0 +1,103 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) + SYSTEM = --build $(DEB_HOST_GNU_TYPE) +else + SYSTEM = --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + ./configure $(SYSTEM)\ + --prefix=/usr --mandir=\$${prefix}/share/man\ + --infodir=\$${prefix}/share/info \ + --with-gconf-schema-file-dir=\$${prefix}/share/gconf/schemas/ \ + --disable-maintainer-mode\ + --enable-aspell=yes --enable-dbus=yes \ + --enable-gnome-keyring=yes \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs -Wl,--as-needed" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/twitux install + + +binary-indep: build install +# We have nothing to do by default. + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installmenu + dh_installman debian/twitux.1 + dh_install debian/twitux.xpm /usr/share/pixmaps/ + dh_gconf + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- twitux-0.68.orig/debian/watch +++ twitux-0.68/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/twitux/ twitux-(.+)\.tar\.bz2 --- twitux-0.68.orig/debian/menu +++ twitux-0.68/debian/menu @@ -0,0 +1,3 @@ +?package(twitux):needs="X11" section="Applications/Network/Communication"\ + title="TwiTux" command="/usr/bin/twitux" \ + icon="/usr/share/pixmaps/twitux.xpm" --- twitux-0.68.orig/debian/control +++ twitux-0.68/debian/control @@ -0,0 +1,21 @@ +Source: twitux +Section: net +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Luis Rodrigo Gallardo Cruz +Build-Depends: debhelper (>= 5), autotools-dev, libsexy-dev, + libgtk2.0-dev (>= 2.14), libgconf2-dev, libxml2-dev, libglib2.0-dev (>= 2.15), + libsoup2.4-dev, libnotify-dev, libxml-parser-perl, + libglade2-dev, iso-codes, libaspell-dev, libdbus-1-dev, libdbus-glib-1-dev, + libgnome-keyring-dev, libcanberra-gtk-dev (>= 0.4), + gnome-doc-utils (>= 0.3.2), intltool (>= 0.35), rarian-compat, +Standards-Version: 3.8.0 +Homepage: http://live.gnome.org/DanielMorales/Twitux + +Package: twitux +Architecture: any +Depends: gnome-keyring, ${shlibs:Depends}, ${misc:Depends} +Description: a Twitter client for GNOME + twitux is a lightweight client for the twitter messaging service, + featuring timeline auto updating, a tray area icon and notification + of new messages. --- twitux-0.68.orig/debian/twitux.xpm +++ twitux-0.68/debian/twitux.xpm @@ -0,0 +1,217 @@ +/* XPM */ +static char *twitux[] = { +/* columns rows colors chars-per-pixel */ +"32 32 179 2", +" c black", +". c #010000", +"X c #020000", +"o c #030000", +"O c #040000", +"+ c #050000", +"@ c #060000", +"# c #070000", +"$ c #080000", +"% c #090000", +"& c #0A0000", +"* c #0B0000", +"= c #0C0000", +"- c #0D0000", +"; c #0E0000", +": c #100000", +"> c #110000", +", c #120000", +"< c #130000", +"1 c #140000", +"2 c #150000", +"3 c #160000", +"4 c #170000", +"5 c #180000", +"6 c #1A0000", +"7 c #1B0000", +"8 c #1C0000", +"9 c #1E0000", +"0 c #1F0000", +"q c #200100", +"w c #210100", +"e c #230100", +"r c #250100", +"t c #260100", +"y c #270100", +"u c #280100", +"i c #2B0100", +"p c #2D0100", +"a c #2E0100", +"s c #2F0100", +"d c #300100", +"f c #310100", +"g c #330100", +"h c #350100", +"j c #360100", +"k c #370100", +"l c #390100", +"z c #3A0100", +"x c #3C0100", +"c c #400100", +"v c #410100", +"b c #420100", +"n c #430100", +"m c #440100", +"M c #470100", +"N c #480100", +"B c #490100", +"V c #4A0100", +"C c #4B0100", +"Z c #4C0100", +"A c #4D0100", +"S c #4E0100", +"D c #4F0100", +"F c #510100", +"G c #520100", +"H c #530100", +"J c #540100", +"K c #560100", +"L c #580100", +"P c #5A0100", +"I c #5B0100", +"U c #5D0100", +"Y c #600200", +"T c #620200", +"R c #630200", +"E c #650200", +"W c #660200", +"Q c #680200", +"! c #690200", +"~ c #6A0200", +"^ c #6B0200", +"/ c #6C0200", +"( c #6E0200", +") c #700200", +"_ c #720200", +"` c #740200", +"' c #780200", +"] c #7B0200", +"[ c #7C0200", +"{ c #7E0200", +"} c #810200", +"| c #820200", +" . c #840200", +".. c #870200", +"X. c #880200", +"o. c #8B0200", +"O. c #8E0200", +"+. c #900200", +"@. c #920200", +"#. c #930200", +"$. c #960200", +"%. c #9A0200", +"&. c #9B0200", +"*. c #9D0200", +"=. c #9F0300", +"-. c #A10300", +";. c #A20300", +":. c #A50300", +">. c #A80300", +",. c #A90300", +"<. c #AB0300", +"1. c #AC0300", +"2. c #AE0300", +"3. c #AF0300", +"4. c #B10300", +"5. c #B30300", +"6. c #B60300", +"7. c #B70300", +"8. c #B80300", +"9. c #BA0300", +"0. c #BB0300", +"q. c #BC0300", +"w. c #BE0300", +"e. c #BF0300", +"r. c #C00300", +"t. c #C30300", +"y. c #C50300", +"u. c #C70300", +"i. c #C80300", +"p. c #C90300", +"a. c #CA0300", +"s. c #CB0300", +"d. c #CC0300", +"f. c #CD0300", +"g. c #CE0300", +"h. c #CF0300", +"j. c #D00300", +"k. c #D10300", +"l. c #D20300", +"z. c #D40300", +"x. c #D50300", +"c. c #D60300", +"v. c #D70300", +"b. c #D80300", +"n. c #D90300", +"m. c #DA0300", +"M. c #DC0300", +"N. c #DD0400", +"B. c #DE0400", +"V. c #DF0400", +"C. c #E00400", +"Z. c #E20400", +"A. c #E30400", +"S. c #E40400", +"D. c #E50400", +"F. c #E60400", +"G. c #E70400", +"H. c #E80400", +"J. c #E90400", +"K. c #EA0400", +"L. c #EC0400", +"P. c #ED0400", +"I. c #EE0400", +"U. c #EF0400", +"Y. c #F00400", +"T. c #F10400", +"R. c #F20400", +"E. c #F30400", +"W. c #F40400", +"Q. c #F50400", +"!. c #F60400", +"~. c #F70400", +"^. c #F80400", +"/. c #F90400", +"(. c #FA0400", +"). c #FB0400", +"_. c #FC0400", +"`. c gray100", +"'. c None", +/* pixels */ +"'.'.'.'.'.'.'.'.'.'.'. '. 3 , '.'.'.'.'.'.'.'.'.'.'.", +"'.'.'.'.'.'.'.'.'.'.'. / >.-.$.} S b L.] + '.'.'.'.'.'.'.'.'.'.", +"'.'.'.'.'.'.'.'.'.'. a T._._._._.L.3._ 6 ; '.'.'.'.'.'.'.", +"'.'.'.'.'.'.'.'.'. G u._.)._._.~._ Q :.h.T._.-. '.'.'.'.'.'.'.", +"'.'.'.'.'.'.'.'. 3 _ ~.T.x._._.~.).n.n._.8.F.] '.'.'.'.'.", +" '.'.'.'.'.'.'. G _._._._._.~.Q _ b e.U L.F.u.2._ l + '.", +" 8 '.'.'.'.'.# n._._._._._.e.x._.Z.a T.)._._._._._.K.@., ", +" , W '.'.'. Q _.L.k._._._.).)._._._ 6._._._._._._.)._.t. ", +"'. x >.6 '.'., M._._.~._._._.~.} W J U Z._._._._._._.=.6.).# ", +"'.'. 2.k. '.+ G _._.u._._._.L.a F._._._._._._._._._.S h._.3 ", +"'.'. S _.Q '. [ _._.M _._._._.S n._._._._._._._._._.Z._._.# ", +"'.'.'.P _.&. '. 3._._.F._._._._.t.a M S _._._._._._._._._.). ", +"'.'. Q _.] '. 8.>._._._._._._._.L.T.G M k | B.| Z.T.B.).&. ", +"'.'. e._.O. '. 8 _._._.).).L._._._.F.Z.L.; P 6 M Z.w ", +"'. k _._.M '.'.'.k _._._._.n.G 3 J O.s.).T.R 6 w '.", +"'. 8._.K.+ '.'.'.S )._._._._.k. + '.'.'.'. '.'.", +" U _._.(.l '.'.'.6 W _.).).~.e.M '.'.'.'.'.'.'.'.'.'.'.'.'.", +"# Z._._.@. '.'.'.'.'.a _.).).e.-.k G ; '.'.'. '.'.'.'.'.", +"b _._._.i '.'.'.'.'.r u.)._._._.Z.l -.b '.'.'.'.", +"3 ~.).).F.k '. '. 3 h._._._.).~.2.] b 3 '.'.'.'.", +" } ~.).).e._ l i # J _._._.~.n.~.K.h.U R r '.'.'.'.'.'.", +" # B.F.h.n.).U.| _.x.6._._._.L._ M P [ Z._.2. '.'.'.'.'.'.'.'.", +"'. J _.).J $._._._._._._._._._._._._._._._._., '.'.'.'. '.", +"'.'. 8.).U.=._._._._._._._._._._._._._._._.). '.'.'. '.'.", +"'.'. 8 Z._._._._._._._._.>.h._._.)._.T.Z.).k. '.'. '.'.", +"'.'.'. k T._._._._._._._.3./ _._.).~.S s.6.k / k '. '.'.", +"'.'.'.'. M h._._._._._.n.x s._._._.@.; + M B._.n.+ '. '.'.'.", +"'.'.'.'.'. # r r r 6 # >._._._._.G + G x., '.'.'.'.", +"'.'.'.'.'.'.'.'.'.'.'.'. 3 k J R '.'.'.'. '.'.'.'.'.", +"'.'.'.'.'.'.'.'.'.'.'.'.'. '.'.'.'. '.'.'.'.'.'.", +"'.'.'.'.'.'.'.'.'.'.'.'.'. '.'.'.'.'.'.'.'.'.'.'.'.", +"'.'.'.'.'.'.'.'.'.'.'.'.'.'. '.'.'.'.'.'.'.'.'.'.'." +}; --- twitux-0.68.orig/debian/compat +++ twitux-0.68/debian/compat @@ -0,0 +1 @@ +5 --- twitux-0.68.orig/debian/twitux.1 +++ twitux-0.68/debian/twitux.1 @@ -0,0 +1,109 @@ +.TH GNOME "1" "January 2008" "GNOME twitux 0.60" "User Commands" +.SH NAME +GNOME \- A twitter client for GNOME +.SH SYNOPSIS +.B twitux +[\fIOPTION\fR...] +.SH DESCRIPTION + +twitux is a GNOME client for the twitter network. You normally need to +invoke no options when running it. + +Since twitux uses the GNOME keyring to store you username and +password, you need to make sure gnome-keyring-daemon is running in +your session before twitux tries to connect to the network. In a +regulal GNOME session this will happen automatically, and it's only a +concern if you want to run twitux with a different desktop environment. + +.TP +\fB\-\-load\-modules\fR=\fIMODULE1\fR,MODULE2,... +Dynamic modules to load +.PP +Help options +.TP +\-?, \fB\-\-help\fR +Show this help message +.TP +\fB\-\-usage\fR +Display brief usage message +.PP +GTK+ +.TP +\fB\-\-gdk\-debug\fR=\fIFLAGS\fR +Gdk debugging flags to set +.TP +\fB\-\-gdk\-no\-debug\fR=\fIFLAGS\fR +Gdk debugging flags to unset +.TP +\fB\-\-display\fR=\fIDISPLAY\fR +X display to use +.TP +\fB\-\-screen\fR=\fISCREEN\fR +X screen to use +.TP +\fB\-\-sync\fR +Make X calls synchronous +.TP +\fB\-\-name\fR=\fINAME\fR +Program name as used by the window +manager +.TP +\fB\-\-class\fR=\fICLASS\fR +Program class as used by the window +manager +.TP +\fB\-\-gtk\-debug\fR=\fIFLAGS\fR +Gtk+ debugging flags to set +.TP +\fB\-\-gtk\-no\-debug\fR=\fIFLAGS\fR +Gtk+ debugging flags to unset +.TP +\fB\-\-g\-fatal\-warnings\fR +Make all warnings fatal +.TP +\fB\-\-gtk\-module\fR=\fIMODULE\fR +Load an additional Gtk module +.PP +Bonobo activation Support +.TP +\fB\-\-oaf\-ior\-fd\fR=\fIFD\fR +File descriptor to print IOR on +.TP +\fB\-\-oaf\-activate\-iid\fR=\fIIID\fR +IID to activate +.TP +\fB\-\-oaf\-private\fR +Prevent registering of server with OAF +.PP +GNOME Library +.TP +\fB\-\-disable\-sound\fR +Disable sound server usage +.TP +\fB\-\-enable\-sound\fR +Enable sound server usage +.TP +\fB\-\-espeaker\fR=\fIHOSTNAME\fR:PORT +Host:port on which the sound server +to use is running +.TP +\fB\-\-version\fR +2.20.1.1 +.PP +Session management +.TP +\fB\-\-sm\-client\-id\fR=\fIID\fR +Specify session management ID +.TP +\fB\-\-sm\-config\-prefix\fR=\fIPREFIX\fR +Specify prefix of saved configuration +.TP +\fB\-\-sm\-disable\fR +Disable connection to session manager +.PP +GNOME GUI Library +.TP +\fB\-\-disable\-crash\-dialog\fR +Disable Crash Dialog +.SH AUTHOR +This manpage was automatically generated from twitux's help output.