Codebase list rust-stfu8 / 975f118
zoxide: prepare upload Sylvestre Ledru 3 years ago
4 changed file(s) with 30 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-zoxide (0.4.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package zoxide 0.4.3 from crates.io using debcargo 2.4.3
3 * Fix the section (Closes: #974639)
4 * Add a manpage
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 13 Nov 2020 08:56:02 +0100
7
08 rust-zoxide (0.4.3-1) unstable; urgency=medium
19
210 * Package zoxide 0.4.3 from crates.io using debcargo 2.4.3
00 overlay = "."
11 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
2
3 [source]
4 section = "utils"
5 build_depends = ["help2man"]
6
7 [packages.bin]
8 section = "utils"
0 #!/usr/bin/make -f
1
2 include /usr/share/dpkg/pkg-info.mk
3
4 %:
5 dh $@ --buildsystem cargo
6
7 override_dh_installman:
8 help2man \
9 --name zoxide \
10 --no-info \
11 --version-string $(DEB_VERSION_UPSTREAM) \
12 debian/zoxide/usr/bin/zoxide > debian/zoxide.1
13 dh_installman -O--buildsystem=cargo