--- libopensync-0.19.orig/debian/control
+++ libopensync-0.19/debian/control
@@ -0,0 +1,54 @@
+Source: libopensync
+Section: libs
+Priority: optional
+Maintainer: Matthias Jahn <jahn.matthias@freenet.de>
+Build-Depends: debhelper (>= 4.0.0), cdbs, libglib2.0-dev, libsqlite3-dev, libxml2-dev, check, python2.4, python2.4-dev, swig, python, automake1.9, autoconf, libtool
+Standards-Version: 3.6.2
+
+Package: libopensync0
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: msynctool (>= 0.19)
+Description: Synchronisation framework for email/pdas/and more
+ A synchronisation framework for synchronising data in various format. You
+ can use libopensync from programs. See multisync for an existing X11 gui
+ program that uses opensync.
+ This package contains libs and osplugin binary.
+
+Package: opensyncutils
+Architecture: any
+Depends: libopensync0 (= ${Source-Version}), ${shlibs:Depends}
+Description: Command line utilities for libopensync
+ Libopensync provides a number of command line debugging and utility programs.
+ Install this package for the osyncdump, osyncstress, osyncplugin, osynctest,
+ osyncbinary programs.
+
+Package: libopensync0-dev
+Provides: libopensync-dev
+Section: libdevel
+Architecture: any
+Depends: libopensync0 (= ${Source-Version}), libglib2.0-dev, libsqlite3-dev, libxml2-dev
+Description: Headers and static libraries for libopensync
+ Headers and static libraries for libopensync. These are not needed to use
+ opensync, but are needed to build plugins or programs like multisync that
+ link against libopensync.
+
+Package: libopensync0-dbg
+Architecture: any
+Depends: libopensync0 (= ${Source-Version}), ${shlibs:Depends}
+Description: Debug symbols for libopensync0
+ Debug symbols for libopensync that will allow useful tracebacks and debugging
+ on end user machines.
+
+Package: python2.4-opensync
+Provides: python-opensync
+Architecture: any
+Depends: libopensync0 (= ${Source-Version}), python2.4, ${shlibs:Depends}
+Description: Python bindings to the opensync synchronisation engine
+ Python (2.4) bindings to the opensync synchronisation engine.
+
+Package: opensync-doc
+Architecture: any
+Recommends: libopensync0 (= ${Source-Version})
+Description: opensync synchronisation engine documentation
+ opensync synchronisation engine whitepaper design and example plugin.
--- libopensync-0.19.orig/debian/compat
+++ libopensync-0.19/debian/compat
@@ -0,0 +1 @@
+4
--- libopensync-0.19.orig/debian/opensyncutils.install
+++ libopensync-0.19/debian/opensyncutils.install
@@ -0,0 +1 @@
+debian/tmp/usr/bin/*
--- libopensync-0.19.orig/debian/libopensync0-dev.install
+++ libopensync-0.19/debian/libopensync0-dev.install
@@ -0,0 +1,18 @@
+debian/tmp/usr/lib/libopensync.a
+debian/tmp/usr/lib/libopensync.la
+debian/tmp/usr/lib/libopensync.so
+debian/tmp/usr/lib/libosengine.a
+debian/tmp/usr/lib/libosengine.la
+debian/tmp/usr/lib/libosengine.so
+debian/tmp/usr/lib/libopensync-xml.a
+debian/tmp/usr/lib/libopensync-xml.la
+debian/tmp/usr/lib/libopensync-xml.so
+debian/tmp/usr/lib/opensync/formats/*.a
+debian/tmp/usr/lib/opensync/formats/*.la
+debian/tmp/usr/lib/pkgconfig/opensync-1.0.pc
+debian/tmp/usr/lib/pkgconfig/osengine-1.0.pc
+debian/tmp/usr/include/opensync-1.0/opensync/*.h
+debian/tmp/usr/include/opensync-1.0/osengine/*.h
+debian/tmp/usr/lib/python2.4/site-packages/_opensync.la 
+debian/tmp/usr/lib/python2.4/site-packages/_opensync.a 
+
--- libopensync-0.19.orig/debian/opensync-doc.install
+++ libopensync-0.19/debian/opensync-doc.install
@@ -0,0 +1,2 @@
+debian/tmp/docs /usr/share/doc/opensync-doc
+
--- libopensync-0.19.orig/debian/python2.4-opensync.install
+++ libopensync-0.19/debian/python2.4-opensync.install
@@ -0,0 +1,4 @@
+debian/tmp/usr/lib/python2.4/site-packages/opensync.py 
+debian/tmp/usr/lib/python2.4/site-packages/opensync.pyc 
+debian/tmp/usr/lib/python2.4/site-packages/opensync.pyo 
+debian/tmp/usr/lib/python2.4/site-packages/_opensync.so* 
--- libopensync-0.19.orig/debian/changelog
+++ libopensync-0.19/debian/changelog
@@ -0,0 +1,578 @@
+libopensync (0.19-sarge2) stable; urgency=low
+
+  * SVN_REV: 1405
+  * only rebuild no code change.
+  * fix Recommends: now msynctool (>= 0.19)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu, 05 Oct 2006 14:47:30 +0200
+
+libopensync (0.19-sarge1) stable; urgency=low
+
+  * SVN_REV: 1405
+  * Tagged version 0.19    (dgollub)
+  * rename source package from opensync to libopensync
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sat, 30 Sep 2006 23:16:51 +0200
+
+opensync (0.19+svn20060928-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1387
+  * fixed writing ical stuff to vcal
+    - code cleanup    (cstender)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 29 Sep 2006 11:28:20 +0200
+
+opensync (0.19+svn20060919-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1374
+  * fixed a bug in osxml_compare() for correct comparison of events (cstender)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Tue, 19 Sep 2006 19:57:58 +0200
+
+opensync (0.19+svn20060915-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1367
+  * avoid constant conflicts with INTERVAL (wrong position)
+    - added exlucsion date support for vcal conversion    (dgollub)
+  * fixed compiler error from previous build    (dgollub)
+  * handle seconds in alarm duration converter
+    - flip over the sign of the seconds to alarm duration function 
+    - fixed aalarm/dalarm converter - correct handling of Runtime (vcal1.0)
+    - avoid contant conflict of "INTERVAL"-by default workaround        
+    - removed unused vcal converter functions    (dgollub)
+  * wrap longname and description fields of OSyncPluginInfo    (abaumann)
+  * add a binding for osync_member_objtype_enabled    (abaumann)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sat, 16 Sep 2006 01:35:29 +0200
+
+opensync (0.19+svn20060913-sarge2) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1357
+  * always add INTERVAL to xmldoc    (cstender)
+  * Added encoding support in organization hook (XMPM
+    062-encoding_in_organization_hook.patch)    (cstender)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu, 14 Sep 2006 09:55:14 +0200
+
+opensync (0.19+svn20060913-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1352
+  * added fix for not null terminated plain formats    (abauer)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Wed, 13 Sep 2006 10:46:02 +0200
+
+opensync (0.19+svn20060911-sarge2) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1346
+  * fixed bugs in fin_vcal_to_xml, fin_xml_to_vcal, fin_xml_to_vcard,
+          fin_xml_to_vnote    (cstender)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 11 Sep 2006 18:24:49 +0200
+
+opensync (0.19+svn20060911-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1342
+  * replace wrong header
+    - fixed previous checkin    (dgollub)
+  * oops. removed double patched header    (dgollub)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 11 Sep 2006 15:02:14 +0200
+
+opensync (0.19+svn20060909-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1322
+  * Ignore timezone    (azrael)
+  * added workaround for comparison between localtime and utc
+       (will be droppped when #331 is done)
+    - added duration value for vcal converter (to avoid conflicts)    (dgollub)
+  * Fixed the problem that the osplugin process
+    loaded all plugins which leads to segfaults due to overlapping
+    symbols    (azrael)
+  * Fixed a lot of conflicts
+    
+    Ignore trailing whitespacing during comparison    (azrael)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sat, 09 Sep 2006 20:37:54 +0200
+
+opensync (0.18.1+svn20060909-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1312
+  * added (partialy) vcal and ical converter (RRULE and DALARM)
+    - avoid constant conflicts with INTERVAL=1 (is default now!)
+    - have fun    (dgollub)
+  * fixed conversion problems of unix timeformat to vtime
+     - added alarm duration reminder function helpers for vcal and ical
+    (dgollub)
+  * fixed bug with --filter-objtype which cause no files to be written
+    (cstender)
+  * Fixed a memory corruption in the detectors. fixes #324. thanks to twogood
+    (azrael)
+  * fixed bugs in _generate_name_from_fn and _generate_formatted_name
+    (cstender)
+  * Bumped version to 0.19    (azrael)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sat, 09 Sep 2006 17:07:30 +0200
+
+opensync (0.18.1+svn20060908-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1288
+  * removed opensync.spec* from Makefile.am and configure.in    (cstender)
+  * dont build the python bindings if python is not available    (azrael)
+  * removed *deb and *rpm specfiles    (cstender)
+  * Changed the parameter for python detection    (abauer)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 08 Sep 2006 17:28:18 +0200
+
+opensync (0.18.1+svn20060830-sarge2) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1244
+  * workaround to solve some encoding issues (discussed with abauer)
+    (cstender)
+  * -add AGENT to VCARD processing (closing ticket 221)
+    thanks to Graham Cobb    (dfriedrich)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Wed, 30 Aug 2006 18:01:55 +0200
+
+opensync (0.18.1+svn20060830-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1241
+  * Fix a few more issues in the python bindings.
+    
+    The most important part is this:
+    -               if not hasattr(self, "__data"):
+    +               try:
+    +                       return self.__data
+    +               except AttributeError:
+    Python mangles names like __data to _OSyncChange__data, so the hasattr was 
+    always returning false. That meant that if you'd set the data from python, 
+    trying to read it back again returned garbage.
+    
+    This change is possibly a bug:
+    +%include "cstring.i"
+    (...)
+    +       %cstring_input_binary(char *data, int datasize);
+            void __set_data(char *data, int datasize) {
+    (...)
+    -               self.__set_data(data, len(data))
+    +               self.__set_data(data)
+     By getting SWIG to compute the size of data instead of using len(), we
+    avoid
+     any error that might occur if the elements in data are more than a byte
+    long.
+    
+    This change is really just a minor style issue:
+    -                       char *data = osync_change_get_data(self);
+    +                       void *data = osync_change_get_data(self);
+                            int datasize = osync_change_get_datasize(self);
+     - char *copy = memcpy(malloc(datasize), data, datasize);
+     + void *copy = memcpy(malloc(datasize), data, datasize);
+     ... use void * to make it clear that the data is an arbitrary buffer with
+    a
+    fixed length, and might not be nul-terminated.    (abaumann)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Wed, 30 Aug 2006 09:15:14 +0200
+
+opensync (0.18.1+svn20060825-sarge2) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1233
+  * fixed gcc warning    (dgollub)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 25 Aug 2006 21:42:39 +0200
+
+opensync (0.18.1+svn20060825-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1231
+  * Updated the python wrapper. (Thanks to andrew)    (abauer)
+  * Added xmldoc format (thanks to andrew baumann and Ole Andr? Vadla Ravn?s)
+    (abauer)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 25 Aug 2006 13:50:56 +0200
+
+opensync (0.18.1+svn20060823-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1225
+  * added osync_time_isutc()
+    - fixed wrong conversion of osync_time_vtime2localtime()
+     - added workaround for kdepim-sync for DURATION in Alarm field which
+    triggers a conflict (dgollub)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Wed, 23 Aug 2006 15:36:37 +0200
+
+opensync (0.18.1+svn20060821-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1212
+  * added missing argument for osync_trace (ticket #304. Thanks puck!)
+    (dgollub)
+  * added workaround for palm-sync (ticket #302)
+    - fixed typo in opensync_time api    (dgollub)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 21 Aug 2006 14:27:41 +0200
+
+opensync (0.18.1+svn20060818-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1205
+  * added time helper function for DateDue to avoid invalid timeformats
+    (dgollub)
+  * fixed wrong UTC offset calcluation
+    - fixed localtime to utc time conversion for leaping daytime 
+    - fixed wrong calcuation for daylight saving time (for example: CEST/CET)
+    - fixed memory leaks    (dgollub)
+  * Enabled all unit tests    (abauer)
+  * don't add X-EVOLUTION-FILE-AS as FormattedName, Bug #269    (cstender)
+  * fixed typo in xml-vcard.c    (cstender)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 18 Aug 2006 16:20:19 +0200
+
+opensync (0.18.1+svn20060817-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1187
+  * added function to generate name attribute from formattedname    (cstender)
+  * Updated the debian build rules    (abauer)
+  * fixed the test to use the new ignore api    (abauer)
+  * Added support for checking if a conflict can be ignore
+    (Fixes a crash)    (abauer)
+  * Added a function to see if ignore is supported    (abauer)
+  * Added a function to check if a plugin has a read function    (abauer)
+  * Fully detect changes before syncing.
+    
+    WARNING: This _might_ break file to file sync in some cases
+    (when the file has detectable content)    (abauer)
+  * fixed some open db leaks (reported by puck - Thanks!)    (dgollub)
+  * Added a check for a crash in the vevent parser    (abauer)
+  * Added a option to decode hex    (abauer)
+  * replace xmlNewChild with xmlNewTextChild (Thanks puck!)
+    - Ticket #296    (dgollub)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu, 17 Aug 2006 15:14:50 +0200
+
+opensync (0.18.1+svn20060811-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1154
+  * Free the engine queues on osengine_finalize(), not on osengine_free()
+    
+    These queues are created on osengine_initialize(), so they should be
+    freed on osengine_finalize(), not on osengine_free().
+    
+    This wasn't causing problems in the common case of a complete
+    synchronization process. But it was causing crashes for configuration
+    of incomplete groups (number of members < 2) on Kitchensync, because
+     osengine_initialize() was failing and the queues were not being created.
+    (ehabkost)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sun, 13 Aug 2006 12:14:07 +0200
+
+opensync (0.18.1+svn20060803-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1149
+  * Also escape the comma for event and todo (abauer)
+    
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu,  3 Aug 2006 21:30:12 +0200
+     
+opensync (0.18.1+svn20060802-sarge2) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1140
+  * fixed another sensitive information leak (dgollub)
+    
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Wed,  2 Aug 2006 19:31:28 +0200
+     
+opensync (0.18.1+svn20060802-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1139
+  * Send objtype_enabled information to plugin process
+    The objtype_enabled information needs to be sent to the plugin process,
+    also. Otherwise osync_member_objtype_enabled() won't work properly.
+    This fix the msynctool --filter-objtype option, that was broken by the
+    IPC code. (ehabkost)
+		    
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Wed,  2 Aug 2006 11:34:53 +0200
+		     
+opensync (0.18.1+svn20060801-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1135
+  * fixed a broken license in vformat.c and vformat.h
+    (cstender)
+  * added new trace level - for sensitive contents
+    (dgollub)
+  * remove the extra patch as its now in upstream
+		
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Tue,  1 Aug 2006 12:34:22 +0200
+		 
+opensync (0.18.1+svn20060731-sarge2) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1128
+  * fixed timezone offset calculation (leap day) (dgollub)
+  * add OSYNC_PRIVACY patch (dgollub)
+      
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 31 Jul 2006 19:33:00 +0200
+       
+opensync (0.18.1+svn20060731-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1125
+  * Handle errors properly on initialization
+    Getting rid of the unintuitive "Wrong answer" message people get when
+    initialize() return error. (ehabkost)
+  * Create osync_hashtable_get_hash()
+    Some plugins may want to use the hash value later (for example, on
+    commit_change() as a token for edition or deletion of items).
+    (ehabkost)
+			  
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 31 Jul 2006 08:03:56 +0200
+			   
+opensync (0.18.1+svn20060725-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1118
+  * Fix an instance of the "null character at end of file" bug
+    The null character is not supposed to be considered part of the change
+    data. (ehabkost)
+  * Updating config.h.in according to the r1114 modifications
+    (Do we really need config.h.in to be in the svn repository?)
+    (ehabkost)
+  * Don't try to serialize change data if we don't have data to serialize
+    This was causing crashes if CHANGE_DELETE changes were reported using
+    formats that have a serialize() function. (ehabkost)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Tue, 25 Jul 2006 08:43:48 +0200
+				 
+opensync (0.18.1+svn20060722-sarge1.1) stable; urgency=low
+
+  * Non-maintainer upload.
+  * package bugfix
+    dpkg: error processing /var/cache/apt/archives/libopensync0_0.18.1+svn20060722-1_i386.deb (--unpack):
+    trying to overwrite `/usr/lib/opensync/formats/xml-vcard.la', which is also in package libopensync0-dev
+	    
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sun, 23 Jul 2006 11:22:39 +0200
+	     
+opensync (0.18.1+svn20060722-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1115
+  * opensync_env.c - Allocate a whole extra pointer, not just a single byte.
+    (twogood)
+  * Install the osplugin binary to libexec and execute it with the absolute path.
+    I hope this commit is OK with you guys! :-) (twogood)
+  * remove osplugin from opensyncutils
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sun, 23 Jul 2006 11:22:39 +0200
+		   
+opensync (0.18.1+svn20060721-sarge1.1) stable; urgency=low
+
+  * Non-maintainer upload.
+  * build tests and depends on lib + version shlib tests
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 21 Jul 2006 08:30:18 +0200
+     
+opensync (0.18.1+svn20060721-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1112
+  * Disconnect commands_to_osplugin on osync_client_finalize()
+    Otherwise, it will cause crashes after osync_client_free().
+    (ehabkost)
+  * Implemented support to sync alerts on osplugin and the engine
+    'msynctool --wait' should work correctly, now. (ehabkost)
+  * change debian name append .1 to 0.18.1 .. for clean updates
+    because the svn date is no longer the build date..
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 21 Jul 2006 07:23:18 +0200
+opensync (0.18+svn20060710-sarge1.2) stable; urgency=low
+
+  * Non-maintainer upload.
+  * lost osplugin
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 10 Jul 2006 20:53:09 +0200
+     
+opensync (0.18+svn20060710-sarge1.1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1107
+  * - updated time helper functions
+    - added time helper functions to xml-vcal and xml-vnote
+      (dgollub)
+  * fixed (slow-sync) conflicts with KDE-3.5.3 (cstender)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 10 Jul 2006 19:32:33 +0200
+		 
+opensync (0.18+svn20060710-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1101
+  * Implement osync_queue_is_alive() properly again
+    The missing implementation was making the sync engine hang on
+    initialization if the pluginpipe fifos already existed in
+    the filesystem. (ehabkost)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 10 Jul 2006 00:03:57 +0200
+		 
+opensync (0.18+svn20060709-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1099
+  * Finally merged ipc-branch to trunk!
+    svn merge -r780:1083 http://svn.opensync.org/branches/ipc-branch
+    (ehabkost)
+  * Set the startupfunc() event source as high priority (#241)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sun,  9 Jul 2006 17:31:02 +0200
+		
+opensync (0.18+svn20060708-sarge1) stable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1094
+  * added datarootdir to pkgconfig templates - required by autoconf2.60 (dgollub)
+  * sarge backport settings
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sat,  8 Jul 2006 20:54:26 +0200
+
+opensync (0.18+svn20060706-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1093
+  * moved struct _tmbuf from header to opensync_time.c (Chris Frey)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu,  6 Jul 2006 10:13:09 +0200
+
+opensync (0.18+svn20060704-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * add tmpbuf fix (Chris Frey)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu,  6 Jul 2006 09:26:05 +0200
+
+opensync (0.18+svn20060704-1.1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1089
+  * added _tmbuf in osync_time.h, added osync_time_isdate() (dgollub)
+  
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Tue,  4 Jul 2006 21:50:16 +0200
+
+opensync (0.18+svn20060704-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1088
+  * changed timeformat from HH:MM:SS to HHMMSS. (OsyncFormatSpec and 
+    TimeSpecReference)  (dgollub)
+  * change to debian policy 3.7.2 no changes
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Tue,  4 Jul 2006 12:23:21 +0200
+
+opensync (0.18+svn20060703-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1086
+  * Added time format helper functions for the OsyncFormatSpec:
+     http://www.opensync.org/wiki/OsyncFormatSpec
+     Added time helper to revision and birthday
+     field of xml-vcard converter (dgollub)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon,  3 Jul 2006 17:18:43 +0200
+
+opensync (0.18+svn20060702-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1079
+  * Handle \t characters generated by KOrganizer fixes #214 (Graham Cobb)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sun,  2 Jul 2006 10:42:08 +0200
+
+opensync (0.18+svn20060630-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1077
+  * fixed a problem with _generate_formatted_name and evolution
+  * improved verbose output (cstender)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri, 30 Jun 2006 16:29:37 +0200
+
+opensync (0.18+svn20060629-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1076
+  * added X-IRMC-LUID and X-SONYERICSSON-DST to HANDLE_IGNORE list
+  * corrected rfc reference and debugging output (cstender)
+  
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu, 29 Jun 2006 15:18:57 +0200
+
+opensync (0.18+svn20060622-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1070
+  * fixed a crash in vformat (dgollub)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu, 22 Jun 2006 22:57:35 +0200
+
+opensync (0.18+svn20060612-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1053
+  * fixed gcc warnings (x1,x2 might be used uninitialized...). Thanks to Jan
+  * --------
+  * move libopensync0-dev to section libdevel  fixes Bug #367705 (Debian Bug report)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon, 12 Jun 2006 15:09:18 +0200
+
+opensync (0.18+svn20060608-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * typo fixes
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Fri,  9 Jun 2006 18:39:32 +0200
+
+opensync (0.18+svn20060608-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix build dependencies on cdbs
+  * add opensync-doc package
+
+ -- Matthias Jahn <jahn.matthias@freent.de>  Fri,  9 Jun 2006 14:15:21 +0200
+
+opensync (0.18+svn20060608-1) unstable; urgency=low
+
+  * Non-maintainer upload. SVN_REV: 1043
+  * updated folding lines comment ... and fixed coding style 
+  * fixed bugs in _fold_lines()
+  * ------------
+  * fixed build dep on check
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu,  8 Jun 2006 16:57:57 +0200
+
+opensync (0.18+svn20060604-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * move to CDBS
+  * ubuntu fix? (less special version nummber in depends)
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Mon,  5 Jun 2006 12:37:47 +0200
+
+opensync (0.18+svn20060604-1) unstable; urgency=low
+
+  * Non-maintainer upload. svn REV:1036
+  * This patch generates a FN-entry if it doesn't exist (Thanks to Armin).
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Sun,  4 Jun 2006 17:51:18 +0200
+
+opensync (0.18-20060601svn) unstable; urgency=low
+
+  * Non-maintainer upload. svn REV:1031
+  * fixed gcc compiler warning added: osync_hashtable_get_changetype()
+    is required by python wrapper
+
+ -- Matthias Jahn <jahn.matthias@freenet.de>  Thu,  1 Jun 2006 13:01:07 +0200
+
+opensync (0.18-20060525svn) unstable; urgency=low
+
+  * NMU update (SVN rev 1012)
+  * Escape string in the sql queries (thanks to Graham). (fixes #193)
+  * Added a strreplace function
+  * fixed handling of charset-parameter in _read_attribute_params (patch by Jan Kloetze)
+  * fixed utf-8 handling (patch from Jan Kloetze)
+  * fixed errors with quoted-printable and umlauts
+  * fixed line-folding and softbreak problems with quoted-printable
+  * removed python-opensync
+  * fix Datarootdir
+
+ -- Matthias Jahn <jahn.matthais@freenet.de>  Sun, 25 May 2006 10:30:13 +1100
+
+opensync (0.18-20060521svn) unstable; urgency=low
+
+  * NMU: test it
+
+ -- Matthias Jahn <jahn.matthais@freenet.de>  Sun, 21 May 2006 14:30:13 +1100
+
+opensync (0.18-2) unstable; urgency=low
+
+  * Build-depend on libtool.
+  * Loosen the debhelper build-dep to allow building on sarge and breezy.
+
+ -- Robert Collins <robertc@robertcollins.net>  Sun, 18 Dec 2005 00:59:13 +1100
+
+opensync (0.18-1) unstable; urgency=low
+
+  * Initial upload. closes: #342179
+
+ -- Robert Collins <robertc@robertcollins.net>  Sun, 11 Dec 2005 20:52:35 +1100
--- libopensync-0.19.orig/debian/copyright
+++ libopensync-0.19/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Robert Collins <robertc@debian.org> on
+Sun, 11 Dec 2005 20:52:35 +1100
+and edited by Matthias Jahn <jahn.matthias@freenet.de> on
+Sun, 21 May 2006 14:30:13 +1100
+
+Copyright: LGPL-2.1, GPL-2
+
+Upstream Author: Armin Bauer <armin.bauer@desscon.com>
+
+The vformats-xml module is published under the GPL-2, which can be found in
+/usr/share/common-licenses/GPL-2.
+
+The rest of the software is available under the LGPL-2.1, which can be found in
+/usr/share/common-licenses/LGPL-2.1.
+
--- libopensync-0.19.orig/debian/libopensync0.install
+++ libopensync-0.19/debian/libopensync0.install
@@ -0,0 +1,5 @@
+debian/tmp/usr/lib/libopensync*.so.*
+debian/tmp/usr/lib/libosengine*.so.*
+debian/tmp/usr/lib/libopensync-xml*.so.*
+debian/tmp/usr/lib/opensync/formats/*.so
+debian/tmp/usr/lib/opensync/osplugin
--- libopensync-0.19.orig/debian/rules
+++ libopensync-0.19/debian/rules
@@ -0,0 +1,40 @@
+#!/usr/bin/make -f
+# Based on the multi2 sample debian/rules file:
+# ---
+# Sample debian/rules that uses debhelper.
+# This file is public domain software, originally written by Joey Hess.
+
+#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# where sources are
+DEB_SRCDIR = .
+# in which directory to build
+DEB_BUILDDIR = build
+# in which directory to install the sofware
+DEB_DESTDIR = $(CURDIR)/debian/tmp
+#To register a debug library package libfoo-dbg for libfoo (which needs unstripped '.so') in compat mode 4:
+DEB_DH_STRIP_ARGS := --dbg-package=libopensync0-dbg
+#CDBS automatically handles common flags to pass to the configure script, 
+#but it is possible to give some extra parameters : 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-static  --datadir=\$${prefix}/share --enable-python=2.4 --libexecdir=\$${prefix}/lib/opensync
+DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-fno-strict-aliasing"
+
+post-patches::
+	@test -x $(DEB_SRCDIR)/configure && echo "allready autreconf" || (cd $(DEB_SRCDIR) && autoreconf -i)
+
+install/opensync-doc::
+	-cp -r $(DEB_SRCDIR)/docs debian/tmp/
+	-cd $(DEB_DESTDIR) &&\
+	rm -rf `find . -type d -name ".svn" -print`
+
+clean::
+	-@rm -f $(DEB_SRCDIR)/config.guess $(DEB_SRCDIR)/config.sub $(DEB_SRCDIR)/ltmain.sh $(DEB_SRCDIR)/aclocal.m4 
+	-@rm -f $(DEB_SRCDIR)/config.h.in $(DEB_SRCDIR)/mkinstalldirs $(DEB_SRCDIR)/install-sh
+	-@rm -f $(DEB_SRCDIR)/missing $(DEB_SRCDIR)/depcomp $(DEB_SRCDIR)/configure $(DEB_SRCDIR)/subdirs
+	-@rm -rf build/ $(DEB_SRCDIR)/configure.files $(DEB_SRCDIR)/stamp-h.in
+	-@rm `find . -type f -name "Makefile.in" -print`
+
+
--- libopensync-0.19.orig/debian/libopensync0.docs
+++ libopensync-0.19/debian/libopensync0.docs
@@ -0,0 +1,2 @@
+README
+TODO
--- libopensync-0.19.orig/debian/README.Debian
+++ libopensync-0.19/debian/README.Debian
@@ -0,0 +1,9 @@
+Debian packages of opensync
+---------------------------
+
+There are 3 primary packages at this point:
+libopensync, libopensync-dev and libopensync-dbg, which respectively
+provide the library, static and headers for the library, and debug symbols for
+the shared library.
+
+- Robert Collins.
