Add patchset for Ubuntu
authorJoachim Wiedorn <ad_debian@joonet.de>
Fri, 28 Jan 2011 23:40:40 +0000 (00:40 +0100)
committerJoachim Wiedorn <ad_debian@joonet.de>
Fri, 28 Jan 2011 23:40:40 +0000 (00:40 +0100)
debian/changelog
debian/patches/02_lilo-version-ubuntu.patch [new file with mode: 0644]
debian/patches/03_keytab-lilo.8-debian-based.patch
debian/patches/04_lilo.8-debian-based.patch
debian/patches/ubuntu.series [new file with mode: 0644]

index 325dd0c6bf9f9b3374677f9d844de166edd28996..e877ec3405676ea945741ed8fb534aec71f8650c 100644 (file)
@@ -53,6 +53,7 @@ lilo (1:23.1-1) unstable; urgency=low
   * Remove obsolete file debian/NEWS.
   * Remove obsolete debian/TODO file.
   * Remove obsolete debian/lilo.changelogs file.
   * 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)
 
   * debconf files:
     - Remove message above old bitmap path. (Closes: #304065)
diff --git a/debian/patches/02_lilo-version-ubuntu.patch b/debian/patches/02_lilo-version-ubuntu.patch
new file mode 100644 (file)
index 0000000..a8dce93
--- /dev/null
@@ -0,0 +1,39 @@
+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();
index 57f1b3fff61ff8907cc7a3e31dc4a8aaa57e55a3..ce85ad52aa5af6c5c24e5398412793a8d899c0dc 100644 (file)
@@ -1,8 +1,8 @@
 Package:     lilo
 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
 Author:      Joachim Wiedorn <ad_debian at joonet.de>
 Forwarded:   no
-Last-Update: 2010-11-11
+Last-Update: 2011-01-28
 
 ---
 
 
 ---
 
@@ -16,4 +16,4 @@ diff -urN v03/man/keytab-lilo.8 v04/man/keytab-lilo.8
 +
 +.B lilo
 +comes with extensive documentation which can be found in
 +
 +.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.
index b9fe990dcadb925242fd5e92aae0891b5774d82b..f0fc6dd236d2799ea4196590482aafef3a4a3fab 100644 (file)
@@ -1,8 +1,8 @@
 Package:     lilo
 Package:     lilo
-Subject:     lilo.8 for Debian
+Subject:     lilo.8 for Debian-based systems
 Author:      Joachim Wiedorn <ad_debian at joonet.de>
 Forwarded:   no
 Author:      Joachim Wiedorn <ad_debian at joonet.de>
 Forwarded:   no
-Last-Update: 2010-11-11
+Last-Update: 2011-01-28
 
 ---
 
 
 ---
 
@@ -13,7 +13,7 @@ diff -urN v04/man/lilo.8 v05/man/lilo.8
  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.
  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
  .SH "AUTHORS"
  Werner Almesberger <almesber@lrc.epfl.ch> (versions 0 to 21)
  .br
diff --git a/debian/patches/ubuntu.series b/debian/patches/ubuntu.series
new file mode 100644 (file)
index 0000000..fcf4139
--- /dev/null
@@ -0,0 +1,11 @@
+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