diff --git a/debian/changelog b/debian/changelog index 1879413..3149937 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ on kFreeBSD (Closes: #576443). Patch from Mats Erik Andersson. * Update debian/watch file to use the new upstream location linked to from http://savannah.nongnu.org/projects/sysvinit . + * Update meta information about patches applied upstream. -- Petter Reinholdtsen Fri, 07 Feb 2014 09:11:42 +0100 diff --git a/debian/patches/11_inittab_limits.patch b/debian/patches/11_inittab_limits.patch index 2d59601..6479330 100644 --- a/debian/patches/11_inittab_limits.patch +++ b/debian/patches/11_inittab_limits.patch @@ -1,3 +1,8 @@ +Description: Document process field limit in error message and manual page +Author: Johannes Truschnigg +Last-Update: 2012-11-23 +Status: applied upstream + diff --git a/man/inittab.5 b/man/inittab.5 index e1d739d..80aa084 100644 --- a/man/inittab.5 diff --git a/debian/patches/11_man_fstab_decode_typo b/debian/patches/11_man_fstab_decode_typo index 4ec019b..79c0db4 100644 --- a/debian/patches/11_man_fstab_decode_typo +++ b/debian/patches/11_man_fstab_decode_typo @@ -1,7 +1,7 @@ Purpose: Fix typo in fstab-decode(8) font escape Author: Bjarni Ingi Gislason Fixes: - -Status: Not submitted upstream +Status: applied upstream --- --- a/man/fstab-decode.8 diff --git a/debian/patches/20_init_freebsd_vswtc.patch b/debian/patches/20_init_freebsd_vswtc.patch index 459b67e..d5baf6f 100644 --- a/debian/patches/20_init_freebsd_vswtc.patch +++ b/debian/patches/20_init_freebsd_vswtc.patch @@ -1,7 +1,7 @@ Purpose: kFreeBSD is missing VSWTC, provide workaround. Authour: Petter Reinholdtsen Fixes: #579293 -Status: Not sent upstream. +Status: applied upstream --- sysvinit.old/src/init.c (revision 1869) +++ sysvinit/src/init.c (working copy) diff --git a/debian/patches/30_killall5_hurd.patch b/debian/patches/30_killall5_hurd.patch index 719a022..40920aa 100644 --- a/debian/patches/30_killall5_hurd.patch +++ b/debian/patches/30_killall5_hurd.patch @@ -1,7 +1,7 @@ Purpose: Hurd is missing PATH_MAX, provide workaround. Authour: Werner Fink Fixes: ? -Status: Not send upstream +Status: applied upstream --- sysvinit.orig/src/killall5.c (revision 1869) +++ sysvinit/src/killall5.c (working copy) diff --git a/debian/patches/31_killall5_hurd.patch b/debian/patches/31_killall5_hurd.patch index ca935dd..d43876b 100644 --- a/debian/patches/31_killall5_hurd.patch +++ b/debian/patches/31_killall5_hurd.patch @@ -3,6 +3,7 @@ Description: killall5.c: Use sysconf(_SC_SYMLOOP_MAX) instead of MAXSYMLINKS. If sysconf returns an error, fall back to MAXSYMLINKS on platforms that define it. Fixes build on Hurd. +Status: applied upstream --- a/src/killall5.c +++ b/src/killall5.c diff --git a/debian/patches/63_init_keep_utf8_ttyflag.patch b/debian/patches/63_init_keep_utf8_ttyflag.patch index 3660bd7..e16831f 100644 --- a/debian/patches/63_init_keep_utf8_ttyflag.patch +++ b/debian/patches/63_init_keep_utf8_ttyflag.patch @@ -1,7 +1,7 @@ Purpose: Make sure the utf-8 flag is not cleared from the tty. Authour: Samuel Thibault Fixes: #547073 -Status: Not applied upstream. +Status: applied upstream --- a/src/init.c +++ b/src/init.c diff --git a/debian/patches/64_init_selinux_enabled.patch b/debian/patches/64_init_selinux_enabled.patch index 430d86d..47584df 100644 --- a/debian/patches/64_init_selinux_enabled.patch +++ b/debian/patches/64_init_selinux_enabled.patch @@ -1,7 +1,7 @@ Purpose: Try to fix the logic used to enable SELinux Authour: Petter Reinholdtsen Fixes: #580272 -Status: Not sent upstream yet +Status: applied upstream --- a/src/init.c +++ b/src/init.c diff --git a/debian/patches/92_kfreebsd_ifdown.patch b/debian/patches/92_kfreebsd_ifdown.patch index 00ab572..da85fe9 100644 --- a/debian/patches/92_kfreebsd_ifdown.patch +++ b/debian/patches/92_kfreebsd_ifdown.patch @@ -1,3 +1,8 @@ +Purpose: Port ifdown.c to FreeBSD. +Authour: Guillem Jover +Fixes: #606565 +Status: applied upstream + --- a/src/ifdown.c +++ b/src/ifdown.c @@ -37,6 +37,23 @@ diff --git a/debian/patches/95_kfreebsd_bootlogd.patch b/debian/patches/95_kfreebsd_bootlogd.patch index 8bb4e46..4ce4852 100644 --- a/debian/patches/95_kfreebsd_bootlogd.patch +++ b/debian/patches/95_kfreebsd_bootlogd.patch @@ -4,7 +4,7 @@ Author: Mats Erik Andersson Last-Update: 2012-04-03 Fixes: #576443 -Status: not set upstream +Status: applied upstream --- sysvinit-2.88dsf.debian/src/bootlogd.c +++ sysvinit-2.88dsf/src/bootlogd.c