amsn (0.98.3-2) debian-dir only changes

Summary

 debian/README.source                              |   17 
 debian/amsn-data.dirs                             |   11 
 debian/amsn-data.links                            |   23 
 debian/amsn-data.preinst                          |   30 +
 debian/amsn-remote-CLI.1                          |   95 +++
 debian/amsn-remote.1                              |   39 +
 debian/amsn.1                                     |   44 +
 debian/amsn.desktop                               |   22 
 debian/amsn.dirs                                  |    8 
 debian/amsn.docs                                  |    4 
 debian/amsn.menu                                  |    3 
 debian/amsn.preinst                               |   29 +
 debian/changelog                                  |  587 ++++++++++++++++++++++
 debian/compat                                     |    1 
 debian/control                                    |   27 +
 debian/copyright                                  |  110 ++++
 debian/dirs                                       |    4 
 debian/messenger.xpm                              |  517 +++++++++++++++++++
 debian/msn.xpm                                    |  491 ++++++++++++++++++
 debian/package.postinst                           |   43 +
 debian/package.postrm                             |   39 +
 debian/patches/00list                             |    6 
 debian/patches/01_patching_amsn.dpatch            |   18 
 debian/patches/02_amsn_remote.dpatch              |   22 
 debian/patches/03_amsn_remote-CLI.dpatch          |   33 +
 debian/patches/04_autoupdate.dpatch               |   29 +
 debian/patches/05_checkupdate.dpatch              |   92 +++
 debian/patches/06_recognize_kfreebsd.patch.dpatch |   31 +
 debian/rules                                      |  194 +++++++
 debian/source/format                              |    1 
 debian/watch                                      |    5 
 31 files changed, 2575 insertions(+)

    
download this patch

Patch contents

