Quellcode durchsuchen

Add upper Shellfu version limit

Alois Mahdal vor 6 Jahren
Ursprung
Commit
5d5e93cf8c
2 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 2
    0
      packaging/debian/control
  2. 2
    0
      packaging/template.spec

+ 2
- 0
packaging/debian/control Datei anzeigen

7
 Build-Depends:
7
 Build-Depends:
8
  debhelper (>= 9),
8
  debhelper (>= 9),
9
  shellfu (>= 0.10),
9
  shellfu (>= 0.10),
10
+ shellfu (<< 0.11),
10
  shellfu-bash,
11
  shellfu-bash,
11
  shellfu-bash-inigrep,
12
  shellfu-bash-inigrep,
12
  shellfu-bash-pretty,
13
  shellfu-bash-pretty,
16
 Architecture: all
17
 Architecture: all
17
 Depends:
18
 Depends:
18
  shellfu (>= 0.10),
19
  shellfu (>= 0.10),
20
+ shellfu (<< 0.11),
19
  shellfu-bash,
21
  shellfu-bash,
20
  shellfu-bash-inigrep,
22
  shellfu-bash-inigrep,
21
  shellfu-bash-pretty,
23
  shellfu-bash-pretty,

+ 2
- 0
packaging/template.spec Datei anzeigen

10
 BuildArch:	noarch
10
 BuildArch:	noarch
11
 BuildRequires:	coreutils
11
 BuildRequires:	coreutils
12
 BuildRequires:	shellfu => 0.10
12
 BuildRequires:	shellfu => 0.10
13
+BuildRequires:	shellfu < 0.11
13
 BuildRequires:	shellfu-bash-inigrep
14
 BuildRequires:	shellfu-bash-inigrep
14
 BuildRequires:	shellfu-bash-pretty
15
 BuildRequires:	shellfu-bash-pretty
15
 BuildRequires:	shellfu-sh-exit
16
 BuildRequires:	shellfu-sh-exit
16
 Requires:	shellfu => 0.10
17
 Requires:	shellfu => 0.10
18
+Requires:	shellfu < 0.11
17
 Requires:	shellfu-bash
19
 Requires:	shellfu-bash
18
 Requires:	shellfu-bash-inigrep
20
 Requires:	shellfu-bash-inigrep
19
 Requires:	shellfu-bash-pretty
21
 Requires:	shellfu-bash-pretty