From d6cc412a9156120972abb3e969ed4b1f2251c819 Mon Sep 17 00:00:00 2001 From: Peltoche Date: Thu, 6 Dec 2018 23:28:33 +0100 Subject: [PATCH] Update the pkg file metadatas --- Cargo.lock | 2 +- deploy/before_deploy.bash | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e88e6a4..eca08c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lsd" -version = "0.7.8" +version = "0.7.9" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/deploy/before_deploy.bash b/deploy/before_deploy.bash index 090587b..e4afd5c 100644 --- a/deploy/before_deploy.bash +++ b/deploy/before_deploy.bash @@ -97,13 +97,11 @@ Package: $dpkgname Version: $version Section: utils Priority: optional -Maintainer: David Peter +Maintainer: Peltoche Architecture: $architecture Provides: $PROJECT_NAME Conflicts: $conflictname -Description: Simple, fast and user-friendly alternative to find - While fd does not seek to mirror all of find's powerful functionality, it - provides sensible (opinionated) defaults for 80% of the use cases. +Description: A ls command with a lot of pretty colors. EOF fakeroot dpkg-deb --build "$tempdir" "${dpkgname}_${version}_${architecture}.deb"