tag 179919 patch thanks The following patch splits mapdevfs into a separate package and makes lilo-installer depend on it.
Matt -- Oink! diff -urx CVS debian-installer.orig/tools/lilo-installer/debian/changelog debian-installer/tools/lilo-installer/debian/changelog --- debian-installer.orig/tools/lilo-installer/debian/changelog 2002-12-06 18:02:19.000000000 -0800 +++ debian-installer/tools/lilo-installer/debian/changelog 2003-02-07 +09:29:02.000000000 -0800 @@ -1,3 +1,9 @@ +lilo-installer (0.0.9) UNRELEASED; urgency=low + + * Depend on mapdevfs (closes: #179919). + + -- Matt Kraai <[EMAIL PROTECTED]> Fri, 07 Feb 2003 09:29:00 -0800 + lilo-installer (0.0.8) unstable; urgency=low * Tollef Fog Heen diff -urx CVS debian-installer.orig/tools/lilo-installer/debian/control debian-installer/tools/lilo-installer/debian/control --- debian-installer.orig/tools/lilo-installer/debian/control 2002-12-04 16:27:27.000000000 -0800 +++ debian-installer/tools/lilo-installer/debian/control 2003-02-07 +09:27:54.000000000 -0800 @@ -9,7 +9,7 @@ Package: lilo-installer Architecture: i386 Provides: bootable-system -Depends: cdebconf-udeb, base-installer +Depends: cdebconf-udeb, base-installer, mapdevfs XB-Installer-Menu-Item: 73 Description: Install LILO on a hard disk This udeb will install LILO on the hard disk. diff -urx CVS debian-installer.orig/utils/debian/changelog debian-installer/utils/debian/changelog --- debian-installer.orig/utils/debian/changelog 2003-02-06 17:27:27.000000000 -0800 +++ debian-installer/utils/debian/changelog 2003-02-07 13:34:44.000000000 -0800 @@ -1,3 +1,9 @@ +debian-installer-utils (0.16) UNRELEASED; urgency=low + + * Create a mapdevfs package. + + -- Matt Kraai <[EMAIL PROTECTED]> Fri, 07 Feb 2003 09:25:20 -0800 + debian-installer-utils (0.15) unstable; urgency=low * Make di-utils-mount-partitions architecture dependent (closes: diff -urx CVS debian-installer.orig/utils/debian/control debian-installer/utils/debian/control --- debian-installer.orig/utils/debian/control 2003-02-06 17:21:56.000000000 -0800 +++ debian-installer/utils/debian/control 2003-02-07 13:34:09.000000000 -0800 @@ -43,8 +43,8 @@ partitions. Package: di-utils-mount-partitions -Architecture: any -Depends: made-filesystems +Architecture: all +Depends: made-filesystems, mapdevfs Provides: mounted-partitions XB-installer-menu-item: 55 Description: Mount a partition @@ -57,3 +57,6 @@ Description: I have already mounted the partitions Use this module if you have already mounted the partitions yourself. +Package: mapdevfs +Architecture: any +Description: Translate a devfs device name to its non-devfs equivalent. diff -urx CVS debian-installer.orig/utils/debian/rules debian-installer/utils/debian/rules --- debian-installer.orig/utils/debian/rules 2002-12-04 18:32:48.000000000 -0800 +++ debian-installer/utils/debian/rules 2003-02-07 10:10:09.000000000 -0800 @@ -34,8 +34,8 @@ dh_testroot dh_clean -k cp shell debian/di-utils-shell.postinst - mkdir -p debian/di-utils-mount-partitions/usr/bin - cp mapdevfs debian/di-utils-mount-partitions/usr/bin + mkdir -p debian/mapdevfs/usr/bin + cp mapdevfs debian/mapdevfs/usr/bin # Build architecture-independent files here. binary-indep: build install -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]