From: Joachim Wiedorn Date: Fri, 19 Nov 2010 15:30:26 +0000 (+0100) Subject: Move makefile.floppy into debian/floppy directory X-Git-Tag: debian/23.1-1~22 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=2fdc74f2ebc792ca21f0f6a836f0ce2517c5e002;p=rrq%2Fmaintain_lilo.git Move makefile.floppy into debian/floppy directory --- diff --git a/debian/Makefile.floppy b/debian/Makefile.floppy deleted file mode 100644 index 55478d2..0000000 --- a/debian/Makefile.floppy +++ /dev/null @@ -1,7 +0,0 @@ -# Make a test floppy -# this floppy will boot a machine and display the output of some diagnostic -# programs to give you information on configuring LILO - -floppy: disk.com bootsect.b - cat bootsect.b disk.com | dd of=/dev/fd0 bs=512 - diff --git a/debian/changelog b/debian/changelog index 60b84a2..7bf2ea1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,7 @@ lilo (1:23.1-1) unstable; urgency=low - Add patches for simple rules using dh 7. * debian/rules: - Use simple rules with dh 7 capabilities. + * Move debian/Makefile.floppy into debian/floppy directory. -- Joachim Wiedorn Thu, 18 Nov 2010 23:30:42 +0100 diff --git a/debian/floppy/Makefile b/debian/floppy/Makefile new file mode 100644 index 0000000..55478d2 --- /dev/null +++ b/debian/floppy/Makefile @@ -0,0 +1,7 @@ +# Make a test floppy +# this floppy will boot a machine and display the output of some diagnostic +# programs to give you information on configuring LILO + +floppy: disk.com bootsect.b + cat bootsect.b disk.com | dd of=/dev/fd0 bs=512 +