From 385d1f527f6d2c68da05112f6ef6d43fb6db7f63 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 5 Feb 2011 20:59:01 +0100 Subject: [PATCH] Adding debian version 3.83+dfsg-2. --- debian/changelog | 8 ++++++++ debian/control | 15 ++++++++++++++- debian/extlinux.install | 2 ++ 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 debian/extlinux.install diff --git a/debian/changelog b/debian/changelog index d6fcdb6f..546978b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +syslinux (2:3.83+dfsg-2) unstable; urgency=low + + * Dropping lpia from architectures, lpia is dead. + * Splitting out extlinux into own package in order to use it as a + generic standalone bootloader. + + -- Daniel Baumann Wed, 25 Nov 2009 16:32:33 +0100 + syslinux (2:3.83+dfsg-1) unstable; urgency=low * Updating to standards version 3.8.3. diff --git a/debian/control b/debian/control index af6a26e9..ee6185c6 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian-maintainers.org/?p=syslinux/syslinux.git Vcs-Git: git://git.debian-maintainers.org/git/syslinux/syslinux.git Package: syslinux -Architecture: amd64 i386 lpia +Architecture: amd64 i386 Depends: ${misc:Depends}, ${shlibs:Depends}, syslinux-common (= ${binary:Version}), dosfstools, mtools @@ -24,6 +24,19 @@ Description: utilities for the syslinux bootloaders also includes a tool, MEMDISK, which loads legacy operating systems (such as DOS) from these media. +Package: extlinux +Architecture: amd64 i386 +Depends: ${misc:Depends}, ${shlibs:Depends} +Recommends: syslinux-common +Description: utilities for the syslinux bootloaders (ext2/ext3 bootloader) + SYSLINUX is a suite of lightweight bootloaders, currently supporting DOS FAT + filesystems (SYSLINUX), Linux ext2/ext3 filesystems (EXTLINUX), PXE network + booting (PXELINUX), or bootable "El Torito" ISO 9660 CD-ROMs (ISOLINUX). It + also includes a tool, MEMDISK, which loads legacy operating systems (such as + DOS) from these media. + . + This package contains the ext2/ext3 boogloaders. + Package: syslinux-common Architecture: all Depends: ${misc:Depends} diff --git a/debian/extlinux.install b/debian/extlinux.install new file mode 100644 index 00000000..9a97d31b --- /dev/null +++ b/debian/extlinux.install @@ -0,0 +1,2 @@ +/sbin/extlinux /usr/sbin/ +/usr/man/man1/extlinux.1 /usr/share/man/man1/ -- 2.11.4.GIT