]> git.corax.cc Git - toolbox-goodies/commitdiff
debian: Fix package name in control file
authorMatthias Kruk <m@m10k.eu>
Mon, 24 Jan 2022 02:56:50 +0000 (11:56 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 24 Jan 2022 03:01:04 +0000 (12:01 +0900)
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
debian/control

index 8a9b1270e7da410d51271e6b707410c7173a2639..ec6e700a4a7a42b77a19f72b86e8adb1636a7fca 100644 (file)
@@ -3,4 +3,4 @@ toolbox-goodies (0.1-1) unstable; urgency=medium
   * New modules:
     - ssh: Module for ssh-based proxies and tunnels
 
- -- Matthias Kruk <m@m10k.eu>  Wed, 11 Aug 2021 15:11:13 +0900
+ -- Matthias Kruk <m@m10k.eu>  Mon, 24 Jan 2022 12:00:43 +0900
index dc9d6d2f0f5bf904adad88ebe1456c9f3781d1a9..959fd711bf0f7853ab966f7396e61664c40b919f 100644 (file)
@@ -1,15 +1,15 @@
 Source: toolbox-goodies
 Priority: optional
 Maintainer: Matthias Kruk <m@m10k.eu>
-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: