Browse Source

Fix dependencies to make sfdoc work

Turns out moving sfdoc code to dedicated module *and* having the binary
in main package created cyclic dependecy.  However, there's easy way out;
let's just run with it as long as it works on most distros.
Alois Mahdal 6 years ago
parent
commit
ea326d848b
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      packaging/debian/control
  2. 1
    0
      packaging/template.spec

+ 1
- 0
packaging/debian/control View File

@@ -14,6 +14,7 @@ Architecture: all
14 14
 Depends:
15 15
  perl,
16 16
  procps,
17
+ shellfu-bash-sfdoc,
17 18
 Suggests:
18 19
  source-highlight,
19 20
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__

+ 1
- 0
packaging/template.spec View File

@@ -16,6 +16,7 @@ BuildRequires:  perl
16 16
 BuildRequires:  %{pspkg}
17 17
 
18 18
 Requires: %{pspkg}
19
+Requires: shellfu-bash-sfdoc
19 20
 %description
20 21
 Shellfu is an attempt to add modularity to your shell scripts.
21 22