debian/0000755000000000000000000000000012254515462007174 5ustar debian/control0000644000000000000000000000146112254464403010577 0ustar Source: iptux Section: net Priority: optional Maintainer: Debian Chinese Team Uploaders: Aron Xu , LI Daobing , Anthony Fok Build-Depends: debhelper (>= 9), autotools-dev, libgtk2.0-dev, libgconf2-dev, libgstreamer0.10-dev Standards-Version: 3.9.5 Homepage: http://code.google.com/p/iptux/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=chinese/iptux.git Vcs-Git: git://anonscm.debian.org/chinese/iptux.git Package: iptux Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: intranet communication tool for Linux iptux is an IP Messenger client for Linux. . It supports: - auto-detect other clients on the intranet. - send message to other clients. - send file to other clients. debian/docs0000644000000000000000000000001112254214144010030 0ustar protocol debian/iptux.manpages0000644000000000000000000000001712254214144012051 0ustar debian/iptux.1 debian/iptux.10000644000000000000000000000124712254214144010424 0ustar .\" This file is distributed under the same license as the iptux .\" package. .\" Copyright (C) LI Daobing , 2008. .\" .TH "IPTUX" 1 "2008-11-02" "" "" .SH NAME iptux \- IP Messanger client .SH "SYNOPSIS" .B iptux .SH "DESCRIPTION" .PP iptux is an IP Messenger client for Linux. For more information on IP Messanger, check http://www.ipmsg.org/index.html.en . .PP iptux support: .TP 4 \- auto detect other clients in the intranet. .TP \- send message to other clients. .TP \- send file to other clients. .PP Homepage: http://code.google.com/p/iptux .SH "FILES" \fI~/.config/iptux\fR: users' local settings directory .SH "SEE ALSO" .BR pidgin(1) debian/README.Debian0000644000000000000000000000014712254214144011230 0ustar Most of the documents (e.g. README, TODO, protocol) is written in Simplified Chinese (UTF-8 encoding). debian/copyright0000644000000000000000000000545312254463462011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: iptux Upstream-Contact: LI Daobing Source: https://github.com/iptux-src/iptux/ Files: * Copyright: 2007-2011 Jally 2009 ManPT 2010 Jiejing Zhang 2011 huifengfuliu 2011-2012 cwll 2012-2013 LI Daobing License: GPL-2+ Files: debian/* Copyright: 2009-2011 LI Daobing 2012 Aron Xu 2013 Anthony Fok License: GPL-2+ License: GPL-2+ This package 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 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 . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Files: src/ipmsg.h: Copyright: 2006 Takeharu KATO License: * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. debian/watch0000644000000000000000000000021412254214156010216 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/iptux-$1\.tar\.gz/ \ https://github.com/iptux-src/iptux/tags .*/v?(\d\S*)\.tar\.gz debian/patches/0000755000000000000000000000000012254467157010632 5ustar debian/patches/01-desktop_encoding.patch0000644000000000000000000000103612254467157015410 0ustar Description: Remove deprecated "Encoding" in group "Desktop Entry" This patch has existed since the initial upload of iptux (0.4.1-0ubuntu1) to Ubuntu jaunty in December 2008. Author: LI Daobing Origin: vendor Reviewed-By: Anthony Fok Last-Update: 2013-12-19 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/desktop/iptux.desktop +++ b/desktop/iptux.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=iptux Name[zh_CN]=信使(iptux) Name[zh_TW]=信使(iptux) debian/patches/series0000644000000000000000000000003212254466264012040 0ustar 01-desktop_encoding.patch debian/rules0000755000000000000000000000030012254376472010253 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: dh_install rm -f $(CURDIR)/debian/iptux/usr/bin/ihateiptux override_dh_auto_clean: dh_auto_clean rm -f po/*.gmo src/uninstall/Makefile debian/compat0000644000000000000000000000000212254224450010364 0ustar 9 debian/changelog0000644000000000000000000000702212254472376011055 0ustar iptux (0.6.1-1) unstable; urgency=low * New upstream release. (Closes: #731665) * debian/watch: Upstream has moved to https://github.com/iptux-src/iptux/ * Bump debhelper compatibility to 9 * Update Standards-Version to 3.9.5 * Delete leftover po/*.gmo and src/uninstall/Makefile * Update debian/copyright with new information, and change license to from GPL-2 to GPL-2+ according to src/HelpDialog.cpp * Add description in DEP-3 format to 01-desktop_encoding.patch * Add myself to the list of Uploaders -- Anthony Fok Thu, 19 Dec 2013 12:24:15 +0800 iptux (0.5.3-1) unstable; urgency=low * New upstream release, fix FTBFS with ld --as-needed (Closes: #647085). * Add myself to Uploaders. * Rewrite debian/copyright to DEP5 format. * Use dh 8, compat 8. * Convert patch to quilt system. * Remove useless README.source -- Aron Xu Sat, 14 Jan 2012 00:15:11 +0800 iptux (0.5.2-1) unstable; urgency=low * new upstream release. * debian/source/format: debian format 3.0. * debian/control: - fix debhelper-but-no-misc-depends - use debhelper 7 - bump standards version to 3.9.2. - new maintainer. - update Vcs-* fields. - update Description. * debian/rules: rewrite * debian/compat: 7 * debian/patches/series: new patch system. -- LI Daobing Sat, 06 Aug 2011 10:58:00 +0800 iptux (0.5.1-2-1) unstable; urgency=low * new upstream release. -- LI Daobing Sun, 29 Nov 2009 10:39:10 +0800 iptux (0.5.1-1) unstable; urgency=low * new upstream release. -- LI Daobing Sun, 01 Nov 2009 19:17:24 +0800 iptux (0.5.0-2-1) unstable; urgency=low * new upstream release. -- LI Daobing Sun, 11 Oct 2009 12:12:35 +0800 iptux (0.5.0-1-1) unstable; urgency=low * new upstream release. * debian/watch: updated. -- LI Daobing Fri, 09 Oct 2009 20:08:57 +0800 iptux (0.5.0-1) unstable; urgency=low * new upstream release. * debian/watch: updated. * debian/control: - change maintainer's name. - bump standards version to 3.8.3. - update Vcs-* fields. * debian/docs: updated. * debian/iptux.1: updated. * debian/rules: remove dh_desktop * debian/README.source: added. -- LI Daobing Thu, 08 Oct 2009 17:52:29 +0800 iptux (0.4.5.2-1) unstable; urgency=low * new upstream release. * debian/control: add libgstreamer0.10-dev to Build-Depends. * debian/rules: remove the uninstall tool "ihateiptux". -- LI Daobing Sun, 29 Mar 2009 15:51:39 +0800 iptux (0.4.4-1) unstable; urgency=low * Intial release to Debian (closes: #507451) -- LI Daobing Fri, 20 Feb 2009 23:08:37 +0800 iptux (0.4.4-0ubuntu1) jaunty; urgency=low * new upstream released (LP: #318175) * debian/rules: add "--as-needed" to LDFLAGS. -- LI Daobing Sat, 17 Jan 2009 23:52:02 +0800 iptux (0.4.3-0ubuntu1) jaunty; urgency=low * new upstream released (LP: #311069) * debian/control: update description. * debian/copyright: fix license. iptux is GPLv2 only. * debian/docs: ship NEWS. -- LI Daobing Tue, 30 Dec 2008 20:38:16 +0800 iptux (0.4.1-0ubuntu1) jaunty; urgency=low [ LI Daobing ] * Initial release (LP: #292518) [ Zhengpeng Hou ] * Add myself as an uploader. :) * Use /use/share/common-licenses/GPL-2 in copyright. -- Zhengpeng Hou Thu, 04 Dec 2008 03:27:36 +0000 debian/source/0000755000000000000000000000000012254224457010475 5ustar debian/source/format0000644000000000000000000000001412254214144011673 0ustar 3.0 (quilt)