Преглед изворни кода

Fix dependency boundaries

Mostly for debian/control, which has been a bit neglected for a time.
Alois Mahdal пре 6 година
родитељ
комит
7c5bfe0e77
2 измењених фајлова са 5 додато и 6 уклоњено
  1. 4
    5
      packaging/debian/control
  2. 1
    1
      packaging/template.spec

+ 4
- 5
packaging/debian/control Прегледај датотеку

22
 Package: __MKIT_PROJ_PKGNAME__-minimal
22
 Package: __MKIT_PROJ_PKGNAME__-minimal
23
 Architecture: all
23
 Architecture: all
24
 Depends:
24
 Depends:
25
- shellfu (>= 0.10.7),
25
+ shellfu (>= 0.10.9),
26
  shellfu (<< 0.11),
26
  shellfu (<< 0.11),
27
- shellfu-bash-jat (>= 0.0.0),
28
- shellfu-bash-jat (<< 0.0.1),
27
+ shellfu-bash-jat (>= 0.0.1),
28
+ shellfu-bash-jat (<< 0.0.2),
29
  shellfu-bash-pretty,
29
  shellfu-bash-pretty,
30
  shellfu-bash-saturnin (>= 0.4.12),
30
  shellfu-bash-saturnin (>= 0.4.12),
31
  shellfu-bash-saturnin (<< 5.0),
31
  shellfu-bash-saturnin (<< 5.0),
38
 Package: __MKIT_PROJ_PKGNAME__-report
38
 Package: __MKIT_PROJ_PKGNAME__-report
39
 Architecture: all
39
 Architecture: all
40
 Depends:
40
 Depends:
41
- jattool (>= 0.0.0),
42
- jattool (<< 0.0.1),
41
+ jattool (= ${source:Version}),
43
  python-jinja2,
42
  python-jinja2,
44
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
43
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
45
  JAT is a testing framework for Shell-based test suites.
44
  JAT is a testing framework for Shell-based test suites.

+ 1
- 1
packaging/template.spec Прегледај датотеку

1
 %global sfincb %{_datadir}/shellfu/include-bash
1
 %global sfincb %{_datadir}/shellfu/include-bash
2
-%global shellfu_req shellfu >= 0.10.8, shellfu < 0.11
2
+%global shellfu_req shellfu >= 0.10.9, shellfu < 0.11
3
 %global saturnin_req shellfu-bash-saturnin >= 0.4.12, shellfu-bash-saturnin < 0.5
3
 %global saturnin_req shellfu-bash-saturnin >= 0.4.12, shellfu-bash-saturnin < 0.5
4
 %if 0%{?rhel} && 0%{?rhel} < 7
4
 %if 0%{?rhel} && 0%{?rhel} < 7
5
 %global jinja_req python-jinja2
5
 %global jinja_req python-jinja2