04 Feb, 2011

1 commit

  • When building linux-headers package using deb-pkg, builddeb erroneously assume
    current directory is the source tree. This is not true if building in another
    directory, using make O=... deb-pkg.

    This patch fix this problem.

    Signed-off-by: Nicolas de Pesloüan
    Tested-by: Nikolai Kondrashov
    Acked-by: maximilian attems
    Signed-off-by: Michal Marek

    Nicolas de Pesloüan
     

15 Jan, 2011

1 commit


08 Jan, 2011

1 commit


07 Jan, 2011

1 commit


29 Dec, 2010

1 commit


20 Dec, 2010

1 commit

  • Usefull if building for sparc64 userland, because the
    sparc and sparc64 userlands use the same 64-bit kernel,
    making it impossible to always select the correct userland
    architecture for the resulting debian package.

    Might also be usefull, if you want a i386 userland with a amd64 kernel.

    Example usage:
    make KBUILD_DEBARCH=i386 deb-pkg

    LKML-reference:
    Signed-off-by: Asbjoern Sloth Toennesen
    Reviewed-by: WANG Cong
    Acked-by: maximilian attems
    Signed-off-by: Michal Marek

    Asbjoern Sloth Toennesen
     

25 Nov, 2010

1 commit

  • Instead of creating the debian package for the compiling userland,
    create it for a userland matching the kernel thats being compiled.

    This patch supports all Lenny release architectures,
    and Linux-based architecture candidates for Squeeze.

    If it can't find a proper Debian userspace it displays a warning,
    and fallback to let deb-gencontrol use the host's userspace arch.

    Eg. with this patch the following make command:

    make ARCH=i386 deb-pkg

    will output an i386 Debian package instead of an amd64 one,
    when run on an amd64 machine.

    Signed-off-by: Asbjoern Sloth Toennesen
    Acked-by: maximilian attems
    Signed-off-by: Michal Marek

    Asbjoern Sloth Toennesen
     

11 Nov, 2010

1 commit


06 Sep, 2010

1 commit


03 Jun, 2010

3 commits


07 Mar, 2010

1 commit


18 Jul, 2009

1 commit

  • bash versus dash and posh disagree on expanding $@ within double quotes:
    export x="$@"
    see http://bugs.debian.org/381091 for details
    just use the arglist with $*.

    dpkg: error processing linux-image-2.6.31-rc1_2.6.31-rc1-18_i386.deb (--install):
    subprocess pre-installation script returned error exit status 2
    export: 6: 2.6.31-rc1-18: bad variable name
    fixes http://bugzilla.kernel.org/show_bug.cgi?id=13567

    seen on Ubuntu as there dash is the default sh,
    versus bash on Debian.

    Reported-by: Pauli
    Cc: Frans Pop
    Signed-off-by: maximilian attems
    Acked-By: Andres Salomon

    maximilian attems
     

27 Jun, 2009

1 commit

  • In the series for 2.6.31 it was noticed to ship the copyright,
    but the generated changelog got lost somehow.

    As bonus the generated linux-image deb packages are Lenny lintian clean.

    Cc: Frans Pop
    Cc: Andres Salomon
    Signed-off-by: maximilian attems
    Signed-off-by: Sam Ravnborg

    maximilian attems
     

10 Jun, 2009

14 commits


10 Nov, 2008

1 commit


09 Feb, 2008

1 commit


18 Oct, 2007

1 commit

  • http://bugzilla.kernel.org/show_bug.cgi?id=8941

    Current Debian's kernel-modules depend on matching linux-image-$version, though
    Linux's make deb-pkg build a .deb that 'Provides: kernel-image-$version' only.
    The following patch adds the Debian-compliant 'Provides', leaving the default
    one; hopely this will make way all happy.

    Signed-off-by: paolo
    Signed-off-by: Sam Ravnborg

    bugme-daemon@bugzilla.kernel.org
     

15 Jul, 2005

3 commits


17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds