Merge ~aleasto/ubuntu/+source/rust-defaults:zsh-completion into ubuntu/+source/rust-defaults:ubuntu/devel

Proposed by Alessandro Astone
Status: Merged
Merge reported by: Alessandro Astone
Merged at revision: b7f0cb6ab74f6f76b4d4c01d26b37d7f1e1230c7
Proposed branch: ~aleasto/ubuntu/+source/rust-defaults:zsh-completion
Merge into: ubuntu/+source/rust-defaults:ubuntu/devel
Diff against target: 25 lines (+7/-1)
2 files modified
debian/cargo.links (+1/-1)
debian/changelog (+6/-0)
Reviewer Review Type Date Requested Status
Vladimir Petko (community) Approve
git-ubuntu import Pending
Review via email: mp+473426@code.launchpad.net

Commit message

Fix zsh completion file link

To post a comment you must log in.
Revision history for this message
Vladimir Petko (vpa1977) wrote :

- Please add a bug and reference it in the changelog
- Please make a ppa build and validate installation (check that the new link is valid)

review: Needs Information
Revision history for this message
Alessandro Astone (aleasto) wrote :
Revision history for this message
Vladimir Petko (vpa1977) wrote :

Needs oracular as the release, I will set it on upload.

review: Approve
Revision history for this message
Vladimir Petko (vpa1977) wrote :

Note: will check with Zixing and upload.

Revision history for this message
Vladimir Petko (vpa1977) wrote :

Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading rust-defaults_1.80.1ubuntu2.dsc: done.
  Uploading rust-defaults_1.80.1ubuntu2.tar.xz: done.
  Uploading rust-defaults_1.80.1ubuntu2_source.buildinfo: done.
  Uploading rust-defaults_1.80.1ubuntu2_source.changes: done.
Successfully uploaded packages.

Please forward the change to Debian.

Revision history for this message
Alessandro Astone (aleasto) wrote :

> Please forward the change to Debian.

Isn't this an ubuntu-only package?

Revision history for this message
Vladimir Petko (vpa1977) wrote :

Oh, sorry, got confused by 1ubuntu version rather than 0ubuntu

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/cargo.links b/debian/cargo.links
2index f4bd10e..afbee68 100644
3--- a/debian/cargo.links
4+++ b/debian/cargo.links
5@@ -1,5 +1,5 @@
6 /usr/lib/rust-${env:RUST_VERSION}/bin/cargo /usr/bin/cargo
7 /usr/lib/rust-${env:RUST_VERSION}/share/cargo/bin/cargo /usr/share/cargo/bin/cargo
8 /usr/lib/rust-${env:RUST_VERSION}/share/cargo/scripts /usr/share/cargo/scripts
9-/usr/lib/rust-${env:RUST_VERSION}/share/cargo/zsh/vendor-completions/_cargo /usr/share/zsh/vendor-completions/_cargo
10+/usr/lib/rust-${env:RUST_VERSION}/share/zsh/vendor-completions/_cargo /usr/share/zsh/vendor-completions/_cargo
11 /usr/share/bash-completion/completions/cargo-${env:RUST_VERSION} /usr/share/bash-completion/completions/cargo
12diff --git a/debian/changelog b/debian/changelog
13index 51afda1..67b1e18 100644
14--- a/debian/changelog
15+++ b/debian/changelog
16@@ -1,3 +1,9 @@
17+rust-defaults (1.80.1ubuntu2) UNRELEASED; urgency=medium
18+
19+ * Fix cargo zsh completion. (LP: #2081266)
20+
21+ -- Alessandro Astone <alessandro.astone@canonical.com> Fri, 20 Sep 2024 09:22:15 +0200
22+
23 rust-defaults (1.80.1ubuntu1) oracular; urgency=medium
24
25 * Moving default version of Rust compiler to 1.80.1

Subscribers

People subscribed via source and target branches