--- qwit-1.0+svn300.orig/debian/copyright +++ qwit-1.0+svn300/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by Carlos Galisteo on +Tue, 14 Apr 2009 11:06:05 +0200. + +It was downloaded from http://code.google.com/p/qwit/ + +Upstream Authors: + + Artem Iglikov - http://arti.kz/ + Uğur Çetin + kiracatgirl + Valentin Gritsinger - http://gritsinger.com/ + Perry Ismangil + Mstislav Sokolov - http://truebsd.org/sokolov/ + roop - http://blog.forwardbias.in/ + +Copyright: + + Copyright (C) 2008, 2009 Artem Iglikov + + TwitPicDialog.cpp, TwitPicDialog.h: + Copyright (C) 2009 Roopesh Chander + + Crystal Project Icons: + Copyright (C) 2009 Everaldo Coelho + +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 3, 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 with + your Debian GNU system, in /usr/share/common-licenses/GPL-3, or with the + Debian GNU hello source package as the file COPYING. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. + +The Crystal Project Icons are released under LGPL: + + You should have received a copy of the GNU General Public License with + your Debian GNU system, in /usr/share/common-licenses/LGPL, or with the + Debian GNU hello source package as the file COPYING. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. + + +The Debian packaging is: + + Copyright (C) 2009 Carlos Galisteo + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + --- qwit-1.0+svn300.orig/debian/watch +++ qwit-1.0+svn300/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://code.google.com/p/qwit/downloads/list http://qwit.googlecode.com/files/qwit-([\d.]+)\-src.tar.bz2 --- qwit-1.0+svn300.orig/debian/qwit.man +++ qwit-1.0+svn300/debian/qwit.man @@ -0,0 +1,37 @@ +NAME + +Qwit - Qt4-based lightweight cross-platform client for Twitter + +DESCRIPTION + +Qwit is the Qt4-based lightweight cross-platform client for Twitter. + +Its features: +- depends on Qt4 only; +- looks beautifully in KDE; +- http-proxy support; +- userpics caching; +- clickable links in statuses; +- public, replies, custom user timelines, search; +- caching messages between sessions; +- replies, retweets and direct messages support; +- customizable interface; +- twitpic support. + +FILES + +~/.config/arti/qwit.conf + Configuration file + +~/.qwit + Userpics cache + +AUTHORS + +The founder and lead developer of Qwit is Artem Iglikov . List of other project members is available on the Qwit's homepage. + +SEE ALSO + +Qwit homepage: http://code.google.com/p/qwit/ +Qwit microblog: http://twitter.com/_qwit_/ +Author's homepage: http://arti.kz/ --- qwit-1.0+svn300.orig/debian/control +++ qwit-1.0+svn300/debian/control @@ -0,0 +1,22 @@ +Source: qwit +Section: net +Priority: extra +Maintainer: Carlos Galisteo +Build-Depends: debhelper (>= 7), quilt, txt2man, qt4-qmake, libqt4-dev +Standards-Version: 3.8.3 +Homepage: http://code.google.com/p/qwit/ + +Package: qwit +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Lightweight desktop client for Twitter microblogging service + Qwit is a Qt4-based lightweight cross-platform client for Twitter. + Some of its main features are: + - http-proxy support; + - userpics caching; + - clickable links in statuses; + - public, replies, custom user timelines, search; + - caching messages between sessions; + - replies, retweets and direct messages support; + - customizable interface; + - twitpic support. --- qwit-1.0+svn300.orig/debian/docs +++ qwit-1.0+svn300/debian/docs @@ -0,0 +1 @@ +README --- qwit-1.0+svn300.orig/debian/compat +++ qwit-1.0+svn300/debian/compat @@ -0,0 +1 @@ +7 --- qwit-1.0+svn300.orig/debian/rules +++ qwit-1.0+svn300/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +configure: configure-stamp + +configure-stamp: + dh_testdir + $(MAKE) -f /usr/share/quilt/quilt.make patch + qmake-qt4 PREFIX=$(CURDIR)/debian/qwit/usr + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + txt2man -t qwit -s1 debian/qwit.man > debian/qwit.1 + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + rm -f debian/qwit.1 + [ ! -f Makefile ] || $(MAKE) distclean + $(MAKE) -f /usr/share/quilt/quilt.make unpatch + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/qwit + +binary-indep: install + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman $(CURDIR)/debian/qwit.1 + 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 configure --- qwit-1.0+svn300.orig/debian/README.source +++ qwit-1.0+svn300/debian/README.source @@ -0,0 +1,4 @@ +Please see the quilt README.source: + +/usr/share/doc/quilt/README.source + --- qwit-1.0+svn300.orig/debian/changelog +++ qwit-1.0+svn300/debian/changelog @@ -0,0 +1,29 @@ +qwit (1.0+svn300-1) unstable; urgency=low + + * New upstream svn snapshot. Some of the new features are: + - Enable or disable URL shortening from main window. + - Translation files updated. + - Friends management feature. + - Custom url shorteners. + + -- Carlos Galisteo Mon, 07 Dec 2009 12:43:14 +0100 + +qwit (1.0+svn255-1) unstable; urgency=low + + * New upstream svn snapshot providing some bug fixes and new features: + - Upstream moved to 1.x branch. + - Fixes 'Twitpocalypse' related bugs (int limit reached). + - Url shorteners support. + - Multiple accounts support. + - Identi.ca and other twitter-compatible services support. + * Updated Standards-Version to 3.8.3 No change needed. + * Added README.source file. + * Crystal Project Icons license detailed in debian/copyright. + + -- Carlos Galisteo Tue, 29 Sep 2009 16:58:18 +0200 + +qwit (0.9-1) unstable; urgency=low + + * Initial release (Closes: #528189) + + -- Carlos Galisteo Sat, 25 Jul 2009 13:52:39 +0200 --- qwit-1.0+svn300.orig/debian/patches/desktop_category.diff +++ qwit-1.0+svn300/debian/patches/desktop_category.diff @@ -0,0 +1,9 @@ +Menu main category set to 'Network', since Qt is an additional category according to freedesktop standards. +--- qwit-0.9.orig/qwit.desktop ++++ qwit-0.9/qwit.desktop +@@ -9,4 +9,4 @@ + Exec=qwit + Icon=qwit + Terminal=false +-Categories=Qt;Network;Internet ++Categories=Network; --- qwit-1.0+svn300.orig/debian/patches/series +++ qwit-1.0+svn300/debian/patches/series @@ -0,0 +1 @@ +desktop_category.diff