Package: libaio
Version: 0.3.106-3
Severity: wishlist
Tags: patch
Hi,
in order to support multipathing in d-i we need a udeb of libaio since
the multipath binary uses it. Patch attached. Please apply.
Cheers,
-- Guido
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.23-rc2-g2c9d365c
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
commit dcfd60efd9aa78057962509d783d67ffd1601062
Author: Guido Guenther <[EMAIL PROTECTED]>
Date: Fri Aug 31 15:55:48 2007 +0200
add udeb for d-i
diff --git a/debian/control b/debian/control
index c91c1bd..e1ea917 100644
--- a/debian/control
+++ b/debian/control
@@ -23,3 +23,15 @@ Description: linux kernel aio access library - development files
system calls, important for the performance of databases and other
advanced applications.
+Package: libaio1-udeb
+XC-Package-Type: udeb
+Architecture: i386 amd64 ia64 s390 alpha powerpc arm armeb armel hppa m68k mips mipsel sparc
+Section: debian-installer
+Depends: ${shlibs:Depends}
+Description: linux kernel aio access library - shared library
+ This is a udeb, or a microdeb, for the debian-installer.
+ .
+ This library enables userspace to use Linux kernel asynchronous I/O
+ system calls, important for the performance of databases and other
+ advanced applications.
+
diff --git a/debian/libaio1-udeb.install b/debian/libaio1-udeb.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/libaio1-udeb.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/rules b/debian/rules
index b63023e..47a8b01 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,7 @@ binary-arch: install
dh_testdir
dh_testroot
dh_install --sourcedir=$(CURDIR)/debian/tmp
+ dh_install -p libaio1-udeb --sourcedir=$(CURDIR)/debian/tmp
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
@@ -57,6 +58,7 @@ binary-arch: install
dh_compress
dh_fixperms
dh_makeshlibs
+ dh_makeshlibs --add-udeb '$(lib)-udeb'
dh_shlibdeps
dh_installdeb
dh_gencontrol