From d1bc64056278106c10bfcc0b8d383ee566eabcac Mon Sep 17 00:00:00 2001 From: Chris Lawrence Date: Sun, 8 May 2005 19:11:45 -0500 Subject: [PATCH] lsb 3.0-1 Debian release. --- debian/changelog | 8 ++++++++ debian/control | 2 +- debian/rules | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.30.2