Searched +full:debian +full:- +full:release (Results 1 – 25 of 283) sorted by relevance
12345678910>>...12
| /third_party/lame/debian/ |
| D | changelog | 3 * New update of the debian infra-structure. 4 * debian/rules: 6 + Use the --parallel flag so that building in parallel is supported. 7 * debian/control: 8 + Rewrap the Build-Depends field for legibility. 9 + Change B-D on nasm to allow any i386 platform (no amd64, though). 10 + Update the B-D on debhelper to >= 7.0.50~, as we use overrides in 11 debian/rules. 12 + Fix lintian's debhelper-but-no-misc-depends from the binary packages. 15 * debian/changelog: [all …]
|
| /third_party/backends/ |
| D | .gitlab-ci.yml | 1 # .gitlab-ci.yml -- to test some source code build scenarios 2 # Copyright (C) 2016-2020 Olaf Meeuwissen 4 # License: GPL-3.0+ 7 REGISTRY_HUB: "registry.gitlab.com/sane-project/ci-envs" 8 CONFIGURE_MINI: "--enable-silent-rules" 9 …CONFIGURE_FULL: "--with-usb --with-usb-record-replay --with-avahi --enable-pnm-backend --with-libc… 12 - tarball 13 - compile 14 - snapshot 15 - release [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 22 - _build/meson-logs/*.txt 23 - _build/meson-logs/strace 24 - _build/.ninja_log 25 - artifacts 28 .build-linux: 29 extends: .build-common 36 - !reference [default, before_script] [all …]
|
| /third_party/curl/docs/ |
| D | DISTROS.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 9 <!-- markdown-link-check-disable --> 13 distro. Those marked *Rolling Release* typically run the latest version of curl 14 and are therefore less likely to have back-ported patches to older versions. 16 We discuss curl distro issues, patches and collaboration on the [curl-distros 17 mailing list](https://lists.haxx.se/listinfo/curl-distros). 21 - curl package source and patches: curl package source and patches 22 - curl issues: https://bugs.almalinux.org/view_all_bug_page.php click Category and choose curl [all …]
|
| /third_party/libbpf/src/ |
| D | libbpf_probes.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 21 /* On Ubuntu LINUX_VERSION_CODE doesn't correspond to info.release, 26 * Ubuntu 5.4.0-12.15-generic 5.4.8 29 * uname() call will return 5.4.0 in info.release. 53 /* On Debian LINUX_VERSION_CODE doesn't correspond to info.release. 55 * Debian 10 looks like the below. 57 * utsname::release 4.19.0-22-amd64 58 * utsname::version #1 SMP Debian 4.19.260-1 (2022-09-29) 61 * uname() call will return 4.19.0 in info.release. 68 p = strstr(info->version, "Debian "); in get_debian_kernel_version() [all …]
|
| /third_party/openssl/ |
| D | NOTES-PERL.md | 4 - [General Notes](#general-notes) 5 - [Perl on Windows](#perl-on-windows) 6 - [Perl on VMS](#perl-on-vms) 7 - [Perl on NonStop](#perl-on-nonstop) 8 - [Required Perl modules](#required-perl-modules) 9 - [Notes on installing a Perl module](#notes-on-installing-a-perl-module]) 12 ------------- 23 - on Linux distributions based on Debian, the package `perl` will 25 - on Linux distributions based on RPMs, you will need to install 26 `perl-core` rather than just `perl`. [all …]
|
| /third_party/grpc/tools/interop_matrix/patches/csharp_v1.0.1/ |
| D | git_repo.patch | 1 diff --git a/third_party/boringssl b/third_party/boringssl 3 --- a/third_party/boringssl 5 @@ -1 +1 @@ 6 -Subproject commit c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e9 8 diff --git a/third_party/gflags b/third_party/gflags 10 --- a/third_party/gflags 12 @@ -1 +1 @@ 13 -Subproject commit 05b155ff59114735ec8cd089f669c4c3d8f59029 15 diff --git a/third_party/googletest b/third_party/googletest 17 --- a/third_party/googletest [all …]
|
| /third_party/skia/m133/third_party/externals/libwebp/doc/ |
| D | building.md | 8 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output 11 the directory `output\release-static\(x64|x86)\bin` will contain the tools 12 cwebp.exe and dwebp.exe. The directory `output\release-static\(x64|x86)\lib` 22 make -f makefile.unix 26 library src/libwebp.a. No system-wide installation is supplied, as this is a 35 On a Debian-like system the following should install everything you need for a 39 $ sudo apt-get install gcc make autoconf automake libtool 64 Note: A decode-only library, libwebpdecoder, is available using the 65 `--enable-libwebpdecoder` flag. The encode library is built separately and can 67 Makefile.am configure files (see comments there). See `./configure --help` for [all …]
|
| /third_party/benchmark/ |
| D | dependencies.md | 6 * Debian stable AND 10 16.04 (Xenial), Ubuntu 18.04 (Bionic), and Debian stretch. 15 The current supported version is cmake 3.5.1 as of 2018-06-06. 18 release, as `cmake3`._
|
| /third_party/libphonenumber/cpp/ |
| D | README | 6 This project uses some third-party code: 7 - src/phonenumbers/utf/ sources come from lib9 which is also used in Go. 11 ----------------------------------- 12 In recent Debian-based distributions you may be able to simply install the 16 - Use this if you just need to use or link against the library: 17 $ sudo apt-get install libphonenumber8 libphonenumber-dev 20 - Use this if you wish to develop or debug the library: 21 $ sudo apt-get source libphonenumber 23 The latest packages can be found on the Debian packages site: 24 https://packages.debian.org/search?searchon=names&keywords=libphonenumber [all …]
|
| /third_party/curl/ |
| D | Dockerfile | 3 # SPDX-License-Identifier: curl 5 # Self-contained build environment to match the release environment. 7 # Build and set the timestamp for the date corresponding to the release 9 # docker build --build-arg SOURCE_DATE_EPOCH=1711526400 --build-arg UID=$(id -u) --build-arg GID=… 13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi 14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -… 15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make 16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./maketgz 8.7… 20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash 21 # $ autoreconf -fi [all …]
|
| /third_party/skia/docker/cmake-release/ |
| D | Dockerfile | 1 # Dockerfile for building Skia in release mode, using CMake. 4 RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list 6 RUN apt-get update && apt-get upgrade -y && apt-get install -y \ 11 clang-11 \ 12 build-essential \ 14 libfreetype6-dev \ 15 libfontconfig-dev \ 16 libgl1-mesa-dev \ 17 libglu1-mesa-dev \ 18 libxi-dev \ [all …]
|
| /third_party/ltp/ci/ |
| D | debian.sh | 2 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 3 set -ex 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 30 libacl1-dev \ 31 libaio-dev \ [all …]
|
| /third_party/lwip/src/netif/ppp/ |
| D | PPPD_FOLLOWUP | 11 == Patch fetched from from pppd Debian packages == 14 Debian and this is a good place to be. 16 - LCP adaptive echo, so that we don't send LCP echo request if we 20 - IPCP no/replace default route option, were added in the early stage of 26 - using rp-pppoe pppd exits with EXIT_OK after receiving a timeout waiting 28 in Debian but not in the latest (at the time when the port were started) 29 pppd release. 34 2010-03-06 - Document +ipv6 and ipv6cp-accept-local 40 2010-03-06 - Install pppol2tp plugins with sane permissions 46 2010-03-07 - pppd: Terminate correctly if lcp_lowerup delayed calling [all …]
|
| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci-inc.yml | 2 .freedreno-common-rules: 4 - !reference [.test, rules] 5 - !reference [.no_scheduled_pipelines-rules, rules] 6 - changes: &freedreno_core_file_list 7 - src/freedreno/ci/gitlab-ci.yml 8 - src/freedreno/ci/gitlab-ci-inc.yml 9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml 10 - src/freedreno/ci/$GPU_VERSION-fails.txt 11 - src/freedreno/ci/$GPU_VERSION-flakes.txt 12 - src/freedreno/ci/$GPU_VERSION-skips.txt [all …]
|
| /third_party/skia/m133/docker/cmake-release/ |
| D | Dockerfile | 1 # Dockerfile for building Skia in release mode, using CMake. 4 RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list 6 RUN apt-get update && apt-get upgrade -y && apt-get install -y \ 11 clang-11 \ 12 build-essential \ 13 libfreetype6-dev \ 14 libfontconfig-dev \ 15 libgl1-mesa-dev \ 16 libglu1-mesa-dev \ 17 libxi-dev \ [all …]
|
| /third_party/mesa3d/.gitlab-ci/ |
| D | test-source-dep.yml | 5 .scheduled_pipeline-rules: 7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"' 12 # disables that, but keeps the auto-retry for infrastructure failures. 13 .no-auto-retry: 19 - api_failure 20 - runner_system_failure 21 - scheduler_failure 22 - data_integrity_failure 23 - unknown_failure 28 .no_scheduled_pipelines-rules: [all …]
|
| /third_party/grpc/tools/run_tests/sanity/ |
| D | check_version.py | 9 # http://www.apache.org/licenses/LICENSE-2.0 34 "git rev-parse --abbrev-ref HEAD", shell=True 41 m = re.match(r"^release-([0-9]+)_([0-9]+)$", branch_name) 43 print("RELEASE branch") 53 elif re.match(r"^debian/.*$", branch_name): 54 # no additional version checks for debian branches 57 # all other branches should have a -dev tag 59 warning = 'Version key "%s" value "%s" should have a -dev tag' 74 if re.match(r"^[a-z]+_version$", tag):
|
| /third_party/rust/crates/bindgen/.github/workflows/ |
| D | bindgen.yml | 6 - main 9 - main 12 - main 15 rustfmt-clippy: 16 runs-on: ubuntu-latest 19 - uses: actions/checkout@v4 21 - name: Install stable 22 uses: dtolnay/rust-toolchain@master 24 # TODO: Should ideally be stable, but we use some nightly-only 29 - name: Run rustfmt [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.common-rules, rules] 21 - !reference [.never-post-merge-rules, rules] 23 .formatting-check: [all …]
|
| /third_party/liburing/ |
| D | make-debs.sh | 18 set -xe 21 base=${1:-/tmp/release} 23 releasedir=$base/$(lsb_release -si)/liburing 24 rm -rf $releasedir 25 mkdir -p $releasedir 29 src_dir=$(readlink -e `basename $0`) 33 version=$(git describe --match "lib*" | cut -d '-' -f 2) 34 outfile="liburing-$version" 35 orgfile=$(echo $outfile | tr '-' '_') 38 cp -arf ${dirname}/${basename} ${releasedir}/${outfile} [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 24.1.3.rst | 1 Mesa 24.1.3 Release Notes / 2024-07-03 4 Mesa 24.1.3 is a bug fix release which fixes bugs found since the 24.1.2 release. 18 --------------- 22 63236426b25a745ba6aa2d6daf8cd769d5ea01887b0745ab7124d2ef33a9020d mesa-24.1.3.tar.xz 26 ------------ 28 - None 32 --------- 34 - Incorrect colours on desktop and apps 35 - nir: Incorrect nir_opt_algebraic semantics for signed integer constants causing end-to-end miscom… 36 - src/gallium/frontends/clover/meson.build:93:40: ERROR: Unknown variable "idep_mesaclc". [all …]
|
| D | 9.1.2.rst | 1 Mesa 9.1.2 Release Notes / April 30th, 2013 4 Mesa 9.1.2 is a bug fix release which fixes bugs found since the 9.1.1 5 release. 15 ------------- 19 df2aab86ff4a510ce5b0d074caa0a59f MesaLib-9.1.2.tar.bz2 20 415c2bc3a9eb571aafbfa474ebf5a2e0 MesaLib-9.1.2.tar.gz 21 b1ae5a4d9255953980bc9254f5323420 MesaLib-9.1.2.zip 24 ------------ 29 --------- 33 - `Bug 44567 <https://bugs.freedesktop.org/show_bug.cgi?id=44567>`__ - [all …]
|
| /third_party/backends/ChangeLogs/ |
| D | ChangeLog-1.0.21 | 1 ****** Release of sane-backends 1.0.21. End of code freeze ****** 3 2010-04-25 Chris Bagwell <chris at cnpbagwell do com> 4 * tools/sane-config.in: Fix typo: REGMGR=RESMGR. 6 2010-04-21 m. allan noah <kitno455 at gmail dot com> 7 * tools/.gitignore: add sane-backends.pc 11 2010-04-20 Chris Bagwell <chris at cnpbagwell do com> 12 * doc/descriptions-external/epkowa.desc: Updated based 13 on values that will be in next release of iscan. 14 Updated 4 pre-existing SCSI models with commonly used 16 to be correctly detected using auto-generated hal and udev [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/platform-support/ |
| D | armv7-unknown-linux-uclibceabi.md | 1 # `armv7-unknown-linux-uclibceabi` 5 …Us and uses the uclibc-ng standard library. This is a common configuration on many consumer router… 19 … `'C'` cross toolchain that targets ARMv7 softfloat and that uses the uclibc-ng standard library. … 21 …-toolchain) is a sample toolchain that is built using [buildroot](https://buildroot.org/). It uses… 25 [rust-bootstrap-armv7-unknown-linux-uclibceabi](https://github.com/lancethepants/rust-bootstrap-arm… 32 build-stage = 2 33 target = ["armv7-unknown-linux-uclibceabi"] 35 [target.armv7-unknown-linux-uclibceabi] 36 cc = "/path/to/arm-unknown-linux-uclibcgnueabi-gcc" 37 cxx = "/path/to/arm-unknown-linux-uclibcgnueabi-g++" [all …]
|
12345678910>>...12