--- amsn-0.98.3.orig/debian/copyright
+++ amsn-0.98.3/debian/copyright
@@ -0,0 +1,110 @@
+This package was debianized by Søren Boll Overgaard <boll@debian.org> on
+Sat, 27 Jul 2002 13:49:50 +0200.
+
+It is now maintained by Muammar El Khatib <muammarelkhatib@gmail.com>
+
+It was downloaded from http://amsn.sourceforge.net/
+
+Upstream Authors: 
+ Alvaro J. Iradier Muro <airadier@users.sourceforge.net>
+ Alaoui Youness <kakaroto@users.sourceforge.net>
+
+Copyright: © 2001 - 2008 Alvaro J. Iradier Muro, Didimo Emilio Grimaldo,
+Alaoui Younes.
+
+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) 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. This program is released under the GPL version 3,
+available as /usr/share/common-licenses/GPL-3 on your Debian system.
+
+License (amsn_des.tcl):
+
+Copyright © 2003 by Mac A. Cody.
+
+ All rights reserved.  The following terms apply to all files associated
+ with the software unless explicitly disclaimed in individual files or
+ directories.
+
+ The authors hereby grant permission to use, copy, modify, distribute,
+ and license this software for any purpose, provided that existing
+ copyright notices are retained in all copies and that this notice is
+ included verbatim in any distributions. No written agreement, license,
+ or royalty fee is required for any of the authorized uses.
+ Modifications to this software may be copyrighted by their authors and
+ need not follow the licensing terms described here, provided that the
+ new terms are clearly indicated on the first page of each file where
+ they apply.
+
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
+ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+ MODIFICATIONS.
+
+ GOVERNMENT USE: If you are acquiring this software on behalf of the
+ U.S. government, the Government shall have only "Restricted Rights"
+ in the software and related documentation as defined in the Federal 
+ Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
+ are acquiring the software on behalf of the Department of Defense, the
+ software shall be classified as "Commercial Computer Software" and the
+ Government shall have only "Restricted Rights" as defined in Clause
+ 252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
+ authors grant the U.S. Government and others acting in its behalf
+ permission to use and distribute the software in accordance with the
+ terms specified in this license.
+
+
+The following files are licensed under the terms of GPL Version 2 and
+and the following copyright applies to them:
+
+File (balloon.tcl):
+
+Copyright © 1996-1997 Stewart Allen.
+
+File (sxml.tcl):
+
+Copyright © 2000-2001 Simon Edwards, Proprius Consulting Ltd           
+                                                                        
+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) 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. This program is released under the GPL version 2,
+ available as /usr/share/common-licenses/GPL-2 on your Debian system.
+
+
+The Debian packaging is © 2008, Muammar El Khatib <muammarelkhatib@gmail.com>
+and is licensed under the GPL Version 3, see `/usr/share/common-licenses/GPL-3'.
--- amsn-0.98.3.orig/debian/amsn-remote.1
+++ amsn-0.98.3/debian/amsn-remote.1
@@ -0,0 +1,39 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH AMSN-REMOTE 1 "April  10, 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+amsn-remote \- sever to connect to amsn remotely.
+.SH SYNOPSIS
+.B amsn-remote 
+.SH DESCRIPTION
+This manual page documents briefly the
+.B amsn-remote
+and
+its
+commands.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBamsn-remote\fP is a sever that allows amsn-remote-CLI  to connect to amsn remotely.
+You can then chat on the console using it.
+.SH SEE ALSO
+.BR http://amsn.sourceforge.net/, amsn-remote-CLI(1) 
+.br
+.PP
+This manual page was written by Muammar El Khatib <muammarelkhatib@gmail.com>,
+for the Debian project (but may be used by others).
--- amsn-0.98.3.orig/debian/amsn.preinst
+++ amsn-0.98.3/debian/amsn.preinst
@@ -0,0 +1,29 @@
+#!/bin/sh
+# preinst script for amsn
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <new-preinst> `install'
+#        * <new-preinst> `install' <old-version>
+#        * <new-preinst> `upgrade' <old-version>
+#        * <old-preinst> `abort-upgrade' <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "0.97.1-1"; then
+
+	# We really want to remove this file
+
+	rm -f /usr/share/amsn/amsn-remote
+	rm -f /usr/share/doc/amsn/FAQhu
+	    fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- amsn-0.98.3.orig/debian/amsn-data.dirs
+++ amsn-0.98.3/debian/amsn-data.dirs
@@ -0,0 +1,11 @@
+usr/bin
+usr/share/amsn
+usr/share/doc/amsn/
+usr/share/amsn/utils/linux/traydock
+usr/share/amsn/utils/linux/linflash
+usr/share/amsn/utils/linux/capture/libng
+usr/share/amsn/utils/linux/capture/libng/plugins
+usr/share/amsn/utils/tcl_siren
+usr/share/amsn/utils/webcamsn
+usr/share/amsn/utils/asyncresolver 
+usr/share/amsn/utils/farsight 
--- amsn-0.98.3.orig/debian/package.postrm
+++ amsn-0.98.3/debian/package.postrm
@@ -0,0 +1,39 @@
+#! /bin/sh
+# postrm script for amsn
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postrm> `remove'
+#        * <postrm> `purge'
+#        * <old-postrm> `upgrade' <new-version>
+#        * <new-postrm> `failed-upgrade' <old-version>
+#        * <new-postrm> `abort-install'
+#        * <new-postrm> `abort-install' <old-version>
+#        * <new-postrm> `abort-upgrade' <old-version>
+#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+        test -x /usr/bin/update-menus && /usr/bin/update-menus
+        true
+
+        ;;
+
+    *)
+        echo "postrm called with unknown argument \`$1'" >&2
+        exit 1
+
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- amsn-0.98.3.orig/debian/compat
+++ amsn-0.98.3/debian/compat
@@ -0,0 +1 @@
+6
--- amsn-0.98.3.orig/debian/package.postinst
+++ amsn-0.98.3/debian/package.postinst
@@ -0,0 +1,43 @@
+#! /bin/sh
+# postinst script for amsn
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+
+case "$1" in
+    configure)
+	test -x /usr/bin/update-menus && /usr/bin/update-menus
+	true
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+
--- amsn-0.98.3.orig/debian/amsn.docs
+++ amsn-0.98.3/debian/amsn.docs
@@ -0,0 +1,4 @@
+README
+CREDITS
+TODO
+AGREEMENT
--- amsn-0.98.3.orig/debian/rules
+++ amsn-0.98.3/debian/rules
@@ -0,0 +1,194 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/dpatch/dpatch.make
+
+# 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)
+DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --with-tcl=/usr/lib/tcl8.5 --with-tk=/usr/lib/tk8.5
+
+
+build: build-stamp
+build-stamp: config.status 
+build-stamp: patch-stamp
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE) 
+	#docbook-to-man debian/amsn.sgml > amsn.1
+
+	touch build-stamp
+
+clean: unpatch
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	 [ ! -f Makefile ] || $(MAKE) distclean
+
+	# Clean some libs that are not clean by makefile
+	rm -f ./utils/TkCximage/TkCximage.so
+	rm -f ./utils/webcamsn/webcamsn.so
+	rm -f ./utils/linux/capture/config.h
+	rm -f ./utils/tcl_siren/tcl_siren.so
+	rm -f ./utils/tclISF/tclISF.so ./utils/asyncresolver/libasyncresolver.so
+	rm -f ./config.log
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/amsn-data.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/amsn-data	
+
+	# manually move the .desktop file for KDE, it's broken in the Makefile
+	mv -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/"*.desktop \
+		"$(CURDIR)/debian/amsn/usr/share/applications/"
+	#manually copy the icon file
+	cp -f "$(CURDIR)/desktop-icons/48x48/apps/amsn.png" \
+		"$(CURDIR)/debian/amsn/usr/share/pixmaps/msn.png"
+	#manually copy the xpm file
+	cp -f "$(CURDIR)/debian/msn.xpm" \
+		"$(CURDIR)/debian/amsn/usr/share/pixmaps/amsn/amsn.xpm"
+	
+	# Changing some wrong permissions
+	# Permission 2755
+	chmod 2755 "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/voipcontrols/test.tcl" \
+        "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Oxygen/pixmapscroll/test.tcl" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/pixmapscroll/test.tcl"
+
+	# Permission 644
+	chmod 644 "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/default/pixmaps/notinlist_emblem_detailedview.png" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/default/pixmaps/plain_emblem_detailedview.png" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/default/pixmaps/away_emblem_detailedview.png" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/default/pixmaps/busy_emblem_detailedview.png" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/asyncresolver/libasyncresolver.so" \
+        "$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/SkinColor/plugininfo.xml" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/SpellCheck/lang/langlt" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/growl/styles/aMSNMac.growlStyle/Contents/Info.plist" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/growl/styles/aMSN.growlStyle/Contents/Info.plist" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/growl/styles/aMSN.growlStyle/Contents/Resources/default.css" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/SkinColor/skincolor.tcl" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/jake/plugininfo.xml" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/jake/stack.tcl" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/jake/cmdline.tcl" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/jake/jake.tcl" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/growl/styles/aMSNMac.growlStyle/Contents/Resources/default.css" \
+	"$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/jake/htmlparse.tcl"
+	find $(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Oxygen/ -name *.png -exec chmod 644 {} \;
+
+	# .so files go in /usr/lib
+	
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/webcamsn $(CURDIR)/debian/amsn/usr/lib/amsn/utils
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/amsn $(CURDIR)/debian/amsn/usr/share/amsn
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/amsn-remote $(CURDIR)/debian/amsn/usr/share/amsn
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/amsn-remote-CLI $(CURDIR)/debian/amsn/usr/share/amsn
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/TkCximage/*  $(CURDIR)/debian/amsn/usr/lib/amsn/utils/TkCximage
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/tcl_siren $(CURDIR)/debian/amsn/usr/lib/amsn/utils
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/asyncresolver $(CURDIR)/debian/amsn/usr/lib/amsn/utils
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/farsight $(CURDIR)/debian/amsn/usr/lib/amsn/utils
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/tclISF $(CURDIR)/debian/amsn/usr/lib/amsn/utils
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/gupnp $(CURDIR)/debian/amsn/usr/lib/amsn/utils
+ifeq ($(DEB_HOST_ARCH_OS),linux)
+	# The following is Linux-only, see the FOUND_OS detection in Makefile.in
+	mv $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/linux $(CURDIR)/debian/amsn/usr/lib/amsn/utils
+endif
+	rm -f $(CURDIR)/debian/amsn-data/usr/share/amsn/utils/tcl_siren/src/*.o
+	# Documentation files go in /usr/share/doc/amsn
+
+	cp -f $(CURDIR)/docs/* \
+	   $(CURDIR)/TODO \
+	   $(CURDIR)/FAQ \
+	   $(CURDIR)/HELP \
+	   $(CURDIR)/README \
+	   $(CURDIR)/CREDITS \
+	   $(CURDIR)/debian/amsn-data/usr/share/doc/amsn/
+	
+	# Delete redundant files
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/Tclxml/libTclxml3.1.so"
+	rm -rf "$(CURDIR)/debian/amsn-data/usr/share/applications"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/doc/amsn/README"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/doc/amsn/CREDITS"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/doc/amsn/TODO"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/AGREEMENT"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/CREDITS"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/TODO"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/FAQ"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/GNUGPL"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/HELP"
+	rm -f  "$(CURDIR)/debian/amsn-data/usr/share/amsn/INSTALL"
+	rm -rf  "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/TkCximage/"
+	rm -rf "$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/amsnplus/" #Erasing amsnplus/ directory
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/music/MusicWin/MusicWin.dsp"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/music/MusicWin/MusicWin.dsw"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/displaypic/Thumbs.db"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/pixmaps/Thumbs.db"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/pixmapscroll/horizontal/Thumbs.db"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/pixmapscroll/vertical/Thumbs.db"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/smileys/Thumbs.db"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/winicons/Thumbs.db"
+
+	# Move symlinks from amsn-data/usr/bin to amsn/usr/bin
+	mv debian/amsn-data/usr/bin debian/amsn/usr
+
+	# Move lang/convert.tcl and utils/pixmapscroll/test.tcl from amsn-data
+	# to amsn
+	mv "$(CURDIR)/debian/amsn-data/usr/share/amsn/lang/convert.tcl" \
+	   "$(CURDIR)/debian/amsn/usr/share/amsn/lang/"
+	mv "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/pixmapscroll/test.tcl" \
+	   "$(CURDIR)/debian/amsn/usr/share/amsn/utils/pixmapscroll"
+	
+	# Delete extra license files
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/base64/license.terms" \
+	      "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/http2.4/license.terms" \
+	      "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/log/license.terms"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/default/license"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/bwidget1.8.0/LICENSE.txt"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/plugins/SearchContact/pixmaps/license.txt"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/utils/http/license.terms"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Dark Matter 4.0/license"
+	rm -f "$(CURDIR)/debian/amsn-data/usr/share/amsn/skins/Oxygen/license"
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installmenu
+	dh_installman debian/amsn.1 debian/amsn-remote-CLI.1 debian/amsn-remote.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 
--- amsn-0.98.3.orig/debian/amsn-remote-CLI.1
+++ amsn-0.98.3/debian/amsn-remote-CLI.1
@@ -0,0 +1,95 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH AMSN-REMOTE-CLI 1 "April  17, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+amsn-remote-CLI \- program to connect to amsn remotely.
+.SH SYNOPSIS
+.B amsn-remote-CLI <OPTIONS>
+.SH DESCRIPTION
+This manual page documents briefly the
+.B amsn-remote-CLI
+and
+its
+commands.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBamsn-remote-CLI\fP is a program that allows you to connect to amsn remotely.
+You can chat on the console using it.
+.SH OPTIONS
+A summary of allowed commands are included below.
+.TP
+\fBhelp\fP 
+Shows help on screen.
+.TP
+\fBlogout\fP
+Disconnects you from the currents session.
+.TP
+\fBconnect\fP
+Connects you to your account.
+.TP
+\fBonline\fP
+Shows you all online users and their states.
+.TP
+\fBstatus\fP
+Shows your current nick, personal message, state.
+.TP
+\fBgetstate\fP
+Shows you our online state.
+.TP
+\fBsetstate { state }\fP
+Sets your state : 
+Online/Away/Busy/NoActivity/BRB/OnPhone/Lunch/AppearOffline
+.TP
+\fBsetnick { nickname }\fP
+Allows you to change your nickname.
+.TP
+\fBmsg { user message }\fP
+Sends the message "message" to the user with the email "user".
+.TP
+\fBmsg { message }\fP
+Sends the message "message" to the user defined with the 
+command "chatto".
+.TP
+\fBchatto { user }\fP
+Let's you chat with the user "user" so you won't need to type it's email
+address everytime.
+.TP
+\fBendchat\fP
+Ends the chat with the user defined by the command "chatto".
+.TP
+\fBwhois { user }\fP
+Gives you the email address of the user depending on his nickname.
+.TP
+\fBwhatis { user }\fP
+Gives you the nickname of a user depending on his email address.
+.TP
+\fBquit\fP
+Ends the remote controlling session.
+.TP
+\fBamsn_close\fP
+Closes the amsn server.
+.TP
+Note : If you use only "testemail" for an email address, it will work as
+if you entered "testemail@hotmail.com"
+.SH SEE ALSO
+.BR http://amsn.sourceforge.net/ 
+.br
+.PP
+This manual page was written by Muammar El Khatib <muammarelkhatib@gmail.com>,
+for the Debian project (but may be used by others).
--- amsn-0.98.3.orig/debian/msn.xpm
+++ amsn-0.98.3/debian/msn.xpm
@@ -0,0 +1,491 @@
+/* XPM */
+static char * msn_xpm[] = {
+"32 32 456 2",
+"  	c None",
+". 	c #877754",
+"+ 	c #97845C",
+"@ 	c #98845D",
+"# 	c #917D57",
+"$ 	c #8B7855",
+"% 	c #837252",
+"& 	c #7A6C50",
+"* 	c #AC9970",
+"= 	c #B09C6F",
+"- 	c #A49065",
+"; 	c #98835B",
+"> 	c #958059",
+", 	c #927C53",
+"' 	c #8D774C",
+") 	c #8A7349",
+"! 	c #675635",
+"~ 	c #857547",
+"{ 	c #BAA77B",
+"] 	c #AC986C",
+"^ 	c #A08C62",
+"/ 	c #937D54",
+"( 	c #856C3F",
+"_ 	c #785D2A",
+": 	c #6F521C",
+"< 	c #4F3A13",
+"[ 	c #A58A4B",
+"} 	c #A8905B",
+"| 	c #9B8451",
+"1 	c #856C38",
+"2 	c #70531E",
+"3 	c #8E703E",
+"4 	c #CDAD84",
+"5 	c #EDD2B2",
+"6 	c #E5CBA8",
+"7 	c #6E5126",
+"8 	c #A88F51",
+"9 	c #957B3D",
+"0 	c #866B30",
+"a 	c #CEA675",
+"b 	c #E0B88A",
+"c 	c #F7D2AB",
+"d 	c #F6D6B2",
+"e 	c #F2D0AD",
+"f 	c #F9DFC6",
+"g 	c #BA9773",
+"h 	c #4A4A4A",
+"i 	c #525252",
+"j 	c #595858",
+"k 	c #515151",
+"l 	c #383838",
+"m 	c #7A683A",
+"n 	c #A68D50",
+"o 	c #92773A",
+"p 	c #96773F",
+"q 	c #F2C597",
+"r 	c #F2C99B",
+"s 	c #F2CAA1",
+"t 	c #D9A479",
+"u 	c #E7BE9B",
+"v 	c #D4A67D",
+"w 	c #595959",
+"x 	c #6F6F6E",
+"y 	c #6C6C6C",
+"z 	c #686868",
+"A 	c #656565",
+"B 	c #616161",
+"C 	c #5F5F5F",
+"D 	c #4A4948",
+"E 	c #887541",
+"F 	c #A28A4F",
+"G 	c #BA8F59",
+"H 	c #CAA06F",
+"I 	c #EEC192",
+"J 	c #F1C496",
+"K 	c #F3CCA3",
+"L 	c #F5D3AE",
+"M 	c #F7D8B6",
+"N 	c #F6D7B5",
+"O 	c #EDC299",
+"P 	c #444444",
+"Q 	c #5C5C5C",
+"R 	c #5B5B5B",
+"S 	c #5A5A5A",
+"T 	c #535252",
+"U 	c #806C3B",
+"V 	c #9E854B",
+"W 	c #A17943",
+"X 	c #E9B889",
+"Y 	c #ECBF92",
+"Z 	c #EEC091",
+"` 	c #F2C89C",
+" .	c #F4CEA6",
+"..	c #F2CDA7",
+"+.	c #DBA476",
+"@.	c #674E34",
+"#.	c #E6C9A9",
+"$.	c #E0C9B2",
+"%.	c #DAC3AA",
+"&.	c #D5BC9F",
+"*.	c #CEB293",
+"=.	c #A8927A",
+"-.	c #484848",
+";.	c #454545",
+">.	c #46423D",
+",.	c #6B5A31",
+"'.	c #9A8046",
+").	c #84682E",
+"!.	c #A97F4B",
+"~.	c #EAC095",
+"{.	c #EBBC8D",
+"].	c #EDC093",
+"^.	c #F1C79D",
+"/.	c #F4CEA5",
+"(.	c #F5D0A8",
+"_.	c #E0B486",
+":.	c #B18B66",
+"<.	c #FADFC0",
+"[.	c #FBE4CA",
+"}.	c #FAE0C1",
+"|.	c #F8D8B6",
+"1.	c #F4CB9E",
+"2.	c #635B53",
+"3.	c #4C423C",
+"4.	c #92783E",
+"5.	c #7F632A",
+"6.	c #71541F",
+"7.	c #E6B685",
+"8.	c #EABD8F",
+"9.	c #EBBA8B",
+"0.	c #EDBF92",
+"a.	c #F0C699",
+"b.	c #F1C699",
+"c.	c #D4A876",
+"d.	c #554118",
+"e.	c #CB976A",
+"f.	c #E3B58D",
+"g.	c #CA8B5D",
+"h.	c #D1976A",
+"i.	c #F2CEA9",
+"j.	c #F5CFA8",
+"k.	c #F2C89B",
+"l.	c #7D6E5F",
+"m.	c #4D4B48",
+"n.	c #473D37",
+"o.	c #70592A",
+"p.	c #7B5E26",
+"q.	c #D3A875",
+"r.	c #E8B78A",
+"s.	c #EABA8E",
+"t.	c #E9B98A",
+"u.	c #ECBE8F",
+"v.	c #F0C293",
+"w.	c #B38D53",
+"x.	c #5B451A",
+"y.	c #EEC398",
+"z.	c #F6D6B3",
+"A.	c #F8DBBB",
+"B.	c #F6D8B7",
+"C.	c #F3CBA2",
+"D.	c #F0C396",
+"E.	c #CFA983",
+"F.	c #C99B71",
+"G.	c #41342A",
+"H.	c #676550",
+"I.	c #77643D",
+"J.	c #BF9864",
+"K.	c #F6C793",
+"L.	c #EABA8A",
+"M.	c #E9B88A",
+"N.	c #DDAC7C",
+"O.	c #967B3D",
+"P.	c #4B3916",
+"Q.	c #D89F6F",
+"R.	c #F3CEA9",
+"S.	c #F7D6B3",
+"T.	c #F5D3AF",
+"U.	c #F2CDA6",
+"V.	c #F0C69A",
+"W.	c #ECBE91",
+"X.	c #B78960",
+"Y.	c #415B6D",
+"Z.	c #709CBB",
+"`.	c #77A2C0",
+" +	c #779FBA",
+".+	c #D8BA98",
+"++	c #F9CE9D",
+"@+	c #F9CE9C",
+"#+	c #F7CB99",
+"$+	c #9D9489",
+"%+	c #413B31",
+"&+	c #6D592C",
+"*+	c #E0B487",
+"=+	c #F4D0A9",
+"-+	c #F3CDA4",
+";+	c #F0C69D",
+">+	c #EBBE8F",
+",+	c #ECC197",
+"'+	c #E0AD7C",
+")+	c #82512E",
+"!+	c #567891",
+"~+	c #7AA4C1",
+"{+	c #85ABC6",
+"]+	c #8AAFC9",
+"^+	c #90B2CC",
+"/+	c #9BA9B3",
+"(+	c #F2C69A",
+"_+	c #FAD2A4",
+":+	c #F9D0A4",
+"<+	c #8EADBE",
+"[+	c #8BAFC9",
+"}+	c #5A7586",
+"|+	c #D2A67A",
+"1+	c #F3C89C",
+"2+	c #F1C89E",
+"3+	c #EEC498",
+"4+	c #EBBC8F",
+"5+	c #E9BC8D",
+"6+	c #E7B689",
+"7+	c #A97449",
+"8+	c #648CA8",
+"9+	c #84AAC6",
+"0+	c #8FB3CC",
+"a+	c #95B7CE",
+"b+	c #9BBBD1",
+"c+	c #A1BFD3",
+"d+	c #A1BED1",
+"e+	c #D8DADD",
+"f+	c #EACFB9",
+"g+	c #ECD8C6",
+"h+	c #99B5C8",
+"i+	c #A2BFD4",
+"j+	c #94B6CD",
+"k+	c #A67E58",
+"l+	c #EFC193",
+"m+	c #EDBE90",
+"n+	c #EABB8B",
+"o+	c #E9BA8E",
+"p+	c #F2C18E",
+"q+	c #B48154",
+"r+	c #4D6C82",
+"s+	c #7FA7C4",
+"t+	c #96B7CF",
+"u+	c #9EBCD2",
+"v+	c #A5C1D6",
+"w+	c #ABC5D8",
+"x+	c #B0C9DA",
+"y+	c #B5CCDD",
+"z+	c #B7CAD8",
+"A+	c #FFFFFF",
+"B+	c #F4F4F4",
+"C+	c #A9C0CE",
+"D+	c #AEC8DA",
+"E+	c #A6C2D6",
+"F+	c #5D798D",
+"G+	c #E8B787",
+"H+	c #E9B88B",
+"I+	c #F3C38F",
+"J+	c #F8CA96",
+"K+	c #8C8748",
+"L+	c #314916",
+"M+	c #6C97B6",
+"N+	c #94B6CE",
+"O+	c #A0BED3",
+"P+	c #A8C3D7",
+"Q+	c #B7CEDE",
+"R+	c #BDD2E1",
+"S+	c #C3D6E4",
+"T+	c #B9CDDA",
+"U+	c #F9FAFC",
+"V+	c #F5F5F5",
+"W+	c #B4C6D3",
+"X+	c #B6CDDD",
+"Y+	c #80A1B7",
+"Z+	c #543C28",
+"`+	c #B09059",
+" @	c #F3C491",
+".@	c #F9CD99",
+"+@	c #F9CD9B",
+"@@	c #E6C28E",
+"#@	c #5F8430",
+"$@	c #517A23",
+"%@	c #456B1A",
+"&@	c #729EBD",
+"*@	c #99B9D0",
+"=@	c #AAC4D8",
+"-@	c #B1CADB",
+";@	c #B9CFDF",
+">@	c #C0D4E2",
+",@	c #C6D8E5",
+"'@	c #CBDBE7",
+")@	c #D4DFE7",
+"!@	c #B5C7D2",
+"~@	c #B5CDDD",
+"{@	c #90B2CA",
+"]@	c #5C862E",
+"^@	c #769645",
+"/@	c #FAD1A3",
+"(@	c #F8CFA1",
+"_@	c #969F5D",
+":@	c #6F9942",
+"<@	c #6A933E",
+"[@	c #648B38",
+"}@	c #4F7924",
+"|@	c #2B4410",
+"1@	c #76A1C0",
+"2@	c #95B6CD",
+"3@	c #9CBBD2",
+"4@	c #A4C0D5",
+"5@	c #ABC5D9",
+"6@	c #B2CADC",
+"7@	c #B9CFDE",
+"8@	c #BED3E1",
+"9@	c #C1D5E3",
+"0@	c #B9CBD9",
+"a@	c #ACC0CE",
+"b@	c #ADC6D9",
+"c@	c #A5C2D5",
+"d@	c #84A7C1",
+"e@	c #68913A",
+"f@	c #7BA250",
+"g@	c #80A558",
+"h@	c #EACCB0",
+"i@	c #E7C0A2",
+"j@	c #D7CEB3",
+"k@	c #87AD5D",
+"l@	c #86AE5B",
+"m@	c #81A856",
+"n@	c #7BA051",
+"o@	c #74974C",
+"p@	c #5D8332",
+"q@	c #385914",
+"r@	c #78A2C1",
+"s@	c #93B5CD",
+"t@	c #9BBAD1",
+"u@	c #A1BFD4",
+"v@	c #A8C4D7",
+"w@	c #ADC7D9",
+"x@	c #B1C9DB",
+"y@	c #A1BBCF",
+"z@	c #EEEFF0",
+"A@	c #9DB7C9",
+"B@	c #9FBDD2",
+"C@	c #7EA0B7",
+"D@	c #355116",
+"E@	c #7EA355",
+"F@	c #8BB062",
+"G@	c #95B371",
+"H@	c #B1CA95",
+"I@	c #9EC573",
+"J@	c #9AC071",
+"K@	c #95BA6C",
+"L@	c #8FB267",
+"M@	c #87A960",
+"N@	c #7EA059",
+"O@	c #587F2D",
+"P@	c #29410F",
+"Q@	c #709DBD",
+"R@	c #7DA6C2",
+"S@	c #87ADC8",
+"T@	c #8EB2CA",
+"U@	c #95B6CE",
+"V@	c #9ABAD0",
+"W@	c #9EBDD2",
+"X@	c #A3B9C8",
+"Y@	c #7D9CB0",
+"Z@	c #536D7E",
+"`@	c #53782A",
+" #	c #8CAE66",
+".#	c #95B86F",
+"+#	c #A5BF88",
+"@#	c #FDFEFB",
+"##	c #A9CB83",
+"$#	c #B1D589",
+"%#	c #ACD085",
+"&#	c #A6C981",
+"*#	c #9EC07A",
+"=#	c #96B772",
+"-#	c #8CAC6A",
+";#	c #7B9C56",
+">#	c #446C19",
+",#	c #53748C",
+"'#	c #6388A1",
+")#	c #7196B1",
+"!#	c #7A9FB8",
+"~#	c #82A5BF",
+"{#	c #83A6BD",
+"]#	c #7B9CB2",
+"^#	c #6D8A9E",
+"/#	c #597182",
+"(#	c #658C3B",
+"_#	c #8DAE68",
+":#	c #96B971",
+"<#	c #A8C18F",
+"[#	c #D7E3C7",
+"}#	c #B7DC8E",
+"|#	c #BADF92",
+"1#	c #B4D88D",
+"2#	c #ADCF87",
+"3#	c #A5C67F",
+"4#	c #9BBC77",
+"5#	c #92B26E",
+"6#	c #87A765",
+"7#	c #4B751D",
+"8#	c #5E8633",
+"9#	c #84A75E",
+"0#	c #8EB266",
+"a#	c #9FBB82",
+"b#	c #B1CD93",
+"c#	c #ADD781",
+"d#	c #B0D982",
+"e#	c #ABD37F",
+"f#	c #A4CB7A",
+"g#	c #9CC273",
+"h#	c #94B86C",
+"i#	c #8BAE65",
+"j#	c #82A45D",
+"k#	c #537C26",
+"l#	c #628936",
+"m#	c #7FA555",
+"n#	c #8DAD6A",
+"o#	c #F2F2F1",
+"p#	c #90B767",
+"q#	c #9BC66C",
+"r#	c #9EC96E",
+"s#	c #9CC76C",
+"t#	c #96C168",
+"u#	c #90B964",
+"v#	c #88AF5D",
+"w#	c #80A656",
+"x#	c #769C4F",
+"y#	c #577F2A",
+"z#	c #2F4A11",
+"A#	c #4C6D25",
+"B#	c #6F9547",
+"C#	c #AFC19A",
+"D#	c #81AD51",
+"E#	c #87B455",
+"F#	c #89B758",
+"G#	c #88B657",
+"H#	c #85B153",
+"I#	c #80AB50",
+"J#	c #79A34A",
+"K#	c #709A44",
+"L#	c #688F3D",
+"M#	c #4E7820",
+"N#	c #486229",
+"O#	c #527928",
+"P#	c #5F8B30",
+"Q#	c #6A9838",
+"R#	c #6E9E3B",
+"S#	c #6D9C39",
+"T#	c #679535",
+"U#	c #608D2E",
+"V#	c #558027",
+"W#	c #466B1C",
+"                                                                ",
+"                                                                ",
+"                                                                ",
+"              . + @ # $ % &                                     ",
+"            * = - ; > > , ' ) !                                 ",
+"          ~ { ] ^ / ( _ : : : <                                 ",
+"          [ } | 1 2 3 4 5 6 7                                   ",
+"          8 9 0 a b c d e f g           h i j k l               ",
+"        m n o p q r s t t u v       w x y z A B C D             ",
+"        E F G H I J K L M N O     P Q R S S C B Q T             ",
+"        U V W X Y Z `  .L ..+.    @.#.$.%.&.*.=.-.;.>.          ",
+"        ,.'.).!.~.{.].^./.(._.    :.<.[.}.|.c 1.2.P 3.          ",
+"          4.5.6.7.8.9.0.a.b.c.d.  e.f.g.h.i.j.k.l.m.n.          ",
+"          o.p.: q.r.s.t.u.v.w.x.  y.z.A.B.L C.D.E.F.G.          ",
+"            H.I.J.K.L.M.X N.O.P.  Q.R.S.T.U.V.W.L.X.            ",
+"        Y.Z.`. +.+++@+#+$+%+&+    *+ .=+-+;+>+,+'+)+            ",
+"      !+~+{+]+^+/+(+_+:+<+[+}+    |+1+2+3+4+5+6+7+              ",
+"    8+9+0+a+b+c+d+e+f+g+h+i+j+    k+l+m+n+t.o+p+q+              ",
+"  r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+    G+t.M.H+I+J+K+L+            ",
+"  M+N+O+P+x+Q+R+S+T+U+V+W+X+D+Y+    Z+`+ @.@+@@@#@$@%@          ",
+"  &@*@i+=@-@;@>@,@'@)@V+!@~@D+{@    ]@^@/@/@(@_@:@<@[@}@|@      ",
+"  1@2@3@4@5@6@7@8@9@0@B+a@b@c@d@  e@f@g@h@i@j@k@l@m@n@o@p@q@    ",
+"r+r@[+s@t@u@v@w@x@6@y@z@A@B@C@  D@E@F@G@B+A+H@I@J@K@L@M@N@O@P@  ",
+"  Q@R@S@T@U@V@W@u@i+B@X@Y@Z@    `@ #.#+#V+@###$#%#&#*#=#-#;#>#  ",
+"    ,#'#)#!#~#{#]#^#/#          (#_#:#<#V+[#}#|#1#2#3#4#5#6#7#  ",
+"                                8#9#0#a#B+b#c#d#e#f#g#h#i#j#k#  ",
+"                                  l#m#n#o#p#q#r#s#t#u#v#w#x#y#z#",
+"                                    A#B#C#D#E#F#G#H#I#J#K#L#M#  ",
+"                                        N#O#P#Q#R#S#T#U#V#W#    ",
+"                                                                ",
+"                                                                ",
+"                                                                "};
--- amsn-0.98.3.orig/debian/amsn-data.preinst
+++ amsn-0.98.3/debian/amsn-data.preinst
@@ -0,0 +1,30 @@
+#!/bin/sh
+# preinst script for amsn
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <new-preinst> `install'
+#        * <new-preinst> `install' <old-version>
+#        * <new-preinst> `upgrade' <old-version>
+#        * <old-preinst> `abort-upgrade' <new-version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt "0.97.1-1"; then
+
+	# We really want to remove this file
+
+	rm -f /usr/share/amsn/socks.tcl
+	rm -f /usr/share/amsn/asmn-remote
+
+	    fi
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
--- amsn-0.98.3.orig/debian/messenger.xpm
+++ amsn-0.98.3/debian/messenger.xpm
@@ -0,0 +1,517 @@
+/* XPM */
+static char * messenger_xpm[] = {
+"28 38 476 2",
+"  	c None",
+". 	c #67583E",
+"+ 	c #63553D",
+"@ 	c #9F8E67",
+"# 	c #A59166",
+"$ 	c #99845B",
+"% 	c #958059",
+"& 	c #927E5A",
+"* 	c #867659",
+"= 	c #A0916B",
+"- 	c #B09D70",
+"; 	c #A28E63",
+"> 	c #97825A",
+", 	c #957F58",
+"' 	c #8E784E",
+") 	c #876F43",
+"! 	c #866D41",
+"~ 	c #735E37",
+"{ 	c #B3A073",
+"] 	c #AE9A6E",
+"^ 	c #A08B61",
+"/ 	c #927C53",
+"( 	c #816839",
+"_ 	c #775B28",
+": 	c #725520",
+"< 	c #70541F",
+"[ 	c #5C4419",
+"} 	c #857241",
+"| 	c #AB955E",
+"1 	c #A48E5E",
+"2 	c #8E7546",
+"3 	c #7B5F2C",
+"4 	c #8E703E",
+"5 	c #CAAE86",
+"6 	c #DFC3A1",
+"7 	c #8D7043",
+"8 	c #9E874D",
+"9 	c #9C8245",
+"0 	c #896D32",
+"a 	c #A2804C",
+"b 	c #BB9969",
+"c 	c #EFCEA8",
+"d 	c #F7D9B7",
+"e 	c #F9E0C3",
+"f 	c #DBBA96",
+"g 	c #454545",
+"h 	c #464646",
+"i 	c #A58D4F",
+"j 	c #987E42",
+"k 	c #8E7138",
+"l 	c #F1C597",
+"m 	c #F5CDA2",
+"n 	c #EDC39A",
+"o 	c #DDAA80",
+"p 	c #E1B58F",
+"q 	c #DAAD86",
+"r 	c #4B4B4B",
+"s 	c #616161",
+"t 	c #666666",
+"u 	c #626262",
+"v 	c #595959",
+"w 	c #A48B4D",
+"x 	c #A3854B",
+"y 	c #A6844D",
+"z 	c #F1C496",
+"A 	c #F3CA9F",
+"B 	c #F0C8A0",
+"C 	c #EABF99",
+"D 	c #EBC5A0",
+"E 	c #E4BC96",
+"F 	c #6C6C6C",
+"G 	c #6D6D6D",
+"H 	c #696969",
+"I 	c #656565",
+"J 	c #5F5F5F",
+"K 	c #4A4A49",
+"L 	c #A1884C",
+"M 	c #B48D56",
+"N 	c #D8AA7A",
+"O 	c #EEC192",
+"P 	c #F1C69A",
+"Q 	c #F4CEA6",
+"R 	c #F7D5B1",
+"S 	c #F6D6B3",
+"T 	c #E3B990",
+"U 	c #54524F",
+"V 	c #65625F",
+"W 	c #63615E",
+"X 	c #63605D",
+"Y 	c #666360",
+"Z 	c #666562",
+"` 	c #565656",
+" .	c #4A4A4A",
+"..	c #9E844A",
+"+.	c #9F7D45",
+"@.	c #E0B080",
+"#.	c #EDBE90",
+"$.	c #EFC194",
+"%.	c #F2CAA0",
+"&.	c #F5D1AA",
+"*.	c #F3CFAA",
+"=.	c #D5A477",
+"-.	c #AB8C6D",
+";.	c #E2CAAE",
+">.	c #DBC5AD",
+",.	c #D4BBA0",
+"'.	c #CDB193",
+").	c #AD967D",
+"!.	c #494848",
+"~.	c #474747",
+"{.	c #998046",
+"].	c #8C6F35",
+"^.	c #B48B57",
+"/.	c #EBBD90",
+"(.	c #ECBE8F",
+"_.	c #EFC498",
+":.	c #F2CBA2",
+"<.	c #F3CDA5",
+"[.	c #E5BE93",
+"}.	c #DFBC95",
+"|.	c #FAE1C4",
+"1.	c #FAE0C4",
+"2.	c #F9DAB7",
+"3.	c #F7D3AB",
+"4.	c #F2C89C",
+"5.	c #5A544E",
+"6.	c #484848",
+"7.	c #3B3B3B",
+"8.	c #8F763E",
+"9.	c #84692E",
+"0.	c #85632D",
+"a.	c #E9BA8C",
+"b.	c #EABB8C",
+"c.	c #F0C59A",
+"d.	c #F2C99E",
+"e.	c #E2BA8A",
+"f.	c #655126",
+"g.	c #D3A175",
+"h.	c #D7A277",
+"i.	c #D1986C",
+"j.	c #EAC19A",
+"k.	c #F6D1A9",
+"l.	c #F3C89B",
+"m.	c #716559",
+"n.	c #484847",
+"o.	c #715C2D",
+"p.	c #80642B",
+"q.	c #73561F",
+"r.	c #E9BA88",
+"s.	c #E9BA8D",
+"t.	c #EABA8B",
+"u.	c #EEC294",
+"v.	c #D2A875",
+"w.	c #6A5322",
+"x.	c #E7C29B",
+"y.	c #F2D0AD",
+"z.	c #EEC8A5",
+"A.	c #F4CEA5",
+"B.	c #F1C598",
+"C.	c #A58A70",
+"D.	c #84705D",
+"E.	c #6F5624",
+"F.	c #70531D",
+"G.	c #D4AA75",
+"H.	c #E9B98A",
+"I.	c #ECBD8E",
+"J.	c #B8945B",
+"K.	c #675122",
+"L.	c #E1B58B",
+"M.	c #F6D6B2",
+"N.	c #F7D7B4",
+"O.	c #F5D1AC",
+"P.	c #F2CA9F",
+"Q.	c #EFC193",
+"R.	c #E7B88A",
+"S.	c #AB815C",
+"T.	c #64787C",
+"U.	c #70766B",
+"V.	c #DBB27E",
+"W.	c #F6C795",
+"X.	c #EFC091",
+"Y.	c #E7B585",
+"Z.	c #CFA274",
+"`.	c #997D44",
+" +	c #5A471F",
+".+	c #DAAA7E",
+"++	c #F3CFA9",
+"@+	c #F5D2AD",
+"#+	c #F3CCA5",
+"$+	c #F0C599",
+"%+	c #EDBF91",
+"&+	c #E8B787",
+"*+	c #9D6F4A",
+"=+	c #6B92AE",
+"-+	c #7AA2C0",
+";+	c #7BA1BB",
+">+	c #CEB89C",
+",+	c #F9CE9E",
+"'+	c #F8CD9C",
+")+	c #CAB7A0",
+"!+	c #6C7171",
+"~+	c #63522D",
+"{+	c #E7BF95",
+"]+	c #F3CEA6",
+"^+	c #F0C79C",
+"/+	c #EBBE91",
+"(+	c #D69F6F",
+"_+	c #729AB7",
+":+	c #85ABC7",
+"<+	c #8CB0CA",
+"[+	c #92B4CD",
+"}+	c #A6AFB2",
+"|+	c #F1CBA2",
+"1+	c #FAD2A5",
+"2+	c #C5BDAF",
+"3+	c #92B3CB",
+"4+	c #6A879B",
+"5+	c #E7BE91",
+"6+	c #F1C89D",
+"7+	c #EFC59A",
+"8+	c #EDBF92",
+"9+	c #A5744C",
+"0+	c #6A91AC",
+"a+	c #88AEC8",
+"b+	c #93B5CD",
+"c+	c #9ABAD1",
+"d+	c #A0BED3",
+"e+	c #9FB9CB",
+"f+	c #DECBB8",
+"g+	c #F3D3B4",
+"h+	c #C2C2BF",
+"i+	c #A0BDD2",
+"j+	c #93B3CA",
+"k+	c #D6AC80",
+"l+	c #EFC294",
+"m+	c #ECBE90",
+"n+	c #EFC08E",
+"o+	c #B1835A",
+"p+	c #52738A",
+"q+	c #81A8C4",
+"r+	c #98B8CF",
+"s+	c #9FBED3",
+"t+	c #A7C2D6",
+"u+	c #ADC7D9",
+"v+	c #AEC7D8",
+"w+	c #D4DCE2",
+"x+	c #F7EEE8",
+"y+	c #C6CFD6",
+"z+	c #ABC5D7",
+"A+	c #A2BFD4",
+"B+	c #6A8598",
+"C+	c #AD8A66",
+"D+	c #EDBE8E",
+"E+	c #EAB98A",
+"F+	c #E8BA8D",
+"G+	c #EBBE8F",
+"H+	c #F6C793",
+"I+	c #9D804D",
+"J+	c #6E95B1",
+"K+	c #93B5CC",
+"L+	c #AAC5D8",
+"M+	c #B2CADB",
+"N+	c #B9CEDF",
+"O+	c #BFD3E1",
+"P+	c #C7D5E0",
+"Q+	c #FDFDFD",
+"R+	c #CDD5DB",
+"S+	c #B3CADB",
+"T+	c #ACC6D8",
+"U+	c #83A1B7",
+"V+	c #D4A679",
+"W+	c #E7B686",
+"X+	c #F7CB97",
+"Y+	c #667D2F",
+"Z+	c #3F6217",
+"`+	c #78A0BD",
+" @	c #9DBCD2",
+".@	c #A8C3D6",
+"+@	c #B0C9DA",
+"@@	c #B9CFDF",
+"#@	c #C1D4E2",
+"$@	c #C8D9E6",
+"%@	c #C7D7E3",
+"&@	c #F5F7F9",
+"*@	c #D0D6DB",
+"=@	c #B7CCDC",
+"-@	c #AFC8DA",
+";@	c #8FAEC5",
+">@	c #505A26",
+",@	c #C2B074",
+"'@	c #F9CF9F",
+")@	c #CCB87F",
+"!@	c #608933",
+"~@	c #5B832F",
+"{@	c #4B7121",
+"]@	c #517188",
+"^@	c #80A7C3",
+"/@	c #9CBBD1",
+"(@	c #A6C2D6",
+"_@	c #B7CDDE",
+":@	c #BED2E1",
+"<@	c #C5D8E4",
+"[@	c #C3D5E2",
+"}@	c #E5EBF0",
+"|@	c #CED5DA",
+"1@	c #B4CADB",
+"2@	c #ACC6D9",
+"3@	c #90B1C8",
+"4@	c #50722B",
+"5@	c #6E9642",
+"6@	c #BCB87C",
+"7@	c #F0CA9D",
+"8@	c #9DA863",
+"9@	c #759D49",
+"0@	c #6F9744",
+"a@	c #668C3C",
+"b@	c #4D7325",
+"c@	c #54758D",
+"d@	c #81A8C5",
+"e@	c #97B7CF",
+"f@	c #A9C4D7",
+"g@	c #B1C9DB",
+"h@	c #B7CEDE",
+"i@	c #B8CEDD",
+"j@	c #D9E3EA",
+"k@	c #C9D2D8",
+"l@	c #ACC5D7",
+"m@	c #A4C1D5",
+"n@	c #84A7BF",
+"o@	c #2C4213",
+"p@	c #709645",
+"q@	c #81A756",
+"r@	c #BABC8F",
+"s@	c #EDC6A4",
+"t@	c #DFCBAB",
+"u@	c #8EAF62",
+"v@	c #87AE5C",
+"w@	c #81A757",
+"x@	c #799E51",
+"y@	c #6C9044",
+"z@	c #476A1F",
+"A@	c #54768E",
+"B@	c #7EA7C3",
+"C@	c #8FB2CB",
+"D@	c #98B9D0",
+"E@	c #A1BED3",
+"F@	c #A8C3D7",
+"G@	c #AEC7D9",
+"H@	c #B2CADC",
+"I@	c #B0C9DB",
+"J@	c #B7CAD8",
+"K@	c #C1CCD5",
+"L@	c #8FAFC7",
+"M@	c #50697A",
+"N@	c #476528",
+"O@	c #81A658",
+"P@	c #8FB367",
+"Q@	c #C2CDB3",
+"R@	c #FAF6F2",
+"S@	c #CFDBBA",
+"T@	c #9BC171",
+"U@	c #98BE6F",
+"V@	c #92B669",
+"W@	c #8AAD63",
+"X@	c #80A25B",
+"Y@	c #63883C",
+"Z@	c #345214",
+"`@	c #54768D",
+" #	c #77A1BF",
+".#	c #84ABC6",
+"+#	c #8EB2CB",
+"@#	c #95B6CE",
+"##	c #A1BFD3",
+"$#	c #A3C0D5",
+"%#	c #99B5C9",
+"&#	c #ABBCC9",
+"*#	c #84A3BA",
+"=#	c #597386",
+"-#	c #618539",
+";#	c #8DB066",
+">#	c #99BB74",
+",#	c #CBD4C1",
+"'#	c #BFD6A5",
+")#	c #AED285",
+"!#	c #A8CC81",
+"~#	c #A1C37B",
+"{#	c #98BA73",
+"]#	c #8EAF6A",
+"^#	c #7B9C57",
+"/#	c #4C7123",
+"(#	c #5F859F",
+"_#	c #80A7C4",
+":#	c #89AEC8",
+"<#	c #94B5CD",
+"[#	c #8EAEC5",
+"}#	c #7B98AE",
+"|#	c #6C8291",
+"1#	c #698F40",
+"2#	c #91B36B",
+"3#	c #9CBE78",
+"4#	c #CED6C6",
+"5#	c #F4F7F0",
+"6#	c #BDD99D",
+"7#	c #B8DC90",
+"8#	c #B1D48B",
+"9#	c #A8CA83",
+"0#	c #9FC07A",
+"a#	c #94B571",
+"b#	c #87A765",
+"c#	c #577D2E",
+"d#	c #5E788B",
+"e#	c #607B8D",
+"f#	c #6A9040",
+"g#	c #8DB067",
+"h#	c #98BB73",
+"i#	c #CCD4C3",
+"j#	c #E4ECDA",
+"k#	c #B4D78C",
+"l#	c #B6DD8B",
+"m#	c #AED485",
+"n#	c #A6CA7E",
+"o#	c #9CBF76",
+"p#	c #92B46D",
+"q#	c #87A863",
+"r#	c #618637",
+"s#	c #345113",
+"t#	c #5F8535",
+"u#	c #81A659",
+"v#	c #8EB266",
+"w#	c #C6D0BA",
+"x#	c #D4E2C5",
+"y#	c #A3CC77",
+"z#	c #A9D37B",
+"A#	c #A4CD78",
+"B#	c #9DC572",
+"C#	c #94BA6B",
+"D#	c #8AAF62",
+"E#	c #80A35A",
+"F#	c #628838",
+"G#	c #365513",
+"H#	c #698F3E",
+"I#	c #7FA655",
+"J#	c #BCC9AD",
+"K#	c #AAC58C",
+"L#	c #95C166",
+"M#	c #99C569",
+"N#	c #97C166",
+"O#	c #91BB62",
+"P#	c #89B25C",
+"Q#	c #759B4C",
+"R#	c #5E8533",
+"S#	c #365614",
+"T#	c #A3B78D",
+"U#	c #87AC5F",
+"V#	c #86B254",
+"W#	c #87B556",
+"X#	c #87B455",
+"Y#	c #82AE52",
+"Z#	c #7BA64D",
+"`#	c #739C46",
+" $	c #69903D",
+".$	c #547D28",
+"+$	c #375714",
+"@$	c #5A7042",
+"#$	c #668F3A",
+"$$	c #719F3E",
+"%$	c #75A443",
+"&$	c #729F3F",
+"*$	c #6B9839",
+"=$	c #628E32",
+"-$	c #557F28",
+";$	c #416519",
+">$	c #3B591C",
+",$	c #4C6F24",
+"'$	c #4A6E22",
+")$	c #41621D",
+"                                                        ",
+"                                                        ",
+"                                                        ",
+"                . +                                     ",
+"            @ # $ % % & *                               ",
+"          = - ; > , ' ) ! ~                             ",
+"          { ] ^ / ( _ : < [                             ",
+"        } | 1 2 3 4 5 6 7                               ",
+"        8 9 0 a b c d e f             g h               ",
+"        i j k l m n o p q       r s t t u v             ",
+"        w x y z A B C D E     v F G H I u J K           ",
+"        L M N O P Q R S T     U V W X Y Z `  .          ",
+"        ..+.@.#.$.%.&.*.=.    -.;.>.,.'.).!.~.          ",
+"        {.].^./.(._.:.<.[.    }.|.1.2.3.4.5.6.7.        ",
+"        8.9.0.a.b.#.c.d.e.f.  g.h.i.j.k.l.m.n.          ",
+"        o.p.q.r.s.t.(.u.v.w.  x.y.z.*.A.B.C.D.          ",
+"          E.F.G.(.s.H.I.J.K.  L.M.N.O.P.Q.R.S.          ",
+"          T.U.V.W.X.Y.Z.`. +  .+++@+#+$+%+&+*+          ",
+"        =+-+;+>+,+'+)+!+~+    {+]+<.^+%+/+(+            ",
+"      _+:+<+[+}+|+1+2+3+4+    5+6+7+8+b.a.9+            ",
+"    0+a+b+c+d+e+f+g+h+i+j+    k+l+m+t.s.n+o+            ",
+"  p+q+r+s+t+u+v+w+x+y+z+A+B+  C+D+E+F+G+H+I+            ",
+"  J+K+A+L+M+N+O+P+Q+R+S+T+U+    V+W+D+W.X+Y+Z+          ",
+"  `+ @.@+@@@#@$@%@&@*@=@-@;@    >@,@'@'@)@!@~@{@        ",
+"]@^@/@(@-@_@:@<@[@}@|@1@2@3@  4@5@6@1+7@8@9@0@a@b@      ",
+"c@d@e@d+f@g@h@:@i@j@k@l@m@n@o@p@q@r@s@t@u@v@w@x@y@z@    ",
+"A@B@C@D@E@F@G@H@I@J@K@i+L@M@N@O@P@Q@R@S@T@U@V@W@X@Y@Z@  ",
+"`@ #.#+#@#/@##$#$#%#&#*#=#  -#;#>#,#Q+'#)#!#~#{#]#^#/#  ",
+"  (#_+_#:#C@b+<#[#}#|#      1#2#3#4#5#6#7#8#9#0#a#b#c#  ",
+"          d#e#              f#g#h#i#j#k#l#m#n#o#p#q#r#s#",
+"                            t#u#v#w#x#y#z#A#B#C#D#E#F#G#",
+"                              H#I#J#K#L#M#N#O#P#I#Q#R#S#",
+"                                F#T#U#V#W#X#Y#Z#`# $.$+$",
+"                                  @$#$$$%$%$&$*$=$-$;$  ",
+"                                        >$,$'$)$        ",
+"                                                        ",
+"                                                        ",
+"                                                        "};
--- amsn-0.98.3.orig/debian/dirs
+++ amsn-0.98.3/debian/dirs
@@ -0,0 +1,4 @@
+usr/bin
+usr/share/amsn
+usr/share/pixmaps
+usr/share/applications
\ No newline at end of file
--- amsn-0.98.3.orig/debian/amsn.menu
+++ amsn-0.98.3/debian/amsn.menu
@@ -0,0 +1,3 @@
+?package(amsn):needs="x11" section="Applications/Network/Communication" \
+  title="aMSN" command="/usr/bin/amsn" \
+  icon="/usr/share/pixmaps/amsn/amsn.xpm"
--- amsn-0.98.3.orig/debian/amsn.dirs
+++ amsn-0.98.3/debian/amsn.dirs
@@ -0,0 +1,8 @@
+usr/
+usr/lib/amsn/utils/TkCximage
+usr/share/applications
+usr/share/amsn
+usr/share/pixmaps
+usr/share/pixmaps/amsn
+usr/share/amsn/lang
+usr/share/amsn/utils/pixmapscroll
--- amsn-0.98.3.orig/debian/control
+++ amsn-0.98.3/debian/control
@@ -0,0 +1,27 @@
+Source: amsn
+Section: x11
+Priority: optional
+Maintainer: Muammar El Khatib <muammarelkhatib@gmail.com>
+Build-Depends: debhelper (>= 6), tcl8.5-dev, tk8.5-dev, dpatch, libpng12-dev, libjpeg62-dev, libnice-dev, libgstreamer-plugins-base0.10-dev, libgstfarsight0.10-dev (>= 0.0.9), libv4l-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libgupnp-1.0-dev, libgupnp-igd-1.0-dev
+Standards-Version: 3.8.4
+Homepage: http://amsn.sourceforge.net/
+
+Package: amsn
+Architecture: any
+Depends: ${shlibs:Depends}, amsn-data (= ${source:Version}), tk8.5, tcl-tls, libsnack2-alsa | libsnack2, ${misc:Depends}
+Suggests: iceweasel | iceape | galeon | konqueror | arora, sox, docker, tclsh
+Replaces: amsn-data	
+Conflicts: amsn-data (<= 0.9.7.1~debian-1)
+Description: An MSN messenger written in Tcl
+ A very nice MSN compatible messenger application. Works pretty much like its
+ Windows based counterpart. Perfect for keeping in touch with those friends
+ who have not yet seen the light.
+
+Package: amsn-data
+Architecture: all
+Depends: ${shlibs:Depends}, python, tk8.5, ${misc:Depends}
+Replaces: amsn (<< 0.97.2~debian-1)
+Description: Data files for aMSN
+ This package contains architecture-independent supporting data files required 
+ for use with aMSN such as documentation, icons, translations, plugins, skins
+ and sounds.
--- amsn-0.98.3.orig/debian/README.source
+++ amsn-0.98.3/debian/README.source
@@ -0,0 +1,17 @@
+Tarball:
+=======
+The tarball was generated by purging the files named below:
+
+ a) debian/ (reason: files are very outdated)
+ b) skins/default/winicons/ (reason: possible undistributable)
+ c) skins/default/license (reason: duplicate license)
+ d) utils/BWidget-1.9.0/LICENSE.txt (reason: duplicate license)
+
+
+dpatch:
+======
+The source package itself uses a mixture of dpatch and .diff.gz for the
+modifications of the upstream source. If you want to change something it is
+best to use the dpatch approach as documented in
+
+ /usr/share/doc/dpatch/README.source.gz
--- amsn-0.98.3.orig/debian/changelog
+++ amsn-0.98.3/debian/changelog
@@ -0,0 +1,587 @@
+amsn (0.98.3-2) unstable; urgency=low
+
+  * debian/patches/06_recognize_kfreebsd.patch.dpatch
+    + Added. Make configure recognize kFreeBSD as a BSD
+  * debian/rules
+    + Only special case the bits that are actually linux only
+    + Don't build-depend on libv4l-dev on GNU/KFreeBSD (Closes: #583187)
+  * Thanks to Sjoerd Simons for providing the patch that fixed this problem. 
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Sat, 12 Jun 2010 15:42:08 -0430
+
+amsn (0.98.3-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Thu, 18 Mar 2010 23:03:36 -0430
+
+amsn (0.98.1-2) unstable; urgency=low
+
+  * Bump Standards-Version to 3.8.4. No changes were needed. 
+  * debian/control: ${misc:Depends} was added to the field Depends of amsn and
+    amsn-data.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Tue, 23 Feb 2010 15:50:46 -0430
+
+amsn (0.98.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Error caused when chat windows was opened has been fixed in this new 
+    upstream release. (Closes: #543977, #550490, #553367, #493766)
+  * debian/control: amsn now depends on libsnack2-alsa | libsnack2 instead of
+    just libsnack2-alsa so that users may be able to use the OSS output. 
+    (Closes: #552145) 
+  * aMSN is able to send offline messages again. (Closes: #550643)
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Tue, 03 Nov 2009 22:47:59 -0430
+
+amsn (0.98-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #545968)
+  * Bump Standards-Version to 3.8.3 
+  * debian/control: libgupnp-igd-1.0-dev has been added in the Build-Depends
+    field for controling UPnP Internet Gateway Devices port mapping.
+  * debian/README.Debian-source was renamed to debian/README.source and
+    information about dpatch has been added in order to comply with Debian
+    Policy Manual 4.14.
+  * debian/control: gstreamer0.10-alsa has been added as a dependency of aMSN.
+    (Closes: #545738)
+  * In this version "appear offline" state can be selected from the tray icon.
+    (Closes: #511268)
+  * Start Video call botton label is now showed correctly in chat window. 
+    (Closes: #541657)
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Thu, 03 Sep 2009 22:58:41 -0430
+
+amsn (0.98~svn11402-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * debian/control: some packages have been added in the Build-Depends field in
+    order to make aMSN able to support Video and Voice calls: libnice-dev, 
+    libv4l-dev, libgupnp-1.0-dev, libgupnp-igd, libgstfarsight0.10-dev and
+    libgstreamer-plugins-base0.10-dev.
+  * debian/patches: the next patches are no longer required:
+    - 04_settingoff_autoupdate.dpatch.old  
+    - 05_changing_sxml.dpatch.old  
+    - 06_TkCximage.dpatch.old  
+    - 07_autoupdate.dpatch.old  
+    - 08_proxy.dpatch.old
+    They have been removed from debian/patches directory. Most of the changes 
+    implemented by those patches are now included by upstream in the aMSN source
+    code. 
+  * debian/watch: the file has been fixed in this revision and now it is able
+    to look for the correct versions of the package. Problem was caused because
+    upstream is now shipping the tarball in the form *.tar.bz2 instead of 
+    *.tar.gz.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Sun, 26 Jul 2009 20:36:04 -0430
+
+amsn (0.97.2~debian-3) unstable; urgency=low
+
+  * Bump Standards-Version to 3.8.2
+  * Long description for amsn-data package has been improved in this revision.
+  * No changes were needed in order to bump Standards-Version.
+  * Manual pages has been improved in this Debian revision.
+  * debian/rues: dh_desktop has been removed because is deprecated now. The 
+    setup it used to handle is now done with triggers. 
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Fri, 03 Jul 2009 20:59:30 -0430
+
+amsn (0.97.2~debian-2) unstable; urgency=low
+
+  * aMSN is now able to work with version 8.5.6 of tcl/tk8.5. 
+    (Closes: #517230, #460611)
+  * debian/control: Dependency on libsnack2 was changed to libsnack2-alsa 
+    instead. (Closes: #512262)
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Thu, 26 Feb 2009 11:21:32 -0430
+
+amsn (0.97.2~debian-1) unstable; urgency=low
+
+  * New upstream version.
+  * Typo in changelog from 0.97.1~debian-2 has been fixed in this revision. 
+    (Closes: #496972)
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Sat, 30 Aug 2008 20:18:07 -0430
+
+amsn (0.97.1~debian-2) unstable; urgency=low
+
+  * This revision should avoid a possible upgrade problem because of the fact 
+    aMSN package has been split in two parts. (Closes: #494209)
+  * New upstream version notification has been disabled in this revision. 
+    (Closes: #272741, #489015) 
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Sat, 16 Aug 2008 21:52:24 -0300
+
+amsn (0.97.1~debian-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #488850)
+  * Bump Standards-Version to 3.8.0
+  * The circular dependency has been erased in this revision of aMSN.
+    amsn-data does not depend on amsn anymore. (Closes: #478692)
+  * The problem caused by a missing Replaces in amsn-data package has
+    been fixed in this new revision. (Closes: #484302)
+  * aMSN depends on tcl-tls instead of tcltls. (Closes: #484206, #490762)
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Thu, 10 Jul 2008 22:27:25 -0430
+
+amsn (0.97-3) unstable; urgency=low
+
+  * Bug: 'amsn: replace/conflict' has been fixed in this revision.
+  (Closes: #476666)
+  * Added a new preinst script to remove unneeded files from amsn-data
+    package.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Fri, 18 Apr 2008 15:13:53 -0430
+
+amsn (0.97-2) unstable; urgency=low
+
+  * Bug: 'Please disable new version notification' has been fixed in this new
+    revision of aMSN (Closes: #272741). Thanks to Marco Rodrigues for
+    providing a patch.
+  * Data files have been moved to a new amsn-data package.
+  * debian/rules: dh_desktop was added. (Closes: #461800).
+  * Desktop file has been improved to follow new standars.
+  * A manpage for amsn-remote has been done.
+  * Added preinst script to remove unneeded files from amsn package that has 
+    been moved to amsn-data.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Wed, 02 Apr 2008 00:39:55 -0430
+
+amsn (0.97-1) unstable; urgency=low
+
+  * Bump Standards-Version to 3.7.3
+  * The package now Build-Depends on tcl/tk8.5.
+  * Webpage was moved from aMSN's description to control tag.
+  * Debian copyright file is valid UTF-8, now.
+  * New Upstream Version (Closes: #458355)
+  * aMSN is now compiled against tcl/tk8.5 (Closes: #458027)
+  * Bug 'unnecessary use of lintian overrides' is closed in this revision
+    (Closes: #458544)
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Mon, 31 Dec 2007 19:02:52 -0430
+
+amsn (0.97~rc1+dfsg1-5) unstable; urgency=low
+
+  * FTBFS under -rsudo systems has been fixed in this revision.
+    (Closes: #434983)
+  * Problems with amsn-remote and amsn-remote-CLI has been fixed.
+    (Closes: #436514)
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Sat, 28 Jul 2007 12:06:04 -0400
+
+amsn (0.97~rc1+dfsg1-4) unstable; urgency=low
+
+  * FTBFS on alpha, mips and mipsel: Fixed in this revision.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Thu, 26 Jul 2007 18:01:42 -0400
+
+amsn (0.97~rc1+dfsg1-3) unstable; urgency=low
+
+  * The bug: "aMSN no longer docks" has been fixed. It was caused because some
+    libraries were missing under /usr/share/amsn/utils/linux/traydock.
+    (Closes: #434083) 
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Sat, 21 Jul 2007 10:30:33 -0400
+
+amsn (0.97~rc1+dfsg1-2) unstable; urgency=low
+
+  *  RC bug caused when aMSN failed to load TkCimage has been fixed in this
+     revision. Thanks to Fabiano Manoel de Andrade for reporting.  
+     (Closes: #433573)
+     
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Thu, 19 Jul 2007 19:31:02 -0400
+
+amsn (0.97~rc1+dfsg1-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/rules: Added rules to apply patches.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Tue, 19 Jun 2007 22:32:57 +0100
+
+amsn (0.96+dfsg1-2) unstable; urgency=low
+
+  * imlib11 was removed of Depends field in debian/control because it is
+    not used by amsn.
+  * manpages were corrected.
+  * Removed old debian/prerm.
+  * Removed Replaces on ccmsn.
+  * Moved sox and docker from Depends to Suggests.
+  * FTBFS caused for strip was fixed. (Closes: #422776)
+  * Thanks to Nelson de Oliveira.
+
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Wed, 09 May 2007 18:56:33 -0400
+
+amsn (0.96+dfsg1-1) unstable; urgency=low
+
+  * New Upstream Release (Closes: #418912, #396314, #412036)
+  * New maintainer. (Closes: #419896)
+  * Bump Standards-Version to 3.7.2 
+  * Package depending on multiple libpng versions libpng12-0 libpng12-0 has
+    been fixed.
+  * Description of the packaged was fixed, Homepage was added.
+  * Extra license files were removed.    
+  * a manpage to amsn-remote-CLI was made.
+  * The version of debhelper was changed to >> 5 instead of >> 4.0.0.
+  * File rules.2 was removed because it was not used.
+  * Commented lines into debian/rules were deleted since they were useless.
+  * Copyright file was corrected.
+  * Acknowledge NMUs (Closes: #378702, #383569, #397835, #401099, #411078) 
+  * FTBFS on GNU/kFreeBSD has been fixed. Thanks to Cyril Brulebois for the
+    patchs and for reporting. (Closes: 413852)
+  
+ -- Muammar El Khatib <muammarelkhatib@gmail.com>  Fri, 13 Apr 2007 19:32:50 -0400
+
+amsn (0.95+dfsg2-0.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * High urgency for fixing RC bug.
+  * Add precisions about license terms of all embedded code (Closes: #411078):
+     + files created from revision 8153 at
+     http://svn.sourceforge.net/viewvc/amsn/trunk/amsn/
+         - utils/Tclxml/LICENSE
+         - utils/base64/license.terms
+         - utils/bwidget1.8.0/LICENSE.txt
+         - utils/http2.4/license.terms
+         - utils/log/license.terms
+         - utils/tcldom/LICENSE
+         - utils/tclsoap1.6.7/LICENSE
+     + file created from
+     http://quicktimetcl.cvs.sourceforge.net/quicktimetcl/quicktimetcl/README?revision=1.6
+         - utils/macosx/QuickTimeTcl3.1/README
+
+ -- Mohammed Adnène Trojette <adn+deb@diwi.org>  Sat, 10 Mar 2007 00:50:56 +0100
+
+amsn (0.95+dfsg2-0.2) unstable; urgency=high
+
+  * Non-maintainer upload
+  * purge the file also from the unpacked tree, to make it disappear from
+    the debian diff.  Again closes: #401099.  Thanks to Filipus Klutiero
+    <philippe.cloutier.2@ulaval.ca> for his work on this issue.
+
+ -- Frank Küster <frank@debian.org>  Fri,  9 Feb 2007 17:46:43 +0100
+
+amsn (0.95+dfsg2-0.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * purge the file ctadverts.tcl as that is non-DFSG-free. Closes: #401099
+
+ -- Andreas Barth <aba@not.so.argh.org>  Mon,  4 Dec 2006 14:44:01 +0000
+
+amsn (0.95+dfsg1-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * purge the directory skins/default/winicons/ as that contains
+    probably undistributable files which we don't use anyways.
+    Closes: #397835
+
+ -- Andreas Barth <aba@not.so.argh.org>  Mon, 27 Nov 2006 15:03:45 +0100
+
+amsn (0.95-2.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix lack of dependencies on binary package.
+  * debian/control: added ${shlibs:Depends} for the amsn binary, thanks to
+    Christian Aichinger for the patch. (Closes: #383569)
+  * Added msn.xpm, converted from upstream's 32x32 msn.png icon.
+  * debian/rules: added a rule that installs amsn.xpm for the menu entry.
+  * debian/rules: fix dh_installman so that the manpage gets installed.
+    (Closes: #378702)
+  * Removed debian/substvars, since it's automatically generated by debhelper. 
+  * debian/rules: added extra rules so that .so files get installed in
+    /usr/lib and doc files get installed in /usr/share/doc
+  * Added debian/links so that .so files get symlinked into /usr/share, else
+    the program does not work.
+
+ -- Margarita Manterola <marga@debian.org>  Sat,  9 Sep 2006 16:17:51 -0300
+
+amsn (0.95-2) unstable; urgency=low
+
+  * Fixed tcl/tk dependency problem.
+  * Fixed lack of menu file in /usr/share/menu (closes: #350632).
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Mon,  6 Feb 2006 13:21:54 +0200
+
+amsn (0.95-1) unstable; urgency=low
+
+  * New Upstream Release (closes: #345052, #278575).
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Wed,  4 Jan 2006 15:26:02 +0200
+
+amsn (0.94-3) unstable; urgency=low
+
+  * Fixed Empty Chatboxes popup (closes: #333307).
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Sat, 29 Oct 2005 20:51:16 +0300
+
+amsn (0.94-2) unstable; urgency=low
+
+  * Built against libpng12-0 and imlib11 (closes: #328337).
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Sat, 17 Sep 2005 16:13:18 +0300
+
+amsn (0.94-1) unstable; urgency=low
+
+  * New Upstream Release (closes: #280047)
+  * Closing a bug that has been fixed some time ago (has to do with play
+    volume) (closes: #246221).
+  * amsn.desktop file problem has been fixed (closes: #270943).
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Thu, 18 Nov 2004 10:42:22 +0200
+
+amsn (0.93-2) unstable; urgency=low
+
+  * Added amsn.desktop to /usr/share/applications (closes: #270943). 
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Mon, 20 Sep 2004 23:36:48 +0300
+
+amsn (0.93-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Sat, 28 Aug 2004 19:26:41 +0300
+
+amsn (0.92-1) unstable; urgency=low
+
+  * New upstream release (closes: #251966, #252413).
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Tue,  1 Jun 2004 17:42:44 +0300
+
+amsn (0.91-2) unstable; urgency=low
+
+  * Added missing CREDITS file in /usr/share/amsn, (closes: #249513).
+
+ -- Theodore Karkoulis <bilbo@debian.org>  Wed, 19 May 2004 10:56:23 +0300
+
+amsn (0.91-1) unstable; urgency=low
+
+  * New upsteam version. (closes: #248359, #248410).
+ -- Theodore Karkoulis <bilbo@debian.org>  Sun,  2 May 2004 20:09:43 +0300
+
+amsn (0.90-4) unstable; urgency=low
+
+  * New Maintainer (closes: #230529). 
+  * Added suggested package imagemagick (closes: #234032).
+ -- Theodore Karkoulis <bilbo@debian.org>  Wed, 10 Mar 2004 12:23:20 +0200
+
+amsn (0.90-3) unstable; urgency=low
+
+  * Make build-dep in imlib versioned to fix build errors on various
+    platforms.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Fri, 20 Feb 2004 14:45:25 +0000
+
+amsn (0.90-2) unstable; urgency=low
+
+  * Include the contents of skins/Tux instead of only the directory 
+    structure.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Thu, 19 Feb 2004 18:34:31 +0000
+
+amsn (0.90-1) unstable; urgency=low
+
+  * New upstream release
+  * Back out 03_windowclasses.dpatch, which is included upstream.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Wed, 18 Feb 2004 14:26:11 +0000
+
+amsn (0.83-3) unstable; urgency=low
+
+  * Include 03_windowclasses.dpatch again, thanks to Jon Dowland
+    - Closes: Bug#220414
+
+ -- Søren Boll Overgaard <boll@debian.org>  Thu,  1 Jan 2004 12:15:14 +0000
+
+amsn (0.83-2) unstable; urgency=low
+
+  * Recode debian/control and debian/changelog in utf8.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Tue, 25 Nov 2003 22:30:06 +0000
+
+amsn (0.83-1) unstable; urgency=low
+
+  * New upstream release
+    - Support the new protocol MSNP9 (Closes: Bug#207865, Bug#216223).
+  * Back out 03_windowclasses.dpatch
+  * Introduce 04_fix_libtray_path.dpatch to work around missing installation 
+    system.
+  * Be a little less specific about the version of tcl needed.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Thu, 16 Oct 2003 21:09:27 +0000
+
+amsn (0.82-3) unstable; urgency=low
+
+  * Encode debian/control and debian/changelog in utf8
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sun, 14 Sep 2003 11:17:41 +0000
+
+amsn (0.82-2) unstable; urgency=low
+
+  * Apply patch by Jon Dowland to give classes to Amsn windows
+    (Closes: Bug#208057)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sun, 14 Sep 2003 11:12:35 +0000
+
+amsn (0.82-1) unstable; urgency=low
+
+  * New upstream release (Closes: Bug#208013)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Wed, 10 Sep 2003 11:49:29 +0000
+
+amsn (0.81-1) unstable; urgency=low
+
+  * New upstream release.
+  * Back out patch 01_brokenfix, since it it is in upstream sources.
+  * debian/rules:
+    - Make build stop failing if there is no clean target in traydock
+
+
+ -- Søren Boll Overgaard <boll@debian.org>  Tue,  5 Aug 2003 10:16:44 +0000
+
+amsn (0.80-9) unstable; urgency=low
+
+  * dpatch:
+    - Apply 02_sensible_browser to use sensible-browser instead of mozilla
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sat, 26 Jul 2003 13:54:01 +0000
+
+amsn (0.80-8) unstable; urgency=low
+
+  * debian/control:
+    - amsn is written in tcl, not python, so fix dependencies accordingly
+      (closes: Bug#200609)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Wed,  9 Jul 2003 14:02:19 +0000
+
+amsn (0.80-7) unstable; urgency=low
+
+  * debian/control
+    - depend on libpng10-0 and docker (closes: Bug#197340)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Mon,  7 Jul 2003 12:40:45 +0000
+
+amsn (0.80-6) unstable; urgency=low
+
+  * debian/control:
+    - depend on tk8.4 (closes: Bug#199108)
+  * debian/rules
+    - fix broken symlink to libtray.so (closes: Bug#198330)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Mon,  7 Jul 2003 11:58:22 +0000
+
+amsn (0.80-5) unstable; urgency=low
+
+  * debian/rules:
+    - Add calls to unpatch and patch-stamp
+  * debian/patches
+    - Add 01_brokenfix.dpatch (closes: Bug#199409)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sun,  6 Jul 2003 21:19:51 +0000
+
+amsn (0.80-4) unstable; urgency=low
+
+  * debian/rules:
+    - Include hotmlog.htm in the package (Closes: Bug#196596).
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sun,  8 Jun 2003 12:06:30 +0000
+
+amsn (0.80-3) unstable; urgency=low
+
+  * debian/rules:
+    - Make sure to clean the docking plugin, so we don't retain the i386 one.
+      (closes: Bug#196223)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Thu,  5 Jun 2003 17:57:51 +0000
+
+amsn (0.80-2) unstable; urgency=low
+
+  * Fix build-failure due to erronous ldd-call.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Wed,  4 Jun 2003 15:38:20 +0000
+
+amsn (0.80-1) unstable; urgency=low
+
+  * New upstream release.
+  * Includes "plugins" for docking in Kde and Gnome
+  * Completely rewrite debian/rules since upstream no longer includes a
+    Makefile
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sun, 25 May 2003 17:27:32 +0000
+
+amsn (0.71-4) unstable; urgency=low
+
+  * Fix spelling error in amsn.menu (Closes: Bug#189411)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Tue, 22 Apr 2003 16:48:06 +0000
+
+amsn (0.71-3) unstable; urgency=low
+
+  * Support tk8.4 (closes: Bug#	177461)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Mon, 20 Jan 2003 09:37:20 +0000
+
+amsn (0.71-2) unstable; urgency=low
+
+  * Include various docs introduced in new upstream version.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Mon,  9 Dec 2002 23:06:09 +0000
+
+amsn (0.71-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Søren Boll Overgaard <boll@debian.org>  Mon,  9 Dec 2002 22:57:33 +0000
+
+amsn (0.70-2) unstable; urgency=low
+
+  * Use sensible-browser as the default browser, instead of mozilla.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Mon,  9 Dec 2002 22:38:34 +0000
+
+amsn (0.70-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Søren Boll Overgaard <boll@debian.org>  Tue, 26 Nov 2002 13:20:16 +0000
+
+amsn (0.61-6) unstable; urgency=low
+
+  * Force the use of wish8.3, since tkDarken is unavailable in wish8.4.
+    (closes: Bug#166235, Bug#166238)
+
+ -- Søren Boll Overgaard <boll@debian.org>  Fri, 25 Oct 2002 20:14:04 +0200
+
+amsn (0.61-5) unstable; urgency=low
+
+  * Add entry to the Debian menu (closes: Bug#166164).
+
+ -- Søren Boll Overgaard <boll@debian.org>  Thu, 24 Oct 2002 19:19:40 +0200
+
+amsn (0.61-4) unstable; urgency=low
+
+  * Don't make /usr/doc link.
+  * Standards version 3.5.7
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sun, 20 Oct 2002 13:29:01 +0200
+
+amsn (0.61-3) unstable; urgency=low
+
+  * Add dependency on sox to make sounds work.
+  * Add Suggests: mozilla since it is the default browser
+
+ -- Søren Boll Overgaard <boll@debian.org>  Thu, 10 Oct 2002 14:04:18 +0200
+
+amsn (0.61-2) unstable; urgency=low
+
+  * No need to build this for every architecture, so change arch. to all.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Mon, 23 Sep 2002 19:19:25 +0200
+
+amsn (0.61-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#154478).
+  * Added wrapper script to get paths right, when running amsn.
+  * Changed top level Makefile to install added stuff.
+  * Changed top level Makefile to not install devel stuff.
+
+ -- Søren Boll Overgaard <boll@debian.org>  Sat, 27 Jul 2002 13:49:50 +0200
+
--- amsn-0.98.3.orig/debian/amsn-data.links
+++ amsn-0.98.3/debian/amsn-data.links
@@ -0,0 +1,23 @@
+usr/lib/amsn/utils/tcl_siren/pkgIndex.tcl	usr/share/amsn/utils/tcl_siren/pkgIndex.tcl
+usr/lib/amsn/utils/tcl_siren/tcl_siren.so  	usr/share/amsn/utils/tcl_siren/tcl_siren.so
+usr/lib/amsn/utils/TkCximage/TkCximage.so	usr/share/amsn/utils/TkCximage/TkCximage.so
+usr/lib/amsn/utils/TkCximage/pkgIndex.tcl	usr/share/amsn/utils/TkCximage/pkgIndex.tcl
+usr/lib/amsn/utils/linux/capture/capture.so	usr/share/amsn/utils/linux/capture/capture.so
+usr/lib/amsn/utils/linux/capture/pkgIndex.tcl   usr/share/amsn/utils/linux/capture/pkgIndex.tcl
+usr/lib/amsn/utils/linux/capture/libng/plugins/conv-mjpeg.so	 usr/share/amsn/utils/linux/capture/libng/plugins/conv-mjpeg.so
+usr/lib/amsn/utils/linux/capture/libng/plugins/drv0-v4l2.so  usr/share/amsn/utils/linux/capture/libng/plugins/drv0-v4l2.so
+usr/lib/amsn/utils/linux/capture/libng/plugins/drv1-v4l.so  usr/share/amsn/utils/linux/capture/libng/plugins/drv1-v4l.so
+usr/lib/amsn/utils/linux/capture/libng/plugins/sn9c10x.so  usr/share/amsn/utils/linux/capture/libng/plugins/sn9c10x.so
+usr/lib/amsn/utils/linux/linflash/flash.so	usr/share/amsn/utils/linux/linflash/flash.so
+usr/lib/amsn/utils/linux/linflash/pkgIndex.tcl	usr/share/amsn/utils/linux/linflash/pkgIndex.tcl
+usr/lib/amsn/utils/linux/traydock/libtray.so 	usr/share/amsn/utils/linux/traydock/libtray.so
+usr/lib/amsn/utils/linux/traydock/pkgIndex.tcl  usr/share/amsn/utils/linux/traydock/pkgIndex.tcl
+usr/lib/amsn/utils/webcamsn/webcamsn.so		usr/share/amsn/utils/webcamsn/webcamsn.so
+usr/lib/amsn/utils/webcamsn/pkgIndex.tcl 	usr/share/amsn/utils/webcamsn/pkgIndex.tcl
+usr/lib/amsn/utils/asyncresolver/pkgIndex.tcl	usr/share/amsn/utils/asyncresolver/pkgIndex.tcl
+usr/lib/amsn/utils/asyncresolver/libasyncresolver.so	usr/share/amsn/utils/asyncresolver/libasyncresolver.so
+usr/lib/amsn/utils/farsight/pkgIndex.tcl	usr/share/amsn/utils/farsight/pkgIndex.tcl
+usr/lib/amsn/utils/farsight/tcl_farsight.so     usr/share/amsn/utils/farsight/tcl_farsight.so
+usr/lib/amsn/utils/tclISF/tclISF.so		usr/share/amsn/utils/tclISF/tclISF.so
+usr/lib/amsn/utils/tclISF/pkgIndex.tcl		usr/share/amsn/utils/tclISF/pkgIndex.tcl
+usr/lib/amsn/utils/gupnp/gupnp.so		usr/share/amsn/utils/gupnp/gupnp.so
--- amsn-0.98.3.orig/debian/amsn.1
+++ amsn-0.98.3/debian/amsn.1
@@ -0,0 +1,44 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH AMSN 1 "April  17, 2007"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+amsn \- An MSN messenger client written in Tcl
+.SH SYNOPSIS
+.B amsn
+.SH DESCRIPTION
+This manual page documents briefly the
+.B amsn 
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBamsn\fP is a program that enables you to communicate with other Microsoft
+Messenger users. It provides most of the same functionality that the original
+MSN client does, including real time chat, contact lists, file transfers and
+more.
+
+.SH OPTIONS
+.B amsn
+supports no commandline options. Everything is done via the GUI.
+
+.SH AUTHOR
+amsn was written by Alvaro J. Iradier Muro <airadier@users.sourceforge.net>
+and  Didimo E. Grimaldo T. <lordofscripts@users.sourceforge.net>
+.PP
+This manual page was written by Muammar El Khatib <muammarelkhatib@gmail.com>,
+for the Debian project (but may be used by others).
--- amsn-0.98.3.orig/debian/amsn.desktop
+++ amsn-0.98.3/debian/amsn.desktop
@@ -0,0 +1,22 @@
+[Desktop Entry]
+Name=aMSN
+Comment=MSN Messenger Clone
+Comment[ca]=Missatgeria instantà nia
+Comment[cs]=Instant Messenger
+Comment[de]=Instant Messenger
+Comment[en_CA]=Instant Messenger
+Comment[en_GB]=Instant Messenger
+Comment[el]=Κλώνος MSN
+Comment[es]=Mensajería instantánea
+Comment[nl]=Instant Messenger
+Comment[pt]=Mensagens Instantâneas
+Comment[pt_BR]=Mensagens Instantâneas
+Comment[sr]=Ð~^QÑ~^@зи глаÑ~^Aник
+Comment[sr@Latn]=Brzi glasnik
+Comment[sv]=Snabbmeddelandeprogram
+Exec=amsn
+Icon=amsn
+Terminal=false
+Type=Application
+Categories=Network;
+StartupNotify=false
--- amsn-0.98.3.orig/debian/watch
+++ amsn-0.98.3/debian/watch
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+opts="dversionmangle=s/\~debian//" \
+ http://sf.net/amsn/amsn-(.*)\.tar\.bz2
--- amsn-0.98.3.orig/debian/source/format
+++ amsn-0.98.3/debian/source/format
@@ -0,0 +1 @@
+1.0
--- amsn-0.98.3.orig/debian/patches/04_autoupdate.dpatch
+++ amsn-0.98.3/debian/patches/04_autoupdate.dpatch
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_autoupdate.dpatch by Stéphane Marguet (Stemp) <stempubuntu@gmail.com>
+##
+## DP: This is a patch for turning off autoupdate. This is done to avoid the
+## undesarible pop up when a new version of aMSN is avaible because we are the
+## ones packing the application to our users. 
+
+@DPATCH@
+diff -urNad amsn-0.98b-svn11364.old~/config.tcl amsn-0.98b-svn11364.old/config.tcl
+--- amsn-0.98b-svn11364.old/config.tcl	2009-07-06 19:34:30.000000000 +0200
++++ amsn-0.98b-svn11364/config.tcl	2009-07-22 14:15:19.000000000 +0200
+@@ -233,7 +233,7 @@
+ 		::config::setKey autoconnect 0			;#Automatically connect when amsn starts
+ 		::config::setKey libtls_temp ""			;#TLS
+ 		::config::setKey lineflushlog 1			;#Flush log files after each line
+-		::config::setKey autocheckver 1			;#Automatically check for newer versions on startup
++		::config::setKey autocheckver 0			;#Automatically check for newer versions on startup
+ 		::config::setKey truncatenames 1		;#Truncate nicknames longer than window width in windows' title
+ 		::config::setKey truncatenicks 0		;#Truncate nicknames longer than window width in chat windows
+ 		::config::setKey keepalive 1				;#Keep alive connection (ping every minute)
+@@ -244,7 +244,7 @@
+ 		::config::setKey start_ns_server "messenger.hotmail.com:1863"
+ 		::config::setKey default_gateway_server "gateway.messenger.hotmail.com"
+ 		::config::setKey start_gateway_server "gateway.messenger.hotmail.com"		
+-		::config::setKey activeautoupdate 1		;#Active the auto update
++		::config::setKey activeautoupdate 0		;#Active the auto update
+ 		::config::setKey allowbadwords 1		;#Disable censure on nicks
+ 		::config::setKey enablebanner 1		;#Show or Hide AMSN Banner (By default Show)
+ 		::config::setKey startontray 0		;#Start amsn on tray icon only (hide contact list)
--- amsn-0.98.3.orig/debian/patches/01_patching_amsn.dpatch
+++ amsn-0.98.3/debian/patches/01_patching_amsn.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_patching_amsn.dpatch by  <muammarelkhatib@gmail.com>
+##
+## DP: A patch to make amsn use wish8.5 in debian. This is done because
+## wish8.4 can exist in the system, too. 
+
+@DPATCH@
+
+--- amsn-0.97/amsn	2008-01-01 10:42:29.000000000 -0430
++++ amsn	2008-01-01 10:42:42.000000000 -0430
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # \
+-exec wish $0 $@
++exec wish8.5 $0 $@
+ 
+ ###
+ ###
--- amsn-0.98.3.orig/debian/patches/02_amsn_remote.dpatch
+++ amsn-0.98.3/debian/patches/02_amsn_remote.dpatch
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_amsn_remote.dpatch by  <muammarelkhatib@gmail.com>
+##
+## DP: A patch to change amsn-remote to make it use wish8.5 instead
+## of wish8.4 because both wish versions can exist in the same system.
+
+@DPATCH@
+
+--- amsn-0.97/amsn-remote	2008-07-03 15:44:05.000000000 -0430
++++ amsn-remote	2008-07-03 15:43:37.000000000 -0430
+@@ -1,9 +1,9 @@
+-#!/usr/bin/wish
++#!/usr/bin/wish8.5
+ ###
+ ### Remote controller program
+ ###
+ 
+-source amsncore.tcl
++source /usr/share/amsn/amsncore.tcl
+ 
+ set initialize_amsn 1
+ 
--- amsn-0.98.3.orig/debian/patches/05_checkupdate.dpatch
+++ amsn-0.98.3/debian/patches/05_checkupdate.dpatch
@@ -0,0 +1,92 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 05_checkupdate.dpatch by Stéphane Marguet (Stemp) <stempubuntu@gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove Check Update Option.
+
+@DPATCH@
+diff -urNad amsn-0.98b-svn11364.old~/login_screen.tcl amsn-0.98b-svn11364.old/login_screen.tcl
+--- amsn-0.98b-svn11364.old~/login_screen.tcl	2008-06-26 22:17:53.000000000 +0200
++++ amsn-0.98b-svn11364.old/login_screen.tcl	2009-07-22 16:25:00.000000000 +0200
+@@ -44,9 +44,6 @@
+ 	component service_status_link
+ 	component new_account_link
+ 
+-	component check_ver_icon
+-	component check_ver_text
+-
+ 	variable more_label
+ 
+ 	variable remember_me 0
+@@ -89,7 +86,6 @@
+ 		contentmanager add group login_screen main checkboxes auto_login -orient horizontal	-widget $self	-pady 2
+ 		contentmanager add group login_screen main login		-orient horizontal	-widget $self	-align center	-pady 8
+ 		contentmanager add group login_screen main links		-orient vertical	-pady 32	-widget $self	-align left
+-		contentmanager add group login_screen main check_ver		-orient horizontal	-pady 8		-widget $self	-align center
+ 		contentmanager add group login_screen main more			-orient horizontal	-pady 8		-widget $self	-align right
+ 
+ 		# Create widgets
+@@ -159,9 +155,6 @@
+ 		set service_status_link [$self create text 0 0 -anchor nw -text [trans msnstatus]]
+ 		# New account
+ 		set new_account_link [$self create text 0 0 -anchor nw -text [trans new_account]]
+-		# Check for newer amsn version
+-		set check_version_icon [$self create image 0 0 -anchor nw -image [::skin::loadPixmap download]]
+-		set check_version_text [$self create text 0 0 -anchor nw -text [trans checkver] -fill [::skin::getKey loginurlfg]]
+ 
+ 		set more_label [$self create text 0 0 -anchor nw -text [trans more]]
+ 
+@@ -194,8 +187,6 @@
+ 		contentmanager add element login_screen main links forgot_pass -widget $self -tag $forgot_pass_link -pady 2
+ 		contentmanager add element login_screen main links service_status -widget $self -tag $service_status_link -pady 2
+ 		contentmanager add element login_screen main links new_account -widget $self -tag $new_account_link -pady 2
+-		contentmanager add element login_screen main check_ver icon -widget $self -tag $check_version_icon -padx 4 -valign middle
+-		contentmanager add element login_screen main check_ver text -widget $self -tag $check_version_text -padx 4 -valign middle
+ 		contentmanager add element login_screen main more label	-widget $self	-tag $more_label
+ 
+ 		# Set font for canvas all text items
+@@ -241,7 +232,6 @@
+ 		$self CanvasTextToLink login_screen main links forgot_pass [list launch_browser "https://accountservices.passport.net/uiresetpw.srf?lc=1033"]
+ 		$self CanvasTextToLink login_screen main links service_status [list launch_browser "http://messenger.msn.com/Status.aspx"]
+ 		$self CanvasTextToLink login_screen main links new_account [list launch_browser "https://accountservices.passport.net/reg.srf?sl=1&lc=1033"]
+-		$self CanvasTextToLink login_screen main check_ver text "::autoupdate::check_version"
+ 
+ 		$self FillLoginFields
+ 
+@@ -455,7 +445,6 @@
+  		contentmanager show login_screen main checkboxes
+  		contentmanager show login_screen main login
+  		contentmanager show login_screen main links
+- 		contentmanager show login_screen main check_ver
+  		contentmanager show login_screen main more
+ 
+ 		# We sort to get the sizes of each element..
+@@ -470,7 +459,6 @@
+  		contentmanager hide login_screen main checkboxes
+  		contentmanager hide login_screen main login
+  		contentmanager hide login_screen main links
+- 		contentmanager hide login_screen main check_ver
+  		contentmanager show login_screen main more
+ 
+  		set max [winfo height $self]
+@@ -512,12 +500,8 @@
+ 					if { $current < $max } {
+ 						contentmanager show login_screen lang
+ 
+-						incr current [contentmanager height login_screen main check_ver]
+-						incr current [contentmanager cget login_screen main check_ver -pady]
+-						incr current [contentmanager cget login_screen main check_ver -pady]
+ 						
+ 						if { $current < $max } {
+-							contentmanager show login_screen main check_ver
+ 
+ 							if { [::config::getKey show_login_screen_links 1] } {
+ 								incr current [contentmanager height login_screen main links]
+@@ -565,7 +549,6 @@
+  		contentmanager show login_screen main checkboxes
+  		contentmanager show login_screen main login
+  		contentmanager show login_screen main links
+- 		contentmanager show login_screen main check_ver
+  		contentmanager show login_screen main more
+ 
+ 		# We sort to get the sizes of each element..
--- amsn-0.98.3.orig/debian/patches/06_recognize_kfreebsd.patch.dpatch
+++ amsn-0.98.3/debian/patches/06_recognize_kfreebsd.patch.dpatch
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 06_recognize_kfreebsd.patch.dpatch by  <sjoerd@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This patch changes the configure file to detect and recognize kfreebsd.
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' amsn-0.98.3~/configure amsn-0.98.3/configure
+--- amsn-0.98.3~/configure	2010-03-06 22:29:12.000000000 +0000
++++ amsn-0.98.3/configure	2010-06-08 02:17:18.385084460 +0100
+@@ -2255,7 +2255,7 @@
+ 	Linux)
+ 		FOUND_OS="linux"
+ 		;;
+-	OpenBSD | FreeBSD | NetBSD)
++	*BSD)
+ 		# *BSD has important stuff (from ports)
+ 		# in /usr/local ...
+ 		CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' amsn-0.98.3~/configure.ac amsn-0.98.3/configure.ac
+--- amsn-0.98.3~/configure.ac	2010-03-06 22:29:12.000000000 +0000
++++ amsn-0.98.3/configure.ac	2010-06-08 02:17:01.553086067 +0100
+@@ -48,7 +48,7 @@
+ 	Linux)
+ 		FOUND_OS="linux"
+ 		;;
+-	OpenBSD | FreeBSD | NetBSD)
++	*BSD)
+ 		# *BSD has important stuff (from ports)
+ 		# in /usr/local ...
+ 		CFLAGS="$CFLAGS -I/usr/local/include -L/usr/local/lib"
--- amsn-0.98.3.orig/debian/patches/00list
+++ amsn-0.98.3/debian/patches/00list
@@ -0,0 +1,6 @@
+01_patching_amsn
+02_amsn_remote
+03_amsn_remote-CLI
+04_autoupdate
+05_checkupdate
+06_recognize_kfreebsd.patch.dpatch
--- amsn-0.98.3.orig/debian/patches/03_amsn_remote-CLI.dpatch
+++ amsn-0.98.3/debian/patches/03_amsn_remote-CLI.dpatch
@@ -0,0 +1,33 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_amsn_remote-CLI.dpatch by  <muammarelkhatib@gmail.com>
+##
+## DP: A patch to change amsn-remote-CLI to make it use wish8.5 instead
+## of wish8.4 because both wish versions can exist in the same system.
+
+@DPATCH@
+
+--- amsn-0.97/amsn-remote-CLI	2008-07-03 15:51:01.000000000 -0430
++++ amsn-remote-CLI	2008-07-03 15:43:55.000000000 -0430
+@@ -1,11 +1,11 @@
+-#!/usr/bin/tclsh
++#!/usr/bin/wish8.5
+ ###
+ ### Remote controller program
+ ###
+ 
+ set initialize_amsn 1
+ 
+-source amsncore.tcl
++source /usr/share/amsn/amsncore.tcl
+ 
+ proc readsocket { } {
+ 	global sock
+@@ -229,7 +229,7 @@
+    }
+ }
+ 
+-source [file join $program_dir migmd5.tcl]
++source [file join $program_dir /usr/share/amsn/migmd5.tcl]
+ 
+ set sockDS 0
+