/linux/scripts/package/ |
H A D | mkdebian | 5 # Simple script to generate a debian/ directory for a Linux kernel. 27 # Attempt to find the correct Debian architecture 89 echo "Debian userspace architecture defined!" >&2 96 # Create debian/source/ if it is a source package build 99 mkdir -p debian/source 101 echo "3.0 (quilt)" > debian/source/format 106 } > debian/source/local-options 109 mkdir -p debian/patches 117 } > debian/patches/config.patch 118 echo config.patch > debian/patche [all...] |
H A D | builddeb | 31 pdir=debian/$1 55 # Not all arches have the same installed path in debian 75 # Note: hook scripts under /etc/kernel are also executed by official Debian 81 mkdir -p "${pdir}/DEBIAN" 82 cat <<-EOF > "${pdir}/DEBIAN/${script}" 104 chmod 755 "${pdir}/DEBIAN/${script}" 109 pdir=debian/$1 139 pdir=debian/$1 149 pdir=debian/$1 154 # used by Debian-based distros (to support multi-arch)
|
/linux/scripts/package/debian/ |
H A D | rules | 4 # in case debian/rules is executed directly 7 include debian/rules.vars 38 mk-files = $(patsubst binary-%,debian/%.files,$1) 73 $(Q)cat $(call mk-files,$^) > debian/files 85 $(Q)rm -rf debian/deb-env.vars* debian/*.files 88 # If DEB_HOST_ARCH is empty, it is likely that debian/rules was executed 92 include debian/deb-env.vars 94 debian/deb-env.vars: 95 $(Q)dpkg-architecture -a$$(cat debian/arc [all...] |
H A D | copyright | 15 On Debian GNU/Linux systems, the complete text of the GNU General Public
|
/linux/scripts/ |
H A D | Makefile.package | 95 debian-orig-suffix := \ 102 debian: FORCE 105 PHONY += debian-orig 106 debian-orig: private source = $(shell dpkg-parsechangelog -S Source) 107 debian-orig: private version = $(shell dpkg-parsechangelog -S Version | sed 's/-[^-]*$$//') 108 debian-orig: private orig-name = $(source)_$(version).orig.tar$(debian-orig-suffix) 109 debian-orig: mkdebian-opts = --need-source 110 debian-orig: linux.tar$(debian-orig-suffix) debian 123 deb-pkg srcdeb-pkg: debian-orig 124 bindeb-pkg: debian [all …]
|
/linux/Documentation/bpf/ |
H A D | s390.rst | 23 Debian supports installing compiler and libraries for s390 out of the box. 24 Users of other distros may use debootstrap in order to set up a Debian chroot:: 36 Once on Debian, the build prerequisites can be installed as follows:: 199 - `Debootstrap <https://wiki.debian.org/EmDebian/CrossDebootstrap>`_ 200 - `Multiarch <https://wiki.debian.org/Multiarch/HOWTO>`_
|
/linux/tools/lib/bpf/ |
H A D | libbpf_probes.c | 53 /* On Debian LINUX_VERSION_CODE doesn't correspond to info.release. 55 * Debian 10 looks like the below. 58 * utsname::version #1 SMP Debian 4.19.260-1 (2022-09-29) 68 p = strstr(info->version, "Debian "); in get_debian_kernel_version() 70 /* This is not a Debian kernel. */ in get_debian_kernel_version() 74 if (sscanf(p, "Debian %u.%u.%u", &major, &minor, &patch) != 3) in get_debian_kernel_version() 92 /* Check if this is a Debian kernel. */ in get_kernel_version()
|
/linux/arch/parisc/math-emu/ |
H A D | driver.c | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> 14 * Copyright (C) 2001 Hewlett-Packard <bame@debian.org>
|
H A D | math-emu.h | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
|
H A D | fpu.h | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
|
H A D | hppa.h | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
|
/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-b3.dts | 12 * https://lists.debian.org/debian-arm/2012/08/msg00128.html
|
/linux/Documentation/rust/ |
H A D | quick-start.rst | 39 Debian section in Distributions 42 Debian Testing and Debian Unstable (Sid), outside of the freeze period, provide
|
/linux/drivers/video/fbdev/ |
H A D | valkyriefb.h | 13 * Ported to 68k Macintosh by David Huggins-Daines <dhd@debian.org> 18 * Copyright (C) 1998 Daniel Jacobowitz <dan@debian.org>
|
H A D | pmag-aa-fb.c | 3 * Copyright 2002 Karsten Merker <merker@debian.org> 7 * Michael Engel <engel@unix-ag.org>, Karsten Merker <merker@debian.org>
|
/linux/drivers/gpu/drm/ci/ |
H A D | static-checks.yml | 4 - .use-debian/x86_64_build
|
/linux/net/netfilter/ |
H A D | nft_masq.c | 3 * Copyright (c) 2014 Arturo Borrero Gonzalez <arturo@debian.org> 286 MODULE_AUTHOR("Arturo Borrero Gonzalez <arturo@debian.org>");
|
H A D | nft_redir.c | 3 * Copyright (c) 2014 Arturo Borrero Gonzalez <arturo@debian.org> 268 MODULE_AUTHOR("Arturo Borrero Gonzalez <arturo@debian.org>");
|
/linux/arch/parisc/include/asm/ |
H A D | checksum.h | 24 * Written by Randolph Chung <tausq@debian.org>, and then mucked with by 25 * LaMont Jones <lamont@debian.org>
|
/linux/arch/parisc/kernel/ |
H A D | stacktrace.c | 7 * and parisc unwind functions by Randolph Chung <tausq@debian.org>
|
/linux/include/uapi/linux/ |
H A D | i8k.h | 5 * Copyright (C) 2001 Massimo Dal Zotto <dz@debian.org>
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | ioctl.h | 4 * Copyright (C) 1999,2003 Matthew Wilcox < willy at debian . org >
|
/linux/Documentation/virt/uml/ |
H A D | user_mode_linux_howto_v2.rst | 99 This is extremely easy on Debian - you can do it using debootstrap. It is 126 # debootstrap buster /mnt http://deb.debian.org/debian 173 filesystem. The location is distribution dependent. For Debian these 384 Example host configuration for Debian: 774 ``umid=debian``, you'll see this:: 776 mconsole initialized on /home/jdike/.uml/debian/mconsole 782 # uml_mconsole debian 786 # uml_mconsole /home/jdike/.uml/debian/mconsole
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-ideapad-laptop | 24 Contact: "Ritesh Raj Sarraf <rrs@debian.org>"
|
/linux/arch/parisc/lib/ |
H A D | memcpy.c | 5 * Copyright (C) 2004 Randolph Chung <tausq@debian.org>
|