From: Chris Lawrence Date: Mon, 9 May 2005 00:11:45 +0000 (-0500) Subject: lsb 3.0-1 Debian release. X-Git-Tag: archive/raspbian/10.2018112800+rpi1^2~265 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d1bc64056278106c10bfcc0b8d383ee566eabcac;p=lsb.git lsb 3.0-1 Debian release. --- diff --git a/debian/changelog b/debian/changelog index be7b701..1c9722c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lsb (3.0-1) unstable; urgency=low + + * lsb-cxx now depends on libstdc++6 as well as libstdc++5, necessitated + by LSB 3.0. + * Don't create /lib64 on AMD64. (Closes: #308220) + + -- Chris Lawrence Sun, 8 May 2005 19:11:45 -0500 + lsb (2.0-7) unstable; urgency=high * Fix Replaces line to use the correct version in lsb-base. diff --git a/debian/control b/debian/control index 56d7fb8..f3d8eb8 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,7 @@ Description: Linux Standard Base 2.0 graphics support package Package: lsb-cxx Architecture: any -Depends: lsb-core, libstdc++5, ${misc:Depends} +Depends: lsb-core, libstdc++5, libstdc++6, ${misc:Depends} Provides: lsb-cxx-noarch, ${provides} Description: Linux Standard Base 2.0 C++ support package The Linux Standard Base (http://www.linuxbase.org/) is a standard diff --git a/debian/rules b/debian/rules index f833e9e..b2d492e 100755 --- a/debian/rules +++ b/debian/rules @@ -112,7 +112,7 @@ binary-arch: build install dh_installinfo -a # dh_undocumented dh_installchangelogs -a - @[ ${DEB_BUILD_ARCH} = 'amd64' ] && mkdir -p debian/lsb-core/lib64 && echo >> debian/lsb-core.substvars "depends=ia32-libs" || true + @[ ${DEB_BUILD_ARCH} = 'amd64' ] && echo >> debian/lsb-core.substvars "depends=ia32-libs" || true dh_link -a dh_strip -a dh_compress -a