]>
git.proxmox.com Git - rustc.git/log
liushuyu [Thu, 20 Jul 2023 14:18:12 +0000 (22:18 +0800)]
d/not-installed: ignore backup files
liushuyu [Thu, 20 Jul 2023 14:14:35 +0000 (22:14 +0800)]
d/cargo.bash-completion, d/not-installed: ...
... fix completion installation path
liushuyu [Thu, 20 Jul 2023 05:52:39 +0000 (13:52 +0800)]
d/rules: remove src/tools/cargo/Cargo.lock ...
... prior to build to avoid mismatching dependency versions
liushuyu [Tue, 18 Jul 2023 07:26:53 +0000 (15:26 +0800)]
d/prune-unused-deps: do the re-locking process for cargo ...
... now cargo uses its own workspace as well
liushuyu [Mon, 17 Jul 2023 09:34:43 +0000 (17:34 +0800)]
d/tests/control: remove architecture restrictions ...
... for the create-and-build-crate test. It's a very small program, it
should not run out of memory.
liushuyu [Wed, 12 Jul 2023 15:21:21 +0000 (23:21 +0800)]
d/patches/c-2201-always-enable-nightly-features.patch: remove ...
... it's no longer used
liushuyu [Wed, 12 Jul 2023 09:32:25 +0000 (17:32 +0800)]
d/tests: add a new smoke test for Cargo ...
... the test has been adapted by Zixing to include some new CLI
functions introduced in newer version of Cargo (like `cargo add`)
Co-Authored-By: Nick Rosbrook <nick.rosbrook@canonical.com>
liushuyu [Thu, 13 Jul 2023 03:15:25 +0000 (11:15 +0800)]
d/tests: remove Cargo self-build test ...
... it is already covered by a more comprehensive Rust full-self-build
test.
This also fixes (or avoids) the test failure caused by this Cargo
self-build test, since this rebuild test no longer works when Cargo is
included as a sub-project inside the Rust source tree.
liushuyu [Sun, 2 Jul 2023 21:50:06 +0000 (15:50 -0600)]
d/tests: merge cargo tests into the unified source package
liushuyu [Sun, 2 Jul 2023 21:20:07 +0000 (15:20 -0600)]
d/control: lock rustc and cargo versions ...
... in the dependency directives. Since Cargo will now report the rustc
version, it will no longer make sense to install a Cargo package that
has a version does not match the rustc version.
liushuyu [Mon, 26 Jun 2023 21:30:09 +0000 (15:30 -0600)]
d/control: add rust-doc as a recommended package to cargo-doc
liushuyu [Tue, 30 May 2023 18:53:04 +0000 (12:53 -0600)]
d/p/d-0012-cargo-always-return-dev-channel.patch: ...
... add a patch to make Cargo return dev channel and enable nightly
features. Because debhelper does use some nightly features
liushuyu [Wed, 24 May 2023 19:18:55 +0000 (13:18 -0600)]
d/p/c-2201-always-enable-nightly-features: ...
... always enable nightly features, regardless of actual release
channel. This is because dh-cargo and cargo helper scripts always use
some nightly features to avoid pulling dev dependencies into the build
liushuyu [Mon, 29 May 2023 17:58:19 +0000 (11:58 -0600)]
d/patches: add DEP-3 headers to new patches
liushuyu [Wed, 17 May 2023 02:26:52 +0000 (20:26 -0600)]
d/rules: remove .package-cache before installation ...
... otherwise debhelper will confuse the cache files with the actual
installed artifacts
liushuyu [Wed, 17 May 2023 00:31:54 +0000 (18:31 -0600)]
d/not-installed: workaround dh_missing reporting ...
... bash-completion not installed
liushuyu [Tue, 16 May 2023 19:16:55 +0000 (13:16 -0600)]
d/control, d/rules: install Cargo bash completion
liushuyu [Tue, 16 May 2023 05:58:25 +0000 (23:58 -0600)]
d/rules, d/cargo.*: build and install Cargo API docs
liushuyu [Tue, 16 May 2023 03:02:50 +0000 (21:02 -0600)]
d/patches: restore the usage of rustc-workspace-hack ...
... this unbreak the joint build of rustc and Cargo where some of the
crates have conflict features enabled. Using rustc-workspace-hack is the
officially recognized way to get around this impasse.
liushuyu [Tue, 16 May 2023 01:50:12 +0000 (19:50 -0600)]
d/rules: use system libssh2 ...
... because now we have Cargo in the tree and by default it will use
bundled libssh2
liushuyu [Tue, 16 May 2023 01:11:01 +0000 (19:11 -0600)]
d/patches: remove non-Linux platform modules
liushuyu [Mon, 15 May 2023 23:46:03 +0000 (17:46 -0600)]
d/config: enable Cargo module in the rustbuild configuration
liushuyu [Mon, 15 May 2023 21:50:40 +0000 (15:50 -0600)]
d/cargo.*: install Cargo-specific files
liushuyu [Tue, 31 Oct 2023 20:56:21 +0000 (14:56 -0600)]
d/rules: revise openssl source check
liushuyu [Mon, 15 May 2023 20:03:27 +0000 (14:03 -0600)]
d/patches, vendor: remove vendored C sources and prebuilt blobs
liushuyu [Fri, 12 May 2023 22:49:38 +0000 (16:49 -0600)]
d/patches: adapt Cargo-specific patches to the new source tree structure
liushuyu [Fri, 12 May 2023 22:31:14 +0000 (16:31 -0600)]
d/*: initial merge of cargo into rustc source package
Fabian Grünbichler [Mon, 25 Mar 2024 16:47:29 +0000 (17:47 +0100)]
bump version to 1.70.0+dfsg1-9
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Mon, 25 Mar 2024 16:44:09 +0000 (17:44 +0100)]
temporarily skip git(-cli) tests
git currently FTBFS, so it hasn't t64-transitioned yet, which makes this
build-dep unsatisfiable on armhf/armel and some ports.
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Mon, 25 Mar 2024 16:43:48 +0000 (17:43 +0100)]
d/changelog: fold in NMU
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Fri, 15 Mar 2024 16:18:58 +0000 (17:18 +0100)]
bump version to 1.70.0+dfsg1-8
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Fri, 15 Mar 2024 16:15:17 +0000 (17:15 +0100)]
d/rules: fix make warning in filter invocation
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Fri, 15 Mar 2024 16:14:56 +0000 (17:14 +0100)]
d/control: switch to pkgconf
instead of the transitional pkg-config
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Fri, 15 Mar 2024 15:58:49 +0000 (16:58 +0100)]
d/control: switch to libllvm16t64
will still require a rebootstrap+binNMU on armel/armhf..
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Thu, 15 Feb 2024 05:52:37 +0000 (06:52 +0100)]
bump to 1.70.0+dfsg1-7
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Thu, 15 Feb 2024 05:52:06 +0000 (06:52 +0100)]
profiler: disable on mips64el for now
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Sun, 11 Feb 2024 20:01:13 +0000 (21:01 +0100)]
bump version to 1.70.0+dfsg1-6
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Sun, 11 Feb 2024 19:47:59 +0000 (20:47 +0100)]
disable LLVM profiler support on sparc64
and allow easily extending the list of architectures where it doesn't
work (yet), if needed.
Closes: #1061125
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Sat, 10 Feb 2024 17:12:25 +0000 (18:12 +0100)]
stage0: use current release architectures as default
dropping those which are no more, and adding riscv64. porters can still
override this as they see fit for their builds anyway.
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Andres Salomon [Sat, 10 Feb 2024 04:44:12 +0000 (23:44 -0500)]
don't allow upstream's bootstrap.py to delete .cargo/ directory.
When we call bootstrap.bootstrap(args), the check_vendored_status()
upstream function will happily delete .cargo/. This is a problem
because the quilt source package wants .cargo/config.toml to not be
modified without a patch. Without this, after running
'debian/rules source_orig-stage0', further builds will fail with:
dpkg-source: warning: ignoring deletion of directory .cargo
dpkg-source: info: local changes detected, the modified files are:
rustc-1.70.0+dfsg1/.cargo/config.toml
dpkg-source: info: Hint: make sure the version in debian/changelog matches the unpacked source tree
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/rustc_1.70.0+dfsg1-6.diff.nkvdQ1
Rather than patching the upstream bootstrap.py, we just move .cargo out
of the way temporarily and move it back after the bootstrap() function
finishes.
Andres Salomon [Sat, 10 Feb 2024 03:59:39 +0000 (22:59 -0500)]
clean up after running make_orig-stage0_tarball.sh
Without this, the build/ directory will stick around after having run
make_orig-stage0_tarball.sh. When you then run the suggested command
'dpkg-source -b .', you'll get tons of these types of errors:
dpkg-source: error: cannot represent change to build/x86_64-unknown-linux-gnu/stage0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-
89bc084783fdc439 .rlib: binary file contents changed
Andres Salomon [Sat, 10 Feb 2024 01:26:51 +0000 (20:26 -0500)]
fix bootstrap build (source_orig-stage0 rule) to include all archs
In order to expand the various DEB_HOST_* variables when running
make_orig-stage0_tarball.sh, we were calling out to dpkg-architecture,
specifying for example -a<arch> -qDEB_HOST_ARCH. However, the
dpkg-architecture man page states:
You can specify the host architecture by providing one or both of the options
--host-arch and --host-type, otherwise the DEB_HOST_ARCH variable is used if set
(and --force not being specified).
[--host-arch is equivalent to -a]
DEB_HOST_ARCH is set somewhere else during the build, and is overriding
what dpkg-architecture returns. That's why, if run on an amd64 machine,
the bootstrap stage0.orig.tar.xz would only include the amd64 rustc
binary. We must pass --force (aka -f) to dpkg-architecture to get it to
return the proper results we're expecting.
This fixes https://bugs.debian.org/
1021711
Fabian Gruenbichler [Mon, 15 Jan 2024 16:22:05 +0000 (17:22 +0100)]
rustix: also patch second vendored copy
else this exposes a racy bug potentially breaking the arch:all build.
Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
Fabian Gruenbichler [Mon, 15 Jan 2024 15:11:36 +0000 (16:11 +0100)]
fix bootstrap helpers
this got out of sync with upstream's bootstrap.py since it's not exercised often within Debian.
Closes: #1060808
Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
Fabian Grünbichler [Mon, 15 Jan 2024 07:17:02 +0000 (08:17 +0100)]
bump version to 1.70.0+dfsg1-5
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Mon, 15 Jan 2024 07:16:09 +0000 (08:16 +0100)]
adapt LLVM_PROFILER_RT_LIB path
to work in the absense of clang-16 being pulled in, as is the case for split
any/all builds like on buildds.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Gruenbichler [Mon, 15 Jan 2024 06:01:06 +0000 (07:01 +0100)]
bump version to 1.70.0+dfsg1-4
Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
Fabian Gruenbichler [Mon, 15 Jan 2024 05:59:30 +0000 (06:59 +0100)]
d/control: move libclang-rt dep to arch B-D
Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
Fabian Gruenbichler [Sun, 14 Jan 2024 19:06:53 +0000 (20:06 +0100)]
bump version to 1.70.0+dfsg1-3
Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
Fabian Grünbichler [Sun, 14 Jan 2024 19:05:31 +0000 (19:05 +0000)]
Merge branch 'profiler' into 'debian/sid'
enable profiler builtin (#
1043311 )
See merge request rust-team/rust!28
Andres Salomon [Sun, 14 Jan 2024 12:49:32 +0000 (07:49 -0500)]
enable profiler builtin (#
1043311 )
This is needed by chromium's new rust dependency.
Signed-off-by: Andres Salomon <dilinger@debian.org>
Fabian Gruenbichler [Sat, 30 Dec 2023 13:52:19 +0000 (14:52 +0100)]
bump version to 1.70.0+dfsg1-2
Signed-off-by: Fabian Gruenbichler <git@fabian.gruenbichler.email>
Fabian Grünbichler [Sat, 2 Dec 2023 12:36:57 +0000 (13:36 +0100)]
bump version to 1.70.0+dsfg1-2~exp1
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Sat, 2 Dec 2023 10:17:29 +0000 (11:17 +0100)]
riscv: disable split debuginfo support
cargo started picking this up, but split debuginfo is broken for the
time being:
https://github.com/rust-lang/rust/issues/110224
https://github.com/llvm/llvm-project/issues/56642
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Wed, 20 Sep 2023 18:18:59 +0000 (20:18 +0200)]
bump version to 1.70.0+dfsg1-1
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Fri, 15 Sep 2023 13:07:26 +0000 (15:07 +0200)]
bump version to 1.70.0+dfsg1-1~exp3
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Fri, 15 Sep 2023 13:05:43 +0000 (15:05 +0200)]
download tests: properly disable
it's actually the call to parse() that triggers the download, not the internal
test() helper..
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Fri, 15 Sep 2023 12:12:55 +0000 (14:12 +0200)]
fix typo in test patch
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Fri, 15 Sep 2023 08:21:37 +0000 (10:21 +0200)]
bump version to 1.70.0+dfsg1-1~exp2
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Fri, 15 Sep 2023 07:19:43 +0000 (09:19 +0200)]
fix x86 tests checking for SSE2
Debian baselien for i386 does not include SSE2 support..
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Fri, 15 Sep 2023 07:10:33 +0000 (09:10 +0200)]
disable download tests
these don't make sense for Debian builds
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Fri, 15 Sep 2023 06:54:40 +0000 (08:54 +0200)]
don't remove replace-version-placeholder from workspace
else running it fails with:
error: current package believes it's in a workspace when it's not:
current: /<<PKGBUILDDIR>>/src/tools/replace-version-placeholder/Cargo.toml
workspace: /<<PKGBUILDDIR>>/Cargo.toml
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Thu, 14 Sep 2023 07:07:45 +0000 (09:07 +0200)]
bump version to 1.70.0+dfsg1-1~exp1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Thu, 14 Sep 2023 06:44:04 +0000 (08:44 +0200)]
update d/copyright
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Thu, 14 Sep 2023 06:27:04 +0000 (08:27 +0200)]
fix lintian overrides
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 13:59:02 +0000 (15:59 +0200)]
rust-src: fix path of installed example config
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 13:32:43 +0000 (15:32 +0200)]
properly drop more components
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 13:14:24 +0000 (15:14 +0200)]
switch to LLVM 16
upstream switched their default version with 1.70.0
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 13:11:40 +0000 (15:11 +0200)]
update upstream version to 1.70
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Eric Long [Tue, 25 Jul 2023 23:28:32 +0000 (07:28 +0800)]
Refresh patches
FG: drop rustix-sparc patch entirely
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Thu, 14 Sep 2023 06:57:45 +0000 (08:57 +0200)]
Update upstream source from tag 'upstream/1.70.0+dfsg1'
Update to upstream version '1.70.0+dfsg1'
with Debian dir
46c61f8e230c84a49b8d845413036a7e58d9b0d2
Fabian Grünbichler [Thu, 14 Sep 2023 06:56:40 +0000 (08:56 +0200)]
New upstream version 1.70.0+dfsg1
Eric Long [Tue, 25 Jul 2023 22:59:39 +0000 (06:59 +0800)]
Update unsuspicious files
Fabian Grünbichler [Wed, 13 Sep 2023 12:19:19 +0000 (14:19 +0200)]
Update Files-Excluded for new upstream version 1.70.0
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 12:14:28 +0000 (14:14 +0200)]
Update early-stage patches for 1.70.0+dfsg1
Fabian Grünbichler [Wed, 13 Sep 2023 11:58:28 +0000 (13:58 +0200)]
bump version to 1.69.0+dfsg1-1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 08:22:01 +0000 (10:22 +0200)]
bump version to 1.69.0+dfsg1-1~exp2
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 08:19:17 +0000 (10:19 +0200)]
ensure fixed wasi-libc is compiled into libstd-rust-dev-wasm32
the referenced version reverts enabling stack protection, which caused rustc to
generate invalid wasm binaries.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 13 Sep 2023 06:02:27 +0000 (08:02 +0200)]
config: also enable rustdoc explicitly
it's only automatically enabled on amd64 it seems.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Tue, 12 Sep 2023 08:18:17 +0000 (10:18 +0200)]
bump version to 1.69.0+dfsg1~exp1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Tue, 12 Sep 2023 07:16:50 +0000 (09:16 +0200)]
update lintian overrides
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Tue, 12 Sep 2023 07:14:54 +0000 (09:14 +0200)]
update d/copyright
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Eric Long [Mon, 24 Jul 2023 17:52:31 +0000 (01:52 +0800)]
Manually include `rust-analyzer-proc-macro-srv`
see https://github.com/rust-lang/rust/pull/106886
Fabian Grünbichler [Mon, 11 Sep 2023 12:14:44 +0000 (14:14 +0200)]
add libc with "extra_traits" to feature sync patch
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Eric Long [Mon, 24 Jul 2023 14:24:34 +0000 (22:24 +0800)]
Refresh patches
Fabian Grünbichler [Mon, 11 Sep 2023 11:48:02 +0000 (13:48 +0200)]
debian: update version to 1.69
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Mon, 11 Sep 2023 09:27:27 +0000 (11:27 +0200)]
Update upstream source from tag 'upstream/1.69.0+dfsg1'
Update to upstream version '1.69.0+dfsg1'
with Debian dir
01fa43a8eadd3e7a280063fd3a19a9a8c611bf9c
Fabian Grünbichler [Mon, 11 Sep 2023 09:26:34 +0000 (11:26 +0200)]
New upstream version 1.69.0+dfsg1
Eric Long [Mon, 24 Jul 2023 14:09:51 +0000 (22:09 +0800)]
Update Files-Excluded and unsuspicious files
Eric Long [Mon, 24 Jul 2023 13:57:08 +0000 (21:57 +0800)]
Update Files-Excluded for new upstream version 1.69.0
Fabian Grünbichler [Mon, 11 Sep 2023 07:30:40 +0000 (09:30 +0200)]
Update early-stage patches for 1.69.0+dfsg1
Fabian Grünbichler [Sun, 10 Sep 2023 17:23:30 +0000 (19:23 +0200)]
bump version to 1.68.2+dfsg1-1
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Sun, 10 Sep 2023 17:22:36 +0000 (19:22 +0200)]
Merge tag 'debian/1.68.2+dfsg1-1_exp1' into debian/sid
rustc Debian release 1.68.2+dfsg1-1~exp1
Fabian Grünbichler [Fri, 8 Sep 2023 13:29:16 +0000 (15:29 +0200)]
add more cargo-doc relative links
no idea why does did no already blow up in the first test build.
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Sylvestre Ledru [Fri, 8 Sep 2023 11:00:00 +0000 (13:00 +0200)]
Fix a typo
Fabian Grünbichler [Wed, 2 Aug 2023 08:44:06 +0000 (10:44 +0200)]
bump version to 1.68.2+dfsg1-1~exp1
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Fri, 8 Sep 2023 08:39:03 +0000 (10:39 +0200)]
fix FTCBF by setting TARGET flags (Closes: #
1050975 )
Reported-by: Helmug Grohne <helmut@subdivi.de>
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Fri, 8 Sep 2023 08:28:53 +0000 (10:28 +0200)]
d/control: update Standards-Version to 4.6.2
Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
Fabian Grünbichler [Wed, 2 Aug 2023 13:07:37 +0000 (15:07 +0200)]
update privacy breach removal
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Fabian Grünbichler [Wed, 2 Aug 2023 13:03:47 +0000 (15:03 +0200)]
update lintian override paths
after test dir rename upstream.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>