--- tmsnc-0.3.2.orig/debian/docs +++ tmsnc-0.3.2/debian/docs @@ -0,0 +1 @@ +README --- tmsnc-0.3.2.orig/debian/changelog +++ tmsnc-0.3.2/debian/changelog @@ -0,0 +1,61 @@ +tmsnc (0.3.2-1) unstable; urgency=low + + * New Upstream Release. Closes: #401935 + * Features Added: + + Partial group support: sort contact list by groups (one contact one group only) + + Using "f" key to change contact list showing mode (addr/nickname/psm etc) + + Show Buddies' Personal Message (PSM support) + + Support PAGE_UP/PAGE_DOWN key in contact list. + + Improved focusing routines. + + Better cursor-follow-marker functions. + + Made mouse-support optional. + * Bugs Fixed: + + "most of contacts blocked". + + The yellow border now follows the focus properly. + + "send msg crash after sb left a conversation". + + "border remains yellow on unfocus". + * Compiling again with -O2. + * Updated Standards-Version to 3.7.2. No changes needed. + * Updated compat to 5. + + -- Miriam Ruiz Thu, 7 Dec 2006 15:00:00 +0000 + +tmsnc (0.3.1-1) unstable; urgency=low + + * New Upstream Release. + * Compiling with -O0 to avoid a problem when using GCC4 (see #340561). + + -- Miriam Ruiz Thu, 24 Nov 2005 13:08:41 +0100 + +tmsnc (0.3.0-1) unstable; urgency=low + + * New Upstream Release. + + -- Miriam Ruiz Wed, 2 Nov 2005 18:33:49 +0100 + +tmsnc (0.2.5-1) unstable; urgency=low + + * New Upstream Release. + * Added watch file. + + -- Miriam Ruiz Mon, 12 Sep 2005 08:17:36 +0200 + +tmsnc (0.2.4-1) unstable; urgency=low + + * New Upstream Release. + + -- Miriam Ruiz Mon, 22 Aug 2005 03:17:27 +0200 + +tmsnc (0.2.3-1) unstable; urgency=low + + * New Upstream Release. Closes: #296330 + * Updated Standards Version to 3.6.2.0 + + -- Miriam Ruiz Tue, 26 Jul 2005 17:14:47 +0200 + +tmsnc (0.2.1-1) unstable; urgency=low + + * Initial Release. + + -- Miriam Ruiz Sun, 3 Jul 2005 03:41:18 +0000 + --- tmsnc-0.3.2.orig/debian/control +++ tmsnc-0.3.2/debian/control @@ -0,0 +1,18 @@ +Source: tmsnc +Section: net +Priority: optional +Maintainer: Miriam Ruiz +Build-Depends: debhelper (>= 5), autotools-dev, libssl-dev, libncurses5-dev +Standards-Version: 3.7.2 + +Package: tmsnc +Architecture: any +Depends: ${shlibs:Depends} +Description: textbased (console) MSN client + TMSNC is a textbased MSN client written in C that can be run in a console. + TMSNC should work on most Unix (Linux, BSD, MacOS) compatible operating + systems. The goal of this project is to create a client like MSN Messenger + (with sound, webcam and file transfer support), but without any graphical + features. + . + Homepage: http://tmsnc.sourceforge.net --- tmsnc-0.3.2.orig/debian/compat +++ tmsnc-0.3.2/debian/compat @@ -0,0 +1 @@ +5 --- tmsnc-0.3.2.orig/debian/watch +++ tmsnc-0.3.2/debian/watch @@ -0,0 +1,8 @@ +# You can run the "uscan" command to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to find new files on sourceforge, for debscripts >= 2.9 +http://sf.net/tmsnc/tmsnc-(.*)\.tar\.gz --- tmsnc-0.3.2.orig/debian/copyright +++ tmsnc-0.3.2/debian/copyright @@ -0,0 +1,57 @@ +This package was debianized by Miriam Ruiz on +Sun, 3 Jul 2005 03:41:18 +0000. + +It was downloaded from http://tmsnc.sourceforge.net/ + +Copyright (C) The IR Developer Group + +Upstream Authors: Sanoi and others + +License: + +IR Public Domain License (IRPDL) v1.6 + +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. + +3. In order to keep the user informed of the system [hence Public Domain], +source code to binary distrobutions must be made availible via some +medium, whether included in the binary distrobution or some via some +other method. + +4. The name of the author nor the names of any contributors may be used +to indorse a product with out the prior written of consent +the person(s) in question. + +5. Works derived from this or any other part of this project are NOT +subject to this license, unless the author chooses them to be. + +6. No person(s) or groups may restrict the distrobution of the source +code for the programs licensed under this lincense. + +7. No person(s) or groups are prohibited from using any software +licensed with this license, so long as the copyrights remain +intact. + +8. The name(s) of the author(s) and those of the contributors may not +be removed, so long as code/ideas/theories of the aforementioned person +remain within the project. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 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. --- tmsnc-0.3.2.orig/debian/rules +++ tmsnc-0.3.2/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f + +# 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) + + +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 + + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + #docbook-to-man debian/tmsnc.sgml > tmsnc.1 + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + -$(MAKE) distclean + -rm -f config.sub config.guess config.log config.status + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/tmsnc install + +# Build architecture-independent files here. +binary-indep: build install + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_installman + 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