diff options
author | Felix Geyer <debfx-pkg@fobos.de> | 2010-05-05 17:35:22 +0200 |
---|---|---|
committer | Felix Geyer <debfx-pkg@fobos.de> | 2010-05-05 17:35:22 +0200 |
commit | f7f6d30efa94b198008514a6ba935ea80cad6628 (patch) | |
tree | 35a17590fe0b4e5c08af2b2a643b61a155b3168a | |
parent | a8e84d8917e292f8bd8fd5ca9be5aa9242087103 (diff) | |
download | kbuild-f7f6d30efa94b198008514a6ba935ea80cad6628.tar.gz |
Add some more description to patches.
-rw-r--r-- | debian/patches/kbuild-dprintf-posix2008.diff | 9 | ||||
-rw-r--r-- | debian/patches/kbuild-gnukfreebsd.diff | 7 | ||||
-rw-r--r-- | debian/patches/kbuild-sh4.diff | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/debian/patches/kbuild-dprintf-posix2008.diff b/debian/patches/kbuild-dprintf-posix2008.diff index 58887f4..bfec903 100644 --- a/debian/patches/kbuild-dprintf-posix2008.diff +++ b/debian/patches/kbuild-dprintf-posix2008.diff @@ -1,7 +1,8 @@ -This dprintf() collides with POSIX.1-2008 dprintf() and is not used at all -anyways. (Whoa! what a stupid name! standardized before invention of grep!) - -Lubomir Rintel <lkundrak@v3.sk> +Description: This dprintf() collides with POSIX.1-2008 dprintf() + and is not used at all anyways. + (Whoa! what a stupid name! standardized before invention of grep!) +Author: Lubomir Rintel <lkundrak@v3.sk> +Bug-Debian: http://bugs.debian.org/552843 diff -up kBuild-0.1.5/src/ash/output.c.gcc44 kBuild-0.1.5/src/ash/output.c --- kBuild-0.1.5/src/ash/output.c.gcc44 2009-04-13 01:20:33.857017054 +0200 diff --git a/debian/patches/kbuild-gnukfreebsd.diff b/debian/patches/kbuild-gnukfreebsd.diff index 1ba8fba..15ddc99 100644 --- a/debian/patches/kbuild-gnukfreebsd.diff +++ b/debian/patches/kbuild-gnukfreebsd.diff @@ -1,9 +1,8 @@ Author: Julian Andres Klode <jak@debian.org> Description: Add support for GNU/kFreeBSD platforms to kbuild. - -This patch adds support for GNU/kFreeBSD. It still has a few problems, -like the missing fflagstostr() and strtofflags() functions or the unresolved -clock_gettime(), which have all been worked around for now. + It still has a few problems, like the missing fflagstostr() and strtofflags() functions + or the unresolved clock_gettime(), which have all been worked around for now. +Bug-Debian: http://bugs.debian.org/540665 Index: kbuild-0.1.98svn2318/src/kmk/dir.c =================================================================== diff --git a/debian/patches/kbuild-sh4.diff b/debian/patches/kbuild-sh4.diff index c4f90eb..c0a8707 100644 --- a/debian/patches/kbuild-sh4.diff +++ b/debian/patches/kbuild-sh4.diff @@ -1,4 +1,6 @@ Description: Fix FTBFS on sh4 +Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> +Bug-Debian: http://bugs.debian.org/544974 diff -urN a/kBuild/env.sh b/kBuild/env.sh --- a/kBuild/env.sh 2009-04-09 23:40:04.000000000 +0000 |