Procházet zdrojové kódy

Add missing dependency

Alois Mahdal před 7 roky
rodič
revize
289d1ffa57
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1
    1
      packaging/debian/control
  2. 1
    0
      packaging/template.spec

+ 1
- 1
packaging/debian/control Zobrazit soubor

@@ -64,7 +64,7 @@ Description: INI grepping Shellfu/Bash module
64 64
 
65 65
 Package: shellfu-bash-pretty
66 66
 Architecture: all
67
-Depends: shellfu-bash
67
+Depends: shellfu-bash, shellfu-sh-exit, shellfu-sh-termcolors
68 68
 Description: Logging Shellfu/Bash module
69 69
  Shellfu is an attempt to add modularity to your shell scripts.
70 70
  .

+ 1
- 0
packaging/template.spec Zobrazit soubor

@@ -50,6 +50,7 @@ INI-like files.
50 50
 %package bash-pretty
51 51
 Summary: Logging Shellfu/Bash module
52 52
 Requires: shellfu-bash
53
+Requires: shellfu-sh-exit
53 54
 Requires: shellfu-sh-termcolors
54 55
 %description bash-pretty
55 56
 This sub-package contains 'pretty', universal Shellfu logging module.