The architecture in the Debian control file is set to "any", causing
architecture-specific packages to be built. This commit changes the
architecture to "all", causing the resulting packages to be usable on
any architecture.
This commit further fixes other warnings emitted by dpkg-buildpackage
with regard to the changelog and fields in the control file.
- xrandr: X monitor handling
- clip: X clipboard functions
- -- Matthias Kruk <m@m10k.eu> Sun, Apr 04 2021 07:40:55 +0900
+ -- Matthias Kruk <m@m10k.eu> Sun, 04 Apr 2021 07:40:55 +0900
toolbox (0.1-1) unstable; urgency=medium
Standards-Version: 3.9.8
Section: shells
Homepage: https://m10k.eu/toolbox
-Architecture: any
-Depends: bash (>= 4.0)
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
-Architecture: any
-Depends: ${misc:Depends}
+Architecture: all
+Depends: bash (>= 4.0) ${misc:Depends}
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.