mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-15 18:42:52 +00:00
Set debhelper-compat version in Build-Depends.
Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
This commit is contained in:
parent
5dc1a03a77
commit
7fb92390f8
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -8,6 +8,7 @@ llvm-toolchain-9 (1:9.0.1~+rc2-1~exp2) UNRELEASED; urgency=medium
|
||||
unbreak-thinlto.diff that are missing from debian/patches/series.
|
||||
* Rely on pre-initialized dpkg-architecture variables.
|
||||
* Bump debhelper from old 9 to 12.
|
||||
* Set debhelper-compat version in Build-Depends.
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 08 Dec 2019 21:02:49 +0100
|
||||
|
||||
|
1
debian/compat
vendored
1
debian/compat
vendored
@ -1 +0,0 @@
|
||||
12
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Rules-Requires-Root: no
|
||||
Maintainer: LLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
|
||||
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
|
||||
Build-Depends: debhelper (>= 12~), cmake, chrpath, texinfo, sharutils,
|
||||
Build-Depends: debhelper-compat (= 12), cmake, chrpath, texinfo, sharutils,
|
||||
libffi-dev (>= 3.0.9),
|
||||
lsb-release, patchutils, diffstat, xz-utils, python3-dev,
|
||||
libedit-dev, libncurses5-dev, swig, python3-six, python3-sphinx (>= 1.3.6),
|
||||
|
Loading…
Reference in New Issue
Block a user