Package: libofx NMU, currently in NEW
diff -u libofx-0.8.2/debian/changelog libofx-0.8.2/debian/changelog --- libofx-0.8.2/debian/changelog +++ libofx-0.8.2/debian/changelog @@ -1,3 +1,11 @@ +libofx (1:0.8.2-1.1) unstable; urgency=low + + * NMU. + * Drop build dependency on g++-4.0. Closes: #385821. + * New library package libofx3. Closes: #385667, #385880. + + -- Matthias Klose <[EMAIL PROTECTED]> Tue, 5 Sep 2006 02:29:16 +0200 + libofx (1:0.8.2-1) unstable; urgency=low * New upstream release. (Closes: #287388) diff -u libofx-0.8.2/debian/control libofx-0.8.2/debian/control --- libofx-0.8.2/debian/control +++ libofx-0.8.2/debian/control @@ -3,13 +3,13 @@ Priority: optional Maintainer: Thomas Bushnell, BSG <[EMAIL PROTECTED]> Standards-Version: 3.6.1.0 -Build-Depends: libosp-dev (>= 1.5.1.0-2.1), debhelper, gengetopt, curl, libcurl3-gnutls-dev, g++-4.0 (>= 4.0.2-4), libxml++1.0-dev +Build-Depends: libosp-dev (>= 1.5.1.0-2.1), debhelper, gengetopt, curl, libcurl3-gnutls-dev, libxml++1.0-dev -Package: libofx2c2a +Package: libofx3 Architecture: any Depends: ${shlibs:Depends} -Conflicts: libofx2 -Replaces: libofx2 +Conflicts: libofx2, libofx2c2a (>= 1:0.8.2) +Replaces: libofx2, libofx2c2a Provides: libofx2 Suggests: ofx Description: library to support Open Financial Exchange @@ -22,7 +22,7 @@ Section: libdevel Conflicts: libofx1 Architecture: any -Depends: libofx2c2a (= ${Source-Version}), libc6-dev, libosp-dev +Depends: libofx3 (= ${Source-Version}), libc6-dev | libc-dev, libosp-dev Description: development package for libofx2c2a This file provides header files and related support for developing packages that use libofx2c2a. reverted: --- libofx-0.8.2/debian/libofx2c2a.docs +++ libofx-0.8.2.orig/debian/libofx2c2a.docs @@ -1,4 +0,0 @@ -AUTHORS -NEWS -README -totest.txt diff -u libofx-0.8.2/debian/rules libofx-0.8.2/debian/rules --- libofx-0.8.2/debian/rules +++ libofx-0.8.2/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # shared library versions, option 1 -version=0.8.0 +version=0.8.2 major=2 # option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so #version=`ls src/.libs/lib*.so.* | \ @@ -15,7 +15,7 @@ # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` # Name of the shared library package -PACKNAME=libofx2c2a +PACKNAME=libofx3 MAKEVARS=LIBOFX_DTD_DIR=/usr/share/$(PACKNAME)/$(version)/dtd configure: configure-stamp only in patch2: unchanged: --- libofx-0.8.2.orig/debian/libofx3.docs +++ libofx-0.8.2/debian/libofx3.docs @@ -0,0 +1,4 @@ +AUTHORS +NEWS +README +totest.txt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]