]> git.corax.cc Git - toolbox/commitdiff
debian: Change architecture to "all" and fix warnings during build
authorMatthias Kruk <m@m10k.eu>
Sat, 3 Apr 2021 23:32:43 +0000 (08:32 +0900)
committerMatthias Kruk <m@m10k.eu>
Sat, 3 Apr 2021 23:32:43 +0000 (08:32 +0900)
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.

debian/changelog
debian/compat
debian/control

index 4f3451efc27333bac55ca1a56bec8cd5ddd1749c..6227d9a0c474bfd9194ba650ebab3300a16b4ec8 100644 (file)
@@ -9,7 +9,7 @@ toolbox (0.2-1) unstable; urgency=medium
     - 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
index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10
index cfe1259a3e34e7790c2f09ca0c9a26fdc732fe11..07faee6a1b07b658975276432e0d84b701036c2d 100644 (file)
@@ -5,16 +5,15 @@ Build-Depends: debhelper (>= 9)
 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.