--- wbxml2-0.10.7.orig/debian/libwbxml2-0.install +++ wbxml2-0.10.7/debian/libwbxml2-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/lib*.so.* --- wbxml2-0.10.7.orig/debian/dirs +++ wbxml2-0.10.7/debian/dirs @@ -0,0 +1,2 @@ +usr/bin +usr/sbin --- wbxml2-0.10.7.orig/debian/docs +++ wbxml2-0.10.7/debian/docs @@ -0,0 +1,4 @@ +NEWS +README +TODO +References --- wbxml2-0.10.7.orig/debian/control +++ wbxml2-0.10.7/debian/control @@ -0,0 +1,62 @@ +Source: wbxml2 +Priority: optional +Section: libs +Maintainer: Michael Banck +Homepage: http://libwbxml.opensync.org/ +Build-Depends: debhelper (>= 5.0.0), cmake, cdbs, check, libexpat1-dev | libexpat-dev, libpopt-dev, zlib1g-dev | libz-dev +Standards-Version: 3.8.3 + +Package: libwbxml2-dev +Section: libdevel +Architecture: any +Depends: libwbxml2-0 (= ${binary:Version}), zlib1g-dev | libz-dev, libexpat1-dev | libexpat-dev, libpopt-dev, ${misc:Depends} +Description: WBXML library development file + The WBXML Library (aka libwbxml) contains a library and its associated + tools to Parse, Encode and Handle WBXML documents. The WBXML format + is a binary representation of XML, defined by the Wap Forum, and used + to reduce bandwidth in mobile communications. + . + Install this package if you wish to develop your own programs using + WBXML. + +Package: libwbxml2-0-dbg +Section: debug +Priority: extra +Architecture: any +Depends: libwbxml2-0 (= ${binary:Version}), ${misc:Depends} +Recommends: libwbxml2-dev +Description: WBXML library development file + The WBXML Library (aka libwbxml) contains a library and its associated + tools to Parse, Encode and Handle WBXML documents. The WBXML format + is a binary representation of XML, defined by the Wap Forum, and used + to reduce bandwidth in mobile communications. + . + Install this package if you wish to debug wbxml2 using applications. + +Package: libwbxml2-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libwbxml2 +Replaces: libwbxml2 +Description: WBXML parsing and encoding library + The WBXML Library (aka libwbxml) contains a library and its associated + tools to Parse, Encode and Handle WBXML documents. The WBXML format + is a binary representation of XML, defined by the Wap Forum, and used + to reduce bandwidth in mobile communications. + . + This package contains the dynamic library needed by applications + using libwbxml2. + +Package: libwbxml2-utils +Section: text +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Binary XML utilities + The WBXML Library (aka libwbxml) contains a library and its associated + tools to Parse, Encode and Handle WBXML documents. The WBXML format + is a binary representation of XML, defined by the Wap Forum, and used + to reduce bandwidth in mobile communications. + . + This package contains wbxml2xml and xml2wbxml utils to convert xml + files to wbxml and back. --- wbxml2-0.10.7.orig/debian/libwbxml2-0.dirs +++ wbxml2-0.10.7/debian/libwbxml2-0.dirs @@ -0,0 +1 @@ +usr/lib --- wbxml2-0.10.7.orig/debian/changelog +++ wbxml2-0.10.7/debian/changelog @@ -0,0 +1,184 @@ +wbxml2 (0.10.7-1) unstable; urgency=low + + * New upstream release. + * debian/patches/system-getopt.patch: Removed, applied upstream. + * debian/control (Standards-Version): Bumped to 3.8.3. + * debian/control (libwbxml2-0-dbg/Section): Set to debug. + + -- Michael Banck Sat, 16 Jan 2010 20:25:45 +0100 + +wbxml2 (0.10.6-4) unstable; urgency=low + + * debian/patches/system-getopt.patch: Updated with new version from + unstable. + + -- Michael Banck Tue, 12 May 2009 00:41:16 +0200 + +wbxml2 (0.10.6-3) unstable; urgency=low + + * debian/patches/system-getopt.patch: New patch, taken from upstream. + * debian/patches/optopt-rename.patch: Removed, no longer needed. + + -- Michael Banck Mon, 11 May 2009 16:52:37 +0200 + +wbxml2 (0.10.6-2) unstable; urgency=low + + * debian/control (libwbxml2-dev/Depends): Added ${misc:Depends}. + * debian/control (libwbxml2-0-dbg/Depends): Likewise. + * debian/patches/optopt-rename.patch: New patch, addresses FTBFS on + mips/mipsel. + + -- Michael Banck Sun, 10 May 2009 17:20:43 +0200 + +wbxml2 (0.10.6-1) unstable; urgency=low + + * New upstream release. + * debian/copyright: Updated download location. + * debian/control (Homepage): Updated. + + -- Michael Banck Wed, 29 Apr 2009 21:39:18 +0200 + +wbxml2 (0.10.3-1) unstable; urgency=low + + * New upstream release. + + -- Michael Banck Mon, 09 Mar 2009 01:51:10 +0100 + +wbxml2 (0.10.1-1) experimental; urgency=low + + * New upstream release. + * debian/patches/01-anonymous-support-and-misc-fixes.patch: Removed, no + longer needed. + * debian/patches/02-namespaces.patch: Likewise. + * debian/patches/04_saxlike_entity_parsing.patch: Likewise. + * debian/patches/05-syncml-fixes.patch: Likewise. + * debian/patches/06-no-install-docs.patch: Likewise. + * debian/patches/07-current_attr_null.patch: Likewise. + * debian/patches/08-maxsize-translation-table.patch: Likewise. + * debian/patches/09-devinf-doctype.patch: Likewise. + * debian/patches/10-fix-wbxml-public-ids.patch: Likewise. + * debian/control (Build-Depends): Added cmake and check, removed libtool and + automake1.9. + * debian/libwbxml2-dev.install: Drop static library and libtool helper file. + * debian/rules (DEB_MAKE_CHECK_TARGET): New variable. + * debian/rules (DEB_DH_MAKESHLIBS_ARGS_libwbxml2-0): Likewise. + * debian/rules: Removed autotools.mk, added cmake.mk. + * debian/rules (post-patches, clean): Removed. + + -- Michael Banck Tue, 13 Jan 2009 09:34:52 +0100 + +wbxml2 (0.9.2-7) unstable; urgency=high + + * Urgency `high' due to RC bug fix. + * debian/patches/09-devinf-doctype.patch: New patch, no longer hardcodes the + Syncml version in the device information document, by Michael Bell; + closes: #506740. + * debian/patches/10-fix-wbxml-public-ids.patch: New patch, swaps the + WBXML_PUBLIC_ID_SYNCML_METINF12 and WBXML_PUBLIC_ID_SYNCML_DEVINF12 + values to be in line with the OMNA standard; closes: #507689. + + -- Michael Banck Thu, 04 Dec 2008 13:42:44 +0100 + +wbxml2 (0.9.2-6) unstable; urgency=low + + * debian/patches/bug_310622_message_5.mbox: File removed. + * debian/patches/current_attr_null.patch: Renamed to ... + * debian/patches/06-no-install-docs.patch: ... this. + * debian/patches/no-install-docs.patch: Renamed to ... + * debian/patches/07-current_attr_null.patch: ... this. + * debian/patches/08-maxsize-translation-table.patch: New patch, renames + Size tag to MaxSize for DS 1.2, by Michael Bell; closes: #497709. + + -- Michael Banck Thu, 04 Sep 2008 00:23:28 +0200 + +wbxml2 (0.9.2-5) unstable; urgency=low + + * New maintainer. + + debian/control (Maintainer): Set to myself. + * debian/control (Standards-Version): Bumped to 3.8.0. + * debian/control (libwbxml2-utils/Description): Make the short + description a bit more readable; closes: #493436. + * debian/patches/05-syncml-fixes.patch: New patch, fixes a couple of + issues with SyncML, by Michael Bell; closes: #487217. + + -- Michael Banck Wed, 06 Aug 2008 18:00:34 +0200 + +wbxml2 (0.9.2-4) unstable; urgency=low + + * Fix segault in wbxml_encoder.c, closes: #310621 + - Thanks Stijn van Drongelen + * Add Sax like entity parsing, closes: #461618 + * The above changes library behaviour, bump version dependency + - Thanks Stijn van Drongelen + * Fix version in .pc ile, closes: #422645 + - Thanks Jonny Lamb + * From synce project, Thanks Jonny Lamb + - Miscallaneus build fixes and anonymous document support + - Namespaces support + * Update to match policy 3.7.3 + - Source-Version -> binary:Version + - Add Homepage: + * move -dev and -dbg to libdevel and -dbg priority extra + + -- Riku Voipio Mon, 28 Jan 2008 23:29:44 +0200 + +wbxml2 (0.9.2-3) unstable; urgency=low + + * Add Conflicts/Replaces: agains old library. Closes: #390300 + + -- Riku Voipio Fri, 6 Oct 2006 08:01:47 +0300 + +wbxml2 (0.9.2-2) unstable; urgency=low + + * Rename library package to libwbxml2-0 due to ABI change + * renaming closes Closes: 364213, 384306, 385359, #387559 + * Add -dbg package while we are at it + + -- Riku Voipio Sat, 16 Sep 2006 11:44:02 +0300 + +wbxml2 (0.9.2-1) unstable; urgency=low + + * New upstream version Closes: #381987, #381985 + * Library now LGPL + * Most patches merged in by upstream + * Build-Depend on automake-1.9, closes: #376567 + - thanks James Westby + + -- Riku Voipio Tue, 8 Aug 2006 22:54:09 +0300 + +wbxml2 (0.9.0dfsg-1) unstable; urgency=low + + * The 'Finally got tired waiting upstream to release update' Release + * Rework package, use cdbs + * Repackage upstream tarball to get rid of strange permissions and + and CVS dirs + * Fix DRM REL keyvalue, closes: #341493 (thanks Jeremy Laine) + * Fix error message in wbxml2xml, closes: #310622 (thanks Ian Eure) + * Include complete patch opensync needs to sync on some cellphones, + Closes: #361850, #363600 + * fix FSF address + * Check against latest policy and updated + * bumb shlibs + + -- Riku Voipio Sun, 14 May 2006 20:49:42 +0300 + +wbxml2 (0.9.0-3) unstable; urgency=low + + * Apply patch to support Nokia syncml messages (Closes: #289173) + thanks Filip Raemdonck + + -- Riku Voipio Sat, 22 Jan 2005 10:03:29 +0000 + +wbxml2 (0.9.0-2) unstable; urgency=low + + * First real upload + * reference to common-licenses + + -- Riku Voipio Mon, 12 Jul 2004 18:11:03 +0000 + +wbxml2 (0.9.0-1) unstable; urgency=low + + * Initial Release. + + -- Riku Voipio Wed, 23 Jun 2004 20:15:53 +0300 + --- wbxml2-0.10.7.orig/debian/copyright +++ wbxml2-0.10.7/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Riku Voipio on +Wed, 23 Jun 2004 20:15:53 +0300. + +It was downloaded from https://sourceforge.net/project/showfiles.php?group_id=245783 + +Upstream Authors: Aymerick Jehanne + +For the Full copy of LGPL, see /usr/share/common-licenses + + * libwbxml, the WBXML Library. + * Copyright (C) 2002-2005 Aymerick Jehanne + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * LGPL v2.1: http://www.gnu.org/copyleft/lesser.txt + * + * Contact: libwbxml@aymerick.com + * Home: http://libwbxml.aymerick.com + --- wbxml2-0.10.7.orig/debian/libwbxml2-utils.dirs +++ wbxml2-0.10.7/debian/libwbxml2-utils.dirs @@ -0,0 +1 @@ +usr/bin --- wbxml2-0.10.7.orig/debian/compat +++ wbxml2-0.10.7/debian/compat @@ -0,0 +1 @@ +5 --- wbxml2-0.10.7.orig/debian/libwbxml2-dev.dirs +++ wbxml2-0.10.7/debian/libwbxml2-dev.dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- wbxml2-0.10.7.orig/debian/libwbxml2-utils.install +++ wbxml2-0.10.7/debian/libwbxml2-utils.install @@ -0,0 +1 @@ +debian/tmp/usr/bin/* --- wbxml2-0.10.7.orig/debian/rules +++ wbxml2-0.10.7/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_DH_MAKESHLIBS_ARGS_libwbxml2-0 := -V"libwbxml2-0 (>= 0.10.0)" +DEB_MAKE_CHECK_TARGET := LD_LIBRARY_PATH=$(CURDIR)/$(DEB_BUILDDIR)/src test --- wbxml2-0.10.7.orig/debian/libwbxml2-dev.install +++ wbxml2-0.10.7/debian/libwbxml2-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/lib*.so +debian/tmp/usr/lib/pkgconfig/*