Alois Mahdal 8 лет назад
Родитель
Сommit
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.