lsb 3.0-1 Debian release.
authorChris Lawrence <lawrencc@debian.org>
Mon, 9 May 2005 00:11:45 +0000 (19:11 -0500)
committerDidier Raboud <odyx@debian.org>
Mon, 9 May 2005 00:11:45 +0000 (19:11 -0500)
debian/changelog
debian/control
debian/rules

index be7b701c5158b0d68a18e9e8bb53d3ece1b9e1a8..1c9722cc35696e5116c70822b23591f25a103ea0 100644 (file)
@@ -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 <lawrencc@debian.org>  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.
index 56d7fb8c32f74f0cb69aaf8eddbe72b243d008c5..f3d8eb80259202555daa8c7e9b28df0cf7f85231 100644 (file)
@@ -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
index f833e9e2b72cc7b46e27369fd2329c52c2e8c22a..b2d492e1a23392fe712391517e6a3fe8cd5b5503 100755 (executable)
@@ -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