]> git.proxmox.com Git - debcargo-conf.git/commitdiff
* Package fd-find 7.3.0 from crates.io using debcargo 2.4.0
authorSylvestre Ledru <sylvestre@debian.org>
Thu, 26 Sep 2019 14:12:56 +0000 (16:12 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 26 Sep 2019 14:12:56 +0000 (16:12 +0200)
* Rename the completion scripts to fdfind (Closes: #936036)

src/fd-find/debian/changelog
src/fd-find/debian/rules

index 9e0259909538d60bc4c0301a003a3fd7e8fc67f4..79c6067d4787d82d5aedf45ef70c8518bb5c2093 100644 (file)
@@ -1,3 +1,10 @@
+rust-fd-find (7.3.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package fd-find 7.3.0 from crates.io using debcargo 2.4.0
+  * Rename the completion scripts to fdfind (Closes: #936036)
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Thu, 26 Sep 2019 16:11:35 +0200
+
 rust-fd-find (7.3.0-3) unstable; urgency=medium
 
   * Ship bash, fish and zsh completion (Closes: #934587)
index d1929d3d587a383875c7d83a9ea8169dca34c05c..12fae0cd44c9a45c8859e19cf13342278718c250 100644 (file)
@@ -9,9 +9,9 @@ override_dh_install:
        mkdir -p debian/fd-find/usr/lib/cargo/bin/ debian/fd-find/usr/share/fish/completions/ debian/fd-find/usr/share/zsh/vendor-completions/ debian/fd-find/usr/share/bash-completion/completions/
        mv debian/fd-find/usr/bin/fd debian/fd-find/usr/lib/cargo/bin/
        cd debian/fd-find/usr/bin/ && ln -s ../lib/cargo/bin/fd fdfind
-       cp target/*/release/build/fd-find-*/out/fd.bash debian/fd-find/usr/share/bash-completion/completions/fd
-       cp target/*/release/build/fd-find-*/out/fd.fish debian/fd-find/usr/share/fish/completions/
-       cp target/*/release/build/fd-find-*/out/_fd debian/fd-find/usr/share/zsh/vendor-completions/
+       cp target/*/release/build/fd-find-*/out/fd.bash debian/fd-find/usr/share/bash-completion/completions/fdfind
+       cp target/*/release/build/fd-find-*/out/fd.fish debian/fd-find/usr/share/fish/completions/fdfind.fish
+       cp target/*/release/build/fd-find-*/out/_fd debian/fd-find/usr/share/zsh/vendor-completions/_fdfind
        dh_install
        dh_missing