* Remove obsolete file debian/NEWS.
* Remove obsolete debian/TODO file.
* Remove obsolete debian/lilo.changelogs file.
+ * Add patchset for use in Ubuntu.
* debconf files:
- Remove message above old bitmap path. (Closes: #304065)
--- /dev/null
+Package: lilo
+Subject: add lilo version for Ubuntu
+Author: Joachim Wiedorn <ad_debian at joonet.de>
+Forwarded: no
+Last-Update: 2011-01-28
+
+---
+
+diff -urN s01/src/crt.S s02/src/crt.S
+--- s01/src/crt.S 2010-11-01 16:32:09.000000000 +0100
++++ s02/src/crt.S 2010-11-05 00:30:35.183058179 +0100
+@@ -694,7 +694,7 @@
+
+
+ str_title:
+- .ascii "GNU/Linux - "
++ .ascii "Ubuntu - "
+ .ascii "LILO "
+ #ifdef LCF_VERSION
+ .ascii SA(VERSION_MAJOR)
+diff -urN s01/src/lilo.c s02/src/lilo.c
+--- s01/src/lilo.c 2010-06-28 23:29:23.000000000 +0200
++++ s02/src/lilo.c 2010-11-05 00:29:44.219065803 +0100
+@@ -819,6 +819,7 @@
+ printf("LILO version %d.%d%s%s", VERSION_MAJOR, VERSION_MINOR,
+ VERSION_EDIT, test ? " (test mode)" : "");
+ if (version && verbose<=0) {
++ printf (" (Ubuntu GNU/Linux)");
+ printf("\n");
+ return 0;
+ }
+@@ -843,6 +844,7 @@
+ }
+ #endif
+ }
++ printf ("Ubuntu GNU/Linux\n");
+ printf("\n");
+ if (version) {
+ if (verbose>=2) configuration();
Package: lilo
-Subject: keytab-lilo.8 for Debian
+Subject: keytab-lilo.8 for Debian-based systems
Author: Joachim Wiedorn <ad_debian at joonet.de>
Forwarded: no
-Last-Update: 2010-11-11
+Last-Update: 2011-01-28
---
+
+.B lilo
+comes with extensive documentation which can be found in
-+/usr/share/doc/lilo/ on Debian systems.
++/usr/share/doc/lilo-doc/ on Debian-based systems.
Package: lilo
-Subject: lilo.8 for Debian
+Subject: lilo.8 for Debian-based systems
Author: Joachim Wiedorn <ad_debian at joonet.de>
Forwarded: no
-Last-Update: 2010-11-11
+Last-Update: 2011-01-28
---
The lilo distribution comes with very extensive TeX documentation through
Version 21. Text file README's in the source directory provide updates on
more recent topics.
-+This can be found in /usr/share/doc/lilo on Debian systems.
++This can be found in /usr/share/doc/lilo-doc/ on Debian-based systems.
.SH "AUTHORS"
Werner Almesberger <almesber@lrc.epfl.ch> (versions 0 to 21)
.br
--- /dev/null
+01_makefile-adds.patch
+02_lilo-version-ubuntu.patch
+03_keytab-lilo.8-debian-based.patch
+04_lilo.8-debian-based.patch
+05_readme.disk-change.patch
+06_notinteractive.patch
+07_bad-partition-warn.patch
+08_install-also-dat-files.patch
+09_use-of-newer-debhelper.patch
+10_add-info-about-h-option.patch
+11_remove-obsolete-bios-workaround.patch