From 2393507ff8e9f5cc4ee3f2618f974770dc27b412 Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Mon, 24 Jan 2022 11:56:50 +0900 Subject: [PATCH] debian: Fix package name in control file The package name in debian/control is incorrect, causing problems during package builds. This commit changes the package name in debian/control to toolbox-goodies. --- debian/changelog | 2 +- debian/control | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8a9b127..ec6e700 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,4 +3,4 @@ toolbox-goodies (0.1-1) unstable; urgency=medium * New modules: - ssh: Module for ssh-based proxies and tunnels - -- Matthias Kruk Wed, 11 Aug 2021 15:11:13 +0900 + -- Matthias Kruk Mon, 24 Jan 2022 12:00:43 +0900 diff --git a/debian/control b/debian/control index dc9d6d2..959fd71 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ Source: toolbox-goodies Priority: optional Maintainer: Matthias Kruk -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), make, findutils Standards-Version: 3.9.8 Section: shells Homepage: https://m10k.eu/toolbox -Package: toolbox +Package: toolbox-goodies Section: shells Architecture: all -Depends: toolbox, openssh-client, ${misc:Depends} +Depends: toolbox, openssh-client Description: Nice-to-have toolbox modules Additional modules that help perform common tasks from the shell. This package includes the these modules: -- 2.47.3