From: Matthias Kruk Date: Sat, 17 Apr 2021 02:07:57 +0000 (+0900) Subject: debian: Increase package version to 0.3-1 X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=b036c0a1963189cc8d376c61712c622b8576741f;p=toolbox debian: Increase package version to 0.3-1 This commit increases the package version to 0.3-1 and removes the description from the "Source" portion of the debian/control file so the dpkg-buildpackage version used on deb.m10k.eu won't complain. --- diff --git a/debian/changelog b/debian/changelog index 6227d9a..d50de23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +toolbox (0.3-1) unstable; urgency=medium + + * New modules + - inst: Daemonization and instance management + - queue: thread-safe n:n IPC mechanism + - conf: Unsophisticated configuration handling + * Fixes + - Avoid busy-waiting in sem_wait() + * Improvements + - Use inotify to improve mutex performance + - Make --verbose/--shush default parameters + - Add sem_peek() function + - Remember parameters passed to opt_parse() + - Add opt_get_argv() function + + -- Matthias Kruk Sat, 17 Apr 2021 11:04:24 +0900 + + toolbox (0.2-1) unstable; urgency=medium * Allow modules to be included from TOOLBOX_HOME diff --git a/debian/control b/debian/control index 07faee6..fc8c81f 100644 --- a/debian/control +++ b/debian/control @@ -5,10 +5,6 @@ Build-Depends: debhelper (>= 9) Standards-Version: 3.9.8 Section: shells Homepage: https://m10k.eu/toolbox -Description: Module management for bash scripts - Provides the necessary infrastructure to use loadable modules - in shell scripts, and a set of basic modules for common tasks. - Package: toolbox Section: shells