--- choqok-0.9.81.orig/debian/choqok.1.docbook +++ choqok-0.9.81/debian/choqok.1.docbook @@ -0,0 +1,119 @@ + + + + + + Anthony + Mercatante + tonio@ubuntu.com + + + 2009 + Anthony Mercatante + + + + 2009-01-23 + + + + choqok + 1 + + + choqok + Blogging client for KDE4 + + + + choqok + + + + + + + DESCRIPTION + + KDE mono-blogging client. + with support for staying on System tray, and use system notifications to notify + user about updates, and fair configurable. + The source code is in KDE svn server (playground section) and i will continue + its development to make it fair stable and usable to add it to KDE Project. + + Its current features: + * Supporting User + His/Her Friends time-lines + * Supporting @Reply time-lines + * Supporting Multiple Accounts simultaneously. + * Supporting Identi.ca mono-blogging service (Using its Twitter compatible API) + * Support for send and receive direct messages + * KWallet integration + * Ability to make a quick tweet with global shortcuts (Ctrl+Meta+T) + * Ability to notify user about new statuses text, with KNotification and + Libnotify's notify-send command + * Support for shortening urls with more than 30 characters + * Support for configuring status lists appearance. + * and other configure options... + + Project page: http://choqok.gnufolks.org/ + + + + OPTIONS + + + Generic options: + + + Show help about options + + + + Show Qt specific options + + + + Show KDE specific options + + + + Show all options + + + + Show author information + + + , + Show version information + + + + Show license information + + + + Indicates end of options + + + + + + COPYRIGHT + + This manual page was written by Anthony Mercatante + tonio@ubuntu.com for the + Ubuntu system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 3 or any later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in + /usr/share/common-licenses/GPL. + + + --- choqok-0.9.81.orig/debian/dirs +++ choqok-0.9.81/debian/dirs @@ -0,0 +1 @@ +usr/bin --- choqok-0.9.81.orig/debian/control +++ choqok-0.9.81/debian/control @@ -0,0 +1,29 @@ +Source: choqok +Section: kde +Priority: optional +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Noah Meyerhans +Build-Depends: debhelper (>= 7), cmake, kdelibs5-dev (>= 4:4.3.0), docbook2x, + cdbs, pkg-kde-tools, libqoauth-dev (>= 1.0-2), libqjson-dev, docbook-xml +Standards-Version: 3.9.0 +Homepage: http://choqok.gnufolks.org +Vcs-Browser: http://git.debian.org/?p=collab-maint/choqok.git +Vcs-Git: http://git.debian.org/git/collab-maint/choqok.git + +Package: choqok +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: KDE micro-blogging client + Choqok is a fast, efficient and simple to use micro-blogging client for KDE. + It currently supports the twitter.com and identi.ca microblogging services. + . + Other notable features include: + * Support for user + friends time-lines. + * Support for @Reply time-lines. + * Support for sending and receiving direct messages. + * Twitpic.com integration. + * The ability to use multiple accounts simultaneously. + * Support for search APIs for all services. + * KWallet integration. + * Support for automatic shortening urls with more than 30 characters. + * Support for configuring status lists appearance. --- choqok-0.9.81.orig/debian/rules +++ choqok-0.9.81/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export KUBUNTU_DESKTOP_POT=extragear-network_choqok + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk + +DEB_INSTALL_MANPAGES_choqok = choqok.1 + +build/choqok:: + docbook2x-man debian/choqok.1.docbook + +install/choqok:: + rm debian/choqok/usr/lib/*.so + +clean:: + rm -f choqok.1 --- choqok-0.9.81.orig/debian/compat +++ choqok-0.9.81/debian/compat @@ -0,0 +1 @@ +7 --- choqok-0.9.81.orig/debian/changelog +++ choqok-0.9.81/debian/changelog @@ -0,0 +1,103 @@ +choqok (0.9.81-1ubuntu1) maverick; urgency=low + + * Set export KUBUNTU_DESKTOP_POT=extragear-network_choqok + + -- Jonathan Riddell Mon, 26 Jul 2010 18:01:47 +0100 + +choqok (0.9.81-1) unstable; urgency=low + + * New upstream snapshot fixes crash when expanding shortened URLs. + + -- Noah Meyerhans Tue, 13 Jul 2010 09:05:44 -0700 + +choqok (0.9.55+git20100712-1) unstable; urgency=low + + * New upstream snapshot based on 303721d + * Provide a versioned build-dep on libqoauth-dev, just to make sure we + don't get built against the buggy 1.0-1 packages. + * Bump standards version to 3.9.0 (no changes needed) + + -- Noah Meyerhans Mon, 12 Jul 2010 21:51:12 -0700 + +choqok (0.9.55+git20100629-1) unstable; urgency=low + + * New upstream git snapshot from 101ae3e. (Closes: #587420, #585443) + * Build-depend on libqoauth-dev (Closes: #587420) + * Build-depend on libqjson-dev due to upstream changes allowing the + use of twitter via json + * Build-depend on docbook-xml and use the local docbookx.dtd file + + -- Noah Meyerhans Wed, 07 Jul 2010 11:41:08 -0700 + +choqok (0.9.55-1) unstable; urgency=low + + * New upstream release 0.9.55 (1.0 beta1) + + -- Noah Meyerhans Fri, 12 Mar 2010 09:35:46 -0800 + +choqok (0.9.4+git20100228-1) unstable; urgency=low + + * New upstream git snapshot from revision 8fbaa50 + * Bump standards version to 3.8.4 (no changes needed) + + -- Noah Meyerhans Sun, 28 Feb 2010 19:22:22 -0800 + +choqok (0.9.4+git20100131-1) unstable; urgency=low + + * New upstream git snapshot including changes up to + 48bac7e7879b54663f6d6ede09ec08f2008ebd39 + * Fix a spelling error in debian/control + + -- Noah Meyerhans Wed, 03 Feb 2010 21:13:00 -0800 + +choqok (0.9.4+git20091230-1) unstable; urgency=low + + * Pull latest upstream git changes up to dbcfbfb from gitorious. + + -- Noah Meyerhans Wed, 30 Dec 2009 23:03:45 -0500 + +choqok (0.9.4-1) unstable; urgency=low + + * New upstream release. + + -- Noah Meyerhans Thu, 15 Oct 2009 21:55:41 -0400 + +choqok (0.9.1+git20091012-1) unstable; urgency=low + + * New upstream git snapshot including changes up to + 0c092cbeaaa99253028b18f4dc00ced3ca8f01bf + + -- Noah Meyerhans Tue, 13 Oct 2009 00:26:21 -0400 + +choqok (0.9.1+git20091003-1) unstable; urgency=low + + * Pull upstream changes from gitorious revision + 22d4e77e40dd6c2b2954bdd5d7bf64a97fe39545 + + -- Noah Meyerhans Sat, 03 Oct 2009 13:53:03 -0400 + +choqok (0.9.1+git20090921-1) unstable; urgency=low + + * pull new upstream code from git://gitorious.org/choqok/choqok.git + * add lintian overrides to suppress warnings about library sonames. + * Stop installing .so files. + + -- Noah Meyerhans Tue, 22 Sep 2009 10:35:56 -0400 + +choqok (0.9.1-1) unstable; urgency=low + + * New upstream version + + -- Noah Meyerhans Sun, 13 Sep 2009 19:40:53 -0400 + +choqok (0.6.6-2) unstable; urgency=low + + * Fix unnecessary architecture restrictions + + -- Noah Meyerhans Mon, 07 Sep 2009 13:22:24 -0400 + +choqok (0.6.6-1) unstable; urgency=low + + * Initial release (Closes: #543956) + + -- Andrey Voronov Fri, 28 Aug 2009 07:08:23 +0300 --- choqok-0.9.81.orig/debian/choqok.lintian-overrides +++ choqok-0.9.81/debian/choqok.lintian-overrides @@ -0,0 +1 @@ +choqok binary: package-name-doesnt-match-sonames libchoqok0 libtwitterapihelper0 --- choqok-0.9.81.orig/debian/copyright +++ choqok-0.9.81/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by Andrey Voronov on +Fri, 28 Aug 2009 07:08:23 +0300. + +It was downloaded from + + http://choqok.gnufolks.org/download/ + +Upstream Author: + + Mehrdad Momeny + +Copyright: + + + +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) version 3 or any later version + accepted by the membership of KDE e.V. (or its successor approved + by the membership of KDE e.V.), which shall act as a proxy + defined in Section 14 of version 3 of the license. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +The Debian packaging is: + + Copyright (C) 2009 andrey + Noah Meyerhans + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + --- choqok-0.9.81.orig/debian/docs +++ choqok-0.9.81/debian/docs @@ -0,0 +1,3 @@ +CMakeLists.txt +README +TODO --- choqok-0.9.81.orig/debian/watch +++ choqok-0.9.81/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://mirror.umoss.org/download.ospdev.net/choqok/choqok/(\d.\d.\d)/choqok-(.*)\.tar\.bz2 debian uupdate