--- libxflaim-5.1.969.orig/Makefile +++ libxflaim-5.1.969/Makefile @@ -988,7 +988,7 @@ static_lib_suffix = .a shared_lib_suffix = .so.$(shared_lib_version) - compiler = g++ + compiler = g++ -U_FORTIFY_SOURCE exe_linker = g++ shared_linker = g++ --- libxflaim-5.1.969.orig/debian/control +++ libxflaim-5.1.969/debian/control @@ -1,14 +1,15 @@ Source: libxflaim Priority: optional -Maintainer: Andrew Hodgkinson (Sr. Software Engineer) +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Andrew Hodgkinson (Sr. Software Engineer) Build-Depends: debhelper (>= 5.0), libncurses-dev Standards-Version: 3.7.2 Section: libs Package: libxflaim-dev Section: libdevel -Architecture: any -Depends: libxflaim (= ${Source-Version}) +Architecture: i386 +Depends: libxflaim3.2 (= ${Source-Version}) Description: An extensible, flexible, adaptable, embeddable XML database engine XFLAIM is an embeddable cross-platform XML database engine that provides a rich, powerful, easy-to-use feature set. It has proven to be @@ -17,10 +18,10 @@ . Homepage: http://www.bandit-project.org/index.php/FLAIM -Package: libxflaim +Package: libxflaim3.2 Section: libs -Architecture: any -Depends: ${shlibs:Depends} +Architecture: i386 +Depends: ${shlibs:Depends}, libncurses-dev Description: An extensible, flexible, adaptable, embeddable XML database engine XFLAIM is an embeddable cross-platform XML database engine that provides a rich, powerful, easy-to-use feature set. It has proven to be --- libxflaim-5.1.969.orig/debian/rules +++ libxflaim-5.1.969/debian/rules @@ -60,6 +60,7 @@ dh_compress dh_fixperms dh_installdeb + dh_makeshlibs dh_shlibdeps dh_gencontrol dh_md5sums --- libxflaim-5.1.969.orig/debian/changelog +++ libxflaim-5.1.969/debian/changelog @@ -0,0 +1,20 @@ +libxflaim (5.1.969-0ubuntu2) intrepid; urgency=low + + * Makefile: + - Add -U_FORTIFY_SOURCE to compiler, fix FTBFS with gcc-4.3. + * debian/control: + - Update Maintainer field as per spec (LP: #230350). + + -- Luca Falavigna Wed, 18 Jun 2008 23:21:02 +0200 + +libxflaim (5.1.969-0ubuntu1) edgy; urgency=low + + * Package update for Ubuntu. + + -- Andrew Hodgkinson (Sr. Software Engineer) Wed, 4 Oct 2006 12:56:36 -0600 + +libxflaim (5.1.0-0ubuntu1) edgy; urgency=low + + * Initial revision for Ubuntu + + -- Andrew Hodgkinson (Sr. Software Engineer) Wed, 4 Oct 2006 11:50:56 -0600 --- libxflaim-5.1.969.orig/debian/copyright +++ libxflaim-5.1.969/debian/copyright @@ -0,0 +1,50 @@ +XFLAIM Database Engine +Copyright (c) 2003-2006 Novell, Inc. All Rights Reserved. + +This program is free software; you can redistribute it and/or +modify it under the terms of version 2 of the GNU General Public +License as published by the Free Software Foundation. + +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, contact Novell, Inc. + +To contact Novell about this file by physical or electronic mail, +you may find current contact information at www.novell.com + +On a Debian system, a copy of the GNU GPL is installed in + /usr/share/common-licenses/GPL-2 + +------------------------------------------------------------------------------ + +svn2cl.xsl +Copyright (C) 2004, 2005, 2006 Arthur de Jong. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. +3. The name of the author may not be used to endorse or promote + products derived from this software without specific prior + written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE +GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER +IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN +IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- libxflaim-5.1.969.orig/debian/libxflaim3.2.install +++ libxflaim-5.1.969/debian/libxflaim3.2.install @@ -0,0 +1 @@ +usr/lib/libxflaim*.so.* --- libxflaim-5.1.969.orig/debian/libxflaim-dev.install +++ libxflaim-5.1.969/debian/libxflaim-dev.install @@ -1,3 +1,4 @@ usr/include/* usr/lib/lib*.a usr/lib/pkgconfig/* +usr/lib/libxflaim*.so