ソースを参照

Add missing dependency

Alois Mahdal 7 年 前
コミット
289d1ffa57
共有2 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 1
    1
      packaging/debian/control
  2. 1
    0
      packaging/template.spec

+ 1
- 1
packaging/debian/control ファイルの表示

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

+ 1
- 0
packaging/template.spec ファイルの表示

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