diff -urN meanwhile-1.0.1.orig/debian/changelog meanwhile-1.0.1/debian/changelog
--- meanwhile-1.0.1.orig/debian/changelog	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/changelog	2005-12-20 17:36:57.000000000 +0800
@@ -0,0 +1,99 @@
+meanwhile (1.0.1-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Jeremy Kerr <jk@ozlabs.org>  Wed,  20 Dec 2005 17:27:42 +0800
+
+meanwhile (1.0.0-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Jeremy Kerr <jk@ozlabs.org>  Wed,  14 Dec 2005 18:25:07 +1100
+
+meanwhile (0.4.2-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Wed,  1 Jun 2005 13:33:23 +0200
+
+meanwhile (0.4.1-2) unstable; urgency=low
+
+  * Added homepage to description. 
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Thu, 26 May 2005 00:51:28 +0200
+
+meanwhile (0.4.1-1) unstable; urgency=low
+
+  * New upstream version. 
+  * Added shlibs file.
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Sun, 22 May 2005 12:50:24 +0200
+
+meanwhile (0.4.0-2) unstable; urgency=low
+
+  * Initial upload to Debian (Closes: #254915)
+  * changed section of libmeanwhile-dev from devel to libdevel (Adeodato Simó)
+  * fixed typo in the short description of libmeanwhile-dev (Adeodato Simó)
+  * deleted /usr/bin and /usr/sbin from packages (Adeodato Simó & Matthieu
+    Verbert)
+  * fixed missing depend on libglib2.0-dev (Matthieu Verbert)
+  * README, AUTHORS and TODO are now installed in libmeanwhile0 documentation
+    dir (Adeodato Simó & Matthieu Verbert)
+  * reworked package description
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Sun, 20 Mar 2005 23:10:19 +0100
+
+meanwhile (0.4.0-1) unstable; urgency=low
+
+  * new upstream version
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Sat, 19 Mar 2005 15:08:29 +0100
+
+meanwhile (0.3-7) unstable; urgency=low
+
+  * patched source to fix AMD FTBFS (no bug report filed): upstream uses wrong
+    pointer-types (unsigned int) which are now replaced with gsize. 
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Mon, 14 Feb 2005 22:36:05 +0100
+
+meanwhile (0.3-6) unstable; urgency=low
+
+  * changed to standards version 3.6.1 (no changes)
+  * marked package as non-native 
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Mon, 14 Feb 2005 21:14:39 +0100
+
+meanwhile (0.3-5) unstable; urgency=low
+
+  * Changed name of library to reflect soname. 
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Mon, 14 Feb 2005 19:58:39 +0100
+
+meanwhile (0.3-4) unstable; urgency=low
+
+  * Clean-up of rules file 
+  * Commented out g_debug definition in src/mw_debug.h because of double
+    definition
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Mon, 14 Feb 2005 19:45:17 +0100
+
+meanwhile (0.3-3) unstable; urgency=low
+
+  * Added net section to source package 
+  * Created .diff
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Tue, 28 Sep 2004 15:48:27 +0200
+
+meanwhile (0.3-2) unstable; urgency=low
+
+  * Fix some dependencies problems
+  * Fix lintian warnings 
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Tue, 28 Sep 2004 13:02:33 +0200
+
+meanwhile (0.3-1) unstable; urgency=low
+
+  * Initial Release (Closes:#254915).
+
+ -- Chris Vanden Berghe <Chris@VandenBerghe.org>  Wed, 18 Aug 2004 00:16:20 +0200
+
diff -urN meanwhile-1.0.1.orig/debian/compat meanwhile-1.0.1/debian/compat
--- meanwhile-1.0.1.orig/debian/compat	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/compat	2005-12-20 17:36:23.000000000 +0800
@@ -0,0 +1 @@
+4
diff -urN meanwhile-1.0.1.orig/debian/control meanwhile-1.0.1/debian/control
--- meanwhile-1.0.1.orig/debian/control	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/control	2005-12-20 17:36:23.000000000 +0800
@@ -0,0 +1,30 @@
+Source: meanwhile
+Section: net
+Priority: optional
+Maintainer: Chris Vanden Berghe <Chris@VandenBerghe.org>
+Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev
+Standards-Version: 3.6.1
+
+Package: libmeanwhile-dev
+Section: libdevel
+Architecture: any
+Depends: libmeanwhile0 (= ${Source-Version}), libglib2.0-dev
+Description: development package for libmeanwhile0
+ This library provides the basic Lotus Sametime Community Client session
+ functionality along with the core services; Presence, Messaging, and
+ Conferencing.
+ .
+ This package contains development files of the libmeanwhile0 library.
+ .
+ Homepage: http://meanwhile.sourceforge.net/
+
+Package: libmeanwhile0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: open implementation of the Lotus Sametime Community Client protocol
+ This library provides the basic Lotus Sametime Community Client session
+ functionality along with the core services; Presence, Messaging, and
+ Conferencing.
+ .
+ Homepage: http://meanwhile.sourceforge.net/
diff -urN meanwhile-1.0.1.orig/debian/copyright meanwhile-1.0.1/debian/copyright
--- meanwhile-1.0.1.orig/debian/copyright	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/copyright	2005-12-20 17:36:23.000000000 +0800
@@ -0,0 +1,13 @@
+This package was debianized by Chris Vanden Berghe <Chris@VandenBerghe.org> on
+Wed, 18 Aug 2004 00:16:20 +0200.
+
+It was downloaded from http://meanwhile.sf.net
+
+Upstream Author: Christopher O'Brien <siege@preoccupied.net>
+
+This software is copyright by Christopher O'Brien.
+
+You are free to distribute this software under the terms of the GNU Lesser
+General Public License.  On Debian systems, the complete text of the GNU Lesser
+General Public License can be found in the file
+`/usr/share/common-licenses/LGPL'.
diff -urN meanwhile-1.0.1.orig/debian/libmeanwhile-dev.docs meanwhile-1.0.1/debian/libmeanwhile-dev.docs
--- meanwhile-1.0.1.orig/debian/libmeanwhile-dev.docs	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/libmeanwhile-dev.docs	2005-12-20 17:36:23.000000000 +0800
@@ -0,0 +1,3 @@
+README
+TODO
+AUTHORS
diff -urN meanwhile-1.0.1.orig/debian/libmeanwhile-dev.install meanwhile-1.0.1/debian/libmeanwhile-dev.install
--- meanwhile-1.0.1.orig/debian/libmeanwhile-dev.install	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/libmeanwhile-dev.install	2005-12-20 17:36:23.000000000 +0800
@@ -0,0 +1,5 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/lib/*.la
diff -urN meanwhile-1.0.1.orig/debian/libmeanwhile0.docs meanwhile-1.0.1/debian/libmeanwhile0.docs
--- meanwhile-1.0.1.orig/debian/libmeanwhile0.docs	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/libmeanwhile0.docs	2005-12-20 17:36:23.000000000 +0800
@@ -0,0 +1,3 @@
+README
+TODO
+AUTHORS
diff -urN meanwhile-1.0.1.orig/debian/libmeanwhile0.install meanwhile-1.0.1/debian/libmeanwhile0.install
--- meanwhile-1.0.1.orig/debian/libmeanwhile0.install	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/libmeanwhile0.install	2005-12-20 17:36:23.000000000 +0800
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff -urN meanwhile-1.0.1.orig/debian/rules meanwhile-1.0.1/debian/rules
--- meanwhile-1.0.1.orig/debian/rules	1970-01-01 08:00:00.000000000 +0800
+++ meanwhile-1.0.1/debian/rules	2005-12-20 17:37:32.000000000 +0800
@@ -0,0 +1,68 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+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
+CFLAGS += -O2
+
+version=`ls src/.libs/lib*.so.* | \
+ awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+major=`ls src/.libs/lib*.so.* | \
+ awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+config.status: configure
+	dh_testdir
+	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)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	-$(MAKE) distclean
+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
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_install --sourcedir=debian/tmp
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs -V 'libmeanwhile0 (>= 1.0.1)'
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
