Move makefile.floppy into debian/floppy directory
authorJoachim Wiedorn <ad_debian@joonet.de>
Fri, 19 Nov 2010 15:30:26 +0000 (16:30 +0100)
committerJoachim Wiedorn <ad_debian@joonet.de>
Fri, 19 Nov 2010 15:30:26 +0000 (16:30 +0100)
debian/Makefile.floppy [deleted file]
debian/changelog
debian/floppy/Makefile [new file with mode: 0644]

diff --git a/debian/Makefile.floppy b/debian/Makefile.floppy
deleted file mode 100644 (file)
index 55478d2..0000000
+++ /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
-       
index 60b84a2bfaf6fcaa5c2e367aa7b5b7eb4459cfcb..7bf2ea1c2c7b4d8c61f12d77d905d78289c41ad7 100644 (file)
@@ -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 <ad_debian@joonet.de>  Thu, 18 Nov 2010 23:30:42 +0100
 
diff --git a/debian/floppy/Makefile b/debian/floppy/Makefile
new file mode 100644 (file)
index 0000000..55478d2
--- /dev/null
@@ -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
+