Searched full:debian (Results 1 – 25 of 334) sorted by relevance
12345678910>>...14
| /kernel/linux/linux-6.6/scripts/package/ |
| D | mkdebian | 5 # Simple script to generate a debian/ directory for a Linux kernel. 27 # Attempt to find the correct Debian architecture 80 echo "Debian userspace architecture defined!" >&2 87 # Create debian/source/ if it is a source package build 90 mkdir -p debian/source 92 echo "3.0 (quilt)" > debian/source/format 97 } > debian/source/local-options 100 mkdir -p debian/patches 108 } > debian/patches/config.patch 109 echo config.patch > debian/patches/series [all …]
|
| D | builddeb | 31 mkdir -m 755 -p "$pdir/DEBIAN" 33 cp debian/copyright "$pdir/usr/share/doc/$pname/" 34 cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian" 35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 36 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \ 37 | xargs -r0 md5sum > DEBIAN/md5sums" 82 # Not all arches have the same installed path in debian 96 # Note: hook scripts under /etc/kernel are also executed by official Debian 104 mkdir -p "${pdir}/DEBIAN" 105 cat <<-EOF > "${pdir}/DEBIAN/${script}" [all …]
|
| /kernel/linux/linux-5.10/scripts/package/ |
| D | builddeb | 31 mkdir -m 755 -p "$pdir/DEBIAN" 33 cp debian/copyright "$pdir/usr/share/doc/$pname/" 34 cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian" 35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 36 sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \ 37 | xargs -r0 md5sum > DEBIAN/md5sums" 67 ) > debian/hdrsrcfiles 79 } > debian/hdrobjfiles 83 tar -c -f - -C $srctree -T debian/hdrsrcfiles | tar -xf - -C $destdir 84 tar -c -f - -T debian/hdrobjfiles | tar -xf - -C $destdir [all …]
|
| D | mkdebian | 5 # Simple script to generate a debian/ directory for a Linux kernel. 27 # Attempt to find the correct Debian architecture 80 echo "Debian userspace architecture defined!" >&2 135 mkdir -p debian/source/ 136 echo "1.0" > debian/source/format 138 echo $debarch > debian/arch 143 cat <<EOF > debian/changelog 152 cat <<EOF > debian/copyright 167 On Debian GNU/Linux systems, the complete text of the GNU General Public 172 cat <<EOF > debian/control [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | container.yml | 6 debian/x86_64_build-base: 10 debian/x86_64_test-gl: 14 debian/arm64_build: 27 debian/x86_64_test-vk: 35 debian/android_build: 39 debian/x86_64_test-android: 51 .debian/x86_64_build-mingw:
|
| D | image-tags.yml | 3 DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base" 6 DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build" 11 DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base" 12 DEBIAN_X86_64_TEST_IMAGE_GL_PATH: "debian/x86_64_test-gl"
|
| D | test.yml | 32 - debian/x86_64_build 47 - debian/x86_64_build 62 - debian/x86_64_build 69 - .use-debian/arm64_test 78 - debian/arm64_test 338 - debian/x86_64_test-gl
|
| D | build.yml | 15 - .use-debian/arm64_build 26 - .use-debian/arm64_build 37 - .use-debian/x86_64_build
|
| D | static-checks.yml | 4 - .use-debian/x86_64_build
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Makefile.package | 113 debian-orig-suffix := \ 120 debian: FORCE 123 PHONY += debian-orig 124 debian-orig: private source = $(shell dpkg-parsechangelog -S Source) 125 debian-orig: private version = $(shell dpkg-parsechangelog -S Version | sed 's/-[^-]*$$//') 126 debian-orig: private orig-name = $(source)_$(version).orig.tar$(debian-orig-suffix) 127 debian-orig: mkdebian-opts = --need-source 128 debian-orig: linux.tar$(debian-orig-suffix) debian 143 deb-pkg srcdeb-pkg: debian-orig 144 bindeb-pkg: debian [all …]
|
| /kernel/linux/linux-6.6/scripts/package/debian/ |
| D | rules | 4 include debian/rules.vars 32 rm -rf debian/files debian/linux-*
|
| /kernel/linux/linux-6.6/Documentation/bpf/ |
| 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>`_
|
| /kernel/linux/linux-5.10/Documentation/bpf/ |
| 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>`_
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| 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()
|
| /kernel/linux/linux-5.10/ |
| D | .gitignore | 77 # Debian directory (make deb-pkg) 79 /debian/
|
| /kernel/linux/linux-6.6/ |
| D | .gitignore | 81 # Debian directory (make deb-pkg) 83 /debian/
|
| /kernel/linux/linux-5.10/arch/parisc/math-emu/ |
| D | driver.c | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> 14 * Copyright (C) 2001 Hewlett-Packard <bame@debian.org>
|
| D | math-emu.h | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | kirkwood-b3.dts | 12 * https://lists.debian.org/debian-arm/2012/08/msg00128.html
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | kirkwood-b3.dts | 12 * https://lists.debian.org/debian-arm/2012/08/msg00128.html
|
| /kernel/linux/linux-6.6/arch/parisc/math-emu/ |
| D | driver.c | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> 14 * Copyright (C) 2001 Hewlett-Packard <bame@debian.org>
|
| D | math-emu.h | 6 * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/ |
| D | valkyriefb.h | 13 * Ported to 68k Macintosh by David Huggins-Daines <dhd@debian.org> 18 * Copyright (C) 1998 Daniel Jacobowitz <dan@debian.org>
|
| /kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
| D | unwind_vdso.c | 162 * The most likely cause of this is that you're on Debian or in main() 163 * a Debian-based distro, you're missing libc6-i686, and you're in main()
|
| /kernel/linux/linux-5.10/drivers/video/fbdev/ |
| D | valkyriefb.h | 13 * Ported to 68k Macintosh by David Huggins-Daines <dhd@debian.org> 18 * Copyright (C) 1998 Daniel Jacobowitz <dan@debian.org>
|
12345678910>>...14