aboutsummaryrefslogtreecommitdiff
path: root/scripts/package/mkdebian
AgeCommit message (Expand)AuthorFilesLines
2024-01-05kbuild: deb-pkg: use more debhelper commands in builddebGravatar Masahiro Yamada 1-1/+1
2023-12-29kbuild: deb-pkg: hard-code Build-DependsGravatar Masahiro Yamada 1-3/+2
2023-12-29kbuild: deb-pkg: split debian/copyright from the mkdebian scriptGravatar Masahiro Yamada 1-20/+1
2023-12-03scripts: clean up IA-64 codeGravatar Masahiro Yamada 1-1/+1
2023-08-08kbuild: deb-pkg: split debian/rulesGravatar Masahiro Yamada 1-29/+5
2023-08-08kbuild: deb-pkg: use Debian compliant shebang for debian/rulesGravatar Masahiro Yamada 1-1/+1
2023-07-25kbuild: add a phony target to run a command with Kbuild env varsGravatar Masahiro Yamada 1-1/+2
2023-04-30Merge tag 'kbuild-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+2
2023-04-26kbuild: deb-pkg: specify targets in debian/rules as .PHONYGravatar Masahiro Yamada 1-0/+2
2023-04-23kbuild: deb-pkg: Fix a spell typo in mkdebian scriptGravatar Woody Suwalski 1-1/+1
2023-04-11kbuild: give up untracked files for source package buildsGravatar Masahiro Yamada 1-44/+59
2023-03-16kbuild: use git-archive for source package creationGravatar Masahiro Yamada 1-1/+9
2023-03-15kbuild: deb-pkg: use dh_listpackages to know enabled packagesGravatar Masahiro Yamada 1-1/+6
2023-03-15kbuild: deb-pkg: do not take KERNELRELEASE from the source versionGravatar Masahiro Yamada 1-0/+1
2023-03-15kbuild: deb-pkg: make debian source package working againGravatar Masahiro Yamada 1-1/+4
2023-02-26kbuild: deb-pkg: improve the usability of source packageGravatar Masahiro Yamada 1-5/+4
2023-02-26kbuild: deb-pkg: fix binary-arch and clean in debian/rulesGravatar Masahiro Yamada 1-4/+2
2023-02-26kbuild: deb-pkg: switch over to source format 3.0 (quilt)Gravatar Masahiro Yamada 1-23/+18
2023-02-26kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileGravatar Masahiro Yamada 1-1/+1
2023-02-26kbuild: deb-pkg: create source package without cleaningGravatar Masahiro Yamada 1-0/+24
2023-01-26builddeb: clean generated package contentGravatar Bastian Germann 1-1/+1
2022-11-21kbuild: deb-pkg: get rid of |flex:native workaround from Build-DependsGravatar Masahiro Yamada 1-1/+1
2022-11-17kbuild: Restore .version auto-increment behaviour for Debian packagesGravatar Marc Zyngier 1-1/+1
2020-10-14kbuild: deb-pkg: clean up package name variablesGravatar Masahiro Yamada 1-9/+9
2020-10-14kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=nGravatar Masahiro Yamada 1-7/+12
2020-10-10builddeb: Add support for all required debian/rules targetsGravatar Guillem Jover 1-2/+6
2020-10-09builddeb: Enable rootless buildsGravatar Guillem Jover 1-0/+1
2020-08-10kbuild: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-03-30kbuild: deb-pkg: fix warning when CONFIG_DEBUG_INFO is unsetGravatar Reinhard Karcher 1-0/+5
2020-01-04kbuild/deb-pkg: annotate libelf-dev dependency as :nativeGravatar Ard Biesheuvel 1-1/+1
2019-12-17scripts: package: mkdebian: add missing rsync dependencyGravatar Enrico Weigelt, metux IT consult 1-1/+1
2019-07-17builddeb: generate multi-arch friendly linux-libc-dev packageGravatar Cedric Hombourger 1-0/+1
2019-03-17kbuild: deb-pkg: avoid implicit effectsGravatar Arseny Maslennikov 1-1/+4
2019-03-14kbuild: pkg: grep include/config/auto.conf instead of $KCONFIG_CONFIGGravatar Masahiro Yamada 1-1/+1
2019-03-14kbuild: deb-pkg: add CONFIG_ prefix to kernel config optionsGravatar Masahiro Yamada 1-17/+17
2019-03-14deb-pkg: generate correct build dependenciesGravatar Riku Voipio 1-1/+3
2019-02-20kbuild: pkg: use -f $(srctree)/Makefile to recurse to top MakefileGravatar Masahiro Yamada 1-2/+4
2018-11-11kbuild: deb-pkg: fix too low build version numberGravatar Masahiro Yamada 1-2/+5
2018-07-28builddeb: Add automatic support for sh{3,4}{,eb} architecturesGravatar Ben Hutchings 1-3/+10
2018-07-28builddeb: Add automatic support for riscv* architecturesGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for m68k architectureGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for or1k architectureGravatar Ben Hutchings 1-0/+2
2018-07-28builddeb: Add automatic support for sparc64 architectureGravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Add automatic support for mips{,64}r6{,el} architecturesGravatar Ben Hutchings 1-1/+3
2018-07-28builddeb: Add automatic support for mips64el architectureGravatar Ben Hutchings 1-1/+6
2018-07-28builddeb: Add automatic support for ppc64 and powerpcspe architecturesGravatar Ben Hutchings 1-1/+6
2018-07-28builddeb: Introduce functions to simplify kconfig tests in set_debarchGravatar Ben Hutchings 1-9/+17
2018-07-28builddeb: Drop check for 32-bit s390Gravatar Ben Hutchings 1-1/+1
2018-07-28builddeb: Change architecture detection fallback to use dpkg-architectureGravatar Ben Hutchings 1-2/+2
2018-07-28builddeb: Skip architecture detection when KBUILD_DEBARCH is setGravatar Ben Hutchings 1-3/+6