Package: libsmbios
Version: 0.13.13-1
Severity: wishlist
Hi,
It would be nice if you could merge the attached patch which simply
lists lpia in the Architecture field of the package; see
<http://www.intel.com/technology/systems/lpia/> for more information on
this architecture. There are buildds for lpia in Ubuntu and not in
Debian, but as it would be the only diff between Debian and Ubuntu, it
would be nice to merge it in Debian! (This is useful for hal see
<http://launchpad.net/bugs/239843>.)
Patch originally sent to Ubuntu by
Mario Limonciello <[EMAIL PROTECTED]>. NB: Dell produces lpia
hardware which would benefit from this lib to get hal support.
Thanks,
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
Loïc Minier
--- libsmbios-0.13.13/debian/control
+++ libsmbios-0.13.13/debian/control
@@ -8,7 +8,7 @@
Package: libsmbios1
Section: libs
-Architecture: i386 amd64 ia64
+Architecture: i386 amd64 ia64 lpia
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libsmbios-doc
Description: Provide access to (SM)BIOS information -- dynamic library
@@ -27,7 +27,7 @@
Package: libsmbios-dev
Section: libdevel
-Architecture: i386 amd64 ia64
+Architecture: i386 amd64 ia64 lpia
Depends: libsmbios1 (= ${binary:Version})
Description: Provide access to (SM)BIOS information - development files
libsmbios aims towards providing access to as much BIOS information as
@@ -50,7 +50,7 @@
Package: libsmbios-bin
Section: admin
-Architecture: i386 amd64 ia64
+Architecture: i386 amd64 ia64 lpia
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libsmbios-doc
Description: Provide access to (SM)BIOS information -- utility binaries
@@ -77,7 +77,7 @@
Package: libsmbiosxml1
Section: libs
-Architecture: i386 amd64 ia64
+Architecture: i386 amd64 ia64 lpia
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libsmbios-doc
Description: Provide XML access to (SM)BIOS information -- dynamic library
@@ -89,7 +89,7 @@
Package: libsmbiosxml-dev
Section: libdevel
-Architecture: i386 amd64 ia64
+Architecture: i386 amd64 ia64 lpia
Depends: libsmbiosxml1 (= ${binary:Version}), libsmbios-dev (=
${binary:Version})
Description: Provide access to (SM)BIOS information - development files
libsmbios aims towards providing access to as much BIOS information as
@@ -100,7 +100,7 @@
#Package: smbios-tools
#Section: admin
-#Architecture: i386 amd64 ia64
+#Architecture: i386 amd64 ia64 lpia
#Depends: ${shlibs:Depends}, ${misc:Depends}
#Description: (SM)BIOS and firmware managing tools
# libsmbios aims towards providing access to as much BIOS information as
--- libsmbios-0.13.13/debian/changelog
+++ libsmbios-0.13.13/debian/changelog
@@ -1,3 +1,10 @@
+libsmbios (0.13.13-2) UNRELEASED; urgency=low
+
+ * List lpia in Architecture field of libsmbios1, libsmbios-dev,
+ libsmbios-bin, libsmbiosxml1, libsmbiosxml-dev and disabled smbios-tools.
+
+ -- Loic Minier <[EMAIL PROTECTED]> Fri, 27 Jun 2008 16:19:30 +0200
+
libsmbios (0.13.13-1) unstable; urgency=low
* Fixed FTBFS with gcc4.3 *again* (Closes: 455641)