Package: sysfsutils
Version: 1.3.0-2
Severity: wishlist
Tags: d-i, patch

Please add libsysfs1-udeb, so that we can get PCMCIA support for >=
2.6.13-rc1 kernels working in the installer using pcmciautils (which
requires libsysfs).

I've attached the patch I uploaded to Ubuntu for this.

Thanks,

-- 
Colin Watson                                       [EMAIL PROTECTED]
diff -u sysfsutils-1.3.0/debian/control sysfsutils-1.3.0/debian/control
--- sysfsutils-1.3.0/debian/control
+++ sysfsutils-1.3.0/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: extra
 Maintainer: Martin Pitt <[EMAIL PROTECTED]>
-Build-Depends: cdbs, debhelper (>= 4.1.1)
+Build-Depends: cdbs, debhelper (>= 4.2)
 Standards-Version: 3.6.1
 
 Package: libsysfs-dev
@@ -49,0 +50,15 @@
+
+Package: libsysfs1-udeb
+XC-Package-Type: udeb
+Section: debian-installer
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}
+Provides: libsysfs1
+Description: interface library to sysfs
+ Sysfs is a virtual file system in Linux kernel 2.5+ that provides a
+ tree of system devices. libsysfs provides a stable programming
+ interface to sysfs and eases querying system devices and their
+ attributes.
+ .
+ This is a minimal package for use in debian-installer.
diff -u sysfsutils-1.3.0/debian/changelog sysfsutils-1.3.0/debian/changelog
--- sysfsutils-1.3.0/debian/changelog
+++ sysfsutils-1.3.0/debian/changelog
@@ -1,3 +1,9 @@
+sysfsutils (1.3.0-2ubuntu1) dapper; urgency=low
+
+  * Add a libsysfs1-udeb package, for use by pcmciautils-udeb.
+
+ -- Colin Watson <[EMAIL PROTECTED]>  Tue, 22 Nov 2005 14:56:30 +0000
+
 sysfsutils (1.3.0-2) unstable; urgency=low
 
   * debian/sysfsutils.init: Replace $MNTPATH with hardcoded /sys since the -m
only in patch2:
unchanged:
--- sysfsutils-1.3.0.orig/debian/libsysfs1-udeb.install
+++ sysfsutils-1.3.0/debian/libsysfs1-udeb.install
@@ -0,0 +1 @@
+debian/tmp/lib/libsysfs.so.*

Reply via email to