debian/0000775000000000000000000000000012035006514007164 5ustar debian/changelog0000664000000000000000000000424012035006514011036 0ustar qutim (0.2.0-0ubuntu7) quantal; urgency=low * debian/patches/include_uninstd: - Include unistd.h, fix FTBFS -- Angel Abad Tue, 09 Oct 2012 13:40:08 +0200 qutim (0.2.0-0ubuntu6) maverick; urgency=low * Remove libqt4-webkit-dev from build-depends and add libqtwebkit-dev qtwebkit transition -- Kiszel Kristóf Wed, 21 Jul 2010 13:03:56 +0200 qutim (0.2.0-0ubuntu5) maverick; urgency=low * debian/control: Add libqt4-webkit-dev t build-depends. -- Andreas Wenning Mon, 24 May 2010 12:01:15 +0200 qutim (0.2.0-0ubuntu4) maverick; urgency=low * debian/control: - Build-depend on libgnutls-dev for Jabber GnuTLS support. - Bumped Standards-Version to 3.8.4. * debian/rules: - Enable GnuTLS build. - Remove execution rights from translation files (*.qm). -- Maia Kozheva Sat, 08 May 2010 13:35:21 +0700 qutim (0.2.0-0ubuntu3) lucid; urgency=low * debian/rules: Correctly install localization files. (LP: #535677) -- Maia Kozheva Sat, 27 Mar 2010 16:34:26 +0600 qutim (0.2.0-0ubuntu2) lucid; urgency=low * Migrated to 3.0 (quilt) source format. * debian/control, debian/rules: - Removed quilt references. -- Maia Kozheva Tue, 22 Dec 2009 14:41:41 +0600 qutim (0.2.0-0ubuntu1) lucid; urgency=low * New upstream release. * debian/control: - Bumped Standards-Version. - Use debhelper 7. - Updated homepage and long description. * debian/copyright: - Updated homepage and upstream authors. - Fixed copyright symbol. * debian/compat: - Use 7. * debian/rules: - Shortened via dh 7. Project uses cmake now. * debian/qutim.desktop: - Deleted, use patched upstream file. * Install manpage via debian/manpages. -- Maia Kozheva Thu, 03 Dec 2009 15:09:01 +0600 qutim (0.1-0ubuntu1) intrepid; urgency=low [ Alexander Kopf ] * Initial release (LP: #240430) [ Harald Sitter ] * Replace build-conflict on qt3-dev-tools with usage of qmake-qt4 * Add final full stop to long description -- Harald Sitter Wed, 18 Jun 2008 15:10:03 +0200 debian/install0000664000000000000000000000010011353366227010560 0ustar plugins/*/*.so usr/lib/qutim plugins/*/build/*.so usr/lib/qutim debian/control0000664000000000000000000000134112035007217010567 0ustar Source: qutim Section: net Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Alexander Kopf Build-Depends: debhelper (>= 7.0.50~), cmake (>= 2.6), libqt4-dev (>= 4.4.0), libqtwebkit-dev, chrpath, zlib1g-dev, libidn11-dev, libgnutls-dev Standards-Version: 3.8.4 Homepage: http://qutim.org Package: qutim Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: multi-protocol instant messenger qutIM is an open source, multi-protocol instant messaging client using the Qt 4 framework. It implements support for the ICQ, Jabber/XMPP/Google Talk, Mail.Ru Agent (MRIM), and IRC protocols, and is further extensible via plugins. debian/copyright0000664000000000000000000000305711307630357011135 0ustar This package was debianized by Alexander Kopf on Mon, 16 Jun 2008 17:30:17 +0200. It was downloaded from http://qutim.org Upstream Authors: Rustam Chakin - Project founder, main developer Ruslan Nigmatullin - Project leader, main developer Nikita Belov - Developer Denis Daschenko - Developer Georgy Surkov - Icons Yusuke Kamiyamane - Icons Copyright: Copyright © 2008 Rustam Chakin Copyright © 2009 Nigmatullin Ruslan 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, 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in '/usr/share/common-licenses/GPL-2'. The Debian packaging is copyright © 2008, Alexander Kopf and is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. debian/rules0000775000000000000000000000236611371227270010261 0ustar #!/usr/bin/make -f DH = dh --buildsystem=cmake QMAKE_PLUGINS = histman icq irc vkontakte yandexnarod CMAKE_PLUGINS = jabber mrim plugman %: $(DH) $@ clean: $(DH) clean for dir in $(QMAKE_PLUGINS); do \ [ ! -f plugins/$$dir/Makefile ] || $(MAKE) -C plugins/$$dir distclean; \ done for dir in $(CMAKE_PLUGINS); do rm -rf plugins/$$dir/build; done override_dh_auto_configure: dh_auto_configure -- -DCMAKE_CXX_FLAGS="$(CFLAGS) -DQT_NO_DEBUG_OUTPUT" for dir in $(QMAKE_PLUGINS); do cd plugins/$$dir && qmake-qt4 && cd ../..; done for dir in $(CMAKE_PLUGINS); do \ mkdir -p plugins/$$dir/build && \ cd plugins/$$dir/build && \ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS="$(CFLAGS) -fPIC" -DGNUTLS=1 && \ cd ../../..; \ done override_dh_auto_build: dh_auto_build for dir in $(QMAKE_PLUGINS); do $(MAKE) -C plugins/$$dir; done for dir in $(CMAKE_PLUGINS); do $(MAKE) -C plugins/$$dir/build; done override_dh_install: dh_install mkdir -p debian/qutim/usr/share/qutim/languages for x in bg_BG cs_CZ de_DE ru uk_UA ; do cp -R languages/$$x/binaries debian/qutim/usr/share/qutim/languages/$$x; done chmod 644 debian/qutim/usr/share/qutim/languages/uk_UA/*.qm chrpath -d debian/qutim/usr/bin/qutim debian/qutim/usr/lib/qutim/* debian/source/0000775000000000000000000000000011314103204010455 5ustar debian/source/format0000664000000000000000000000001411376446717011716 0ustar 3.0 (quilt) debian/qutim.10000664000000000000000000000172311307630357010421 0ustar '\" -*- coding: us-ascii -*- .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac .TH qutIM 1 2008-06-16 "" "" .SH NAME qutIM \- Qt Instant Massanger .SH SYNOPSIS 'nh .fi .ad l \fBqutim\fR .SH DESCRIPTION qutIM is an open source, multi-protocol instant messaging client using the Qt 4 framework. It implements support for the ICQ, Jabber/XMPP/Google Talk, Mail.Ru Agent (MRIM), and IRC protocols, and is further extensible via plugins. .SH COPYRIGHT This manual page was written by Alexander Kopf <\*(T> 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 2 or any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in \*(T<\fI/usr/share/common\-licenses/GPL\fR\*(T>. debian/patches/0000775000000000000000000000000012035006421010610 5ustar debian/patches/desktop.patch0000664000000000000000000000104311307630357013314 0ustar Description: Fix desktop file Removes the deprecated Encoding line from the desktop file. Forwarded: http://trac.qutim.org/task/388 Author: Maia Kozheva ––– Index: qutim-0.2.0/share/qutim.desktop =================================================================== --- qutim-0.2.0.orig/share/qutim.desktop 2009-12-03 17:19:10.752295052 +0600 +++ qutim-0.2.0/share/qutim.desktop 2009-12-03 17:19:21.756295410 +0600 @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=qutIM Name[ru]=qutIM GenericName=Instant Messenger debian/patches/qt_4.6.patch0000664000000000000000000000116111307630357012657 0ustar Description: Fix build with Qt 4.6 Fixes build errors with Qt 4.6. Forwarded: no Author: Maia Kozheva Index: qutim-0.2.0/src/3rdparty/qtsolutions/qtlocalpeer.cpp =================================================================== --- qutim-0.2.0.orig/src/3rdparty/qtsolutions/qtlocalpeer.cpp 2009-12-03 17:41:26.888292384 +0600 +++ qutim-0.2.0/src/3rdparty/qtsolutions/qtlocalpeer.cpp 2009-12-03 17:43:34.348296607 +0600 @@ -48,6 +48,7 @@ #include "qtlocalpeer.h" #include #include +#include #if defined(Q_OS_WIN) #include debian/patches/include_uninstd0000664000000000000000000000046012035006421013722 0ustar Description: Include unistd.h, fix FTBFS Author: Angel Abad --- a/src/3rdparty/qtsolutions/qtlocalpeer.cpp +++ b/src/3rdparty/qtsolutions/qtlocalpeer.cpp @@ -58,6 +58,7 @@ #endif #if defined(Q_OS_UNIX) #include +#include #endif namespace QtLP_Private { debian/patches/series0000664000000000000000000000005312035006275012032 0ustar qt_4.6.patch desktop.patch include_uninstd debian/manpages0000664000000000000000000000001711307630357010711 0ustar debian/qutim.1 debian/compat0000664000000000000000000000000211307630357010373 0ustar 7