Browse Source

Fix syntax error in debian/control

debian/control does not allow creating dependency lists by repeating
Depends: field, like RPM .spec files do.  I did not realize it when
adding coerce.sh
Alois Mahdal 5 years ago
parent
commit
e5c2c211f9
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      packaging/debian/control

+ 4
- 3
packaging/debian/control View File

@@ -174,9 +174,10 @@ Description: Shellfu/sh module for building interactive terminal menus
174 174
 
175 175
 Package: shellfu-sh-coerce
176 176
 Architecture: all
177
-Depends: shellfu-sh
178
-Depends: perl
179
-Depends: perl-modules
177
+Depends:
178
+ shellfu-sh,
179
+ perl,
180
+ perl-modules,
180 181
 Description: Shellfu/sh module with data coercion helpers
181 182
  Shellfu is an attempt to add modularity to your shell scripts.
182 183
  .