소스 검색

Update for Saturnin v0.4.7

Alois Mahdal 8 년 전
부모
커밋
da82f7d08a
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    1
      packaging/debian/control
  2. 1
    1
      packaging/template.spec
  3. 1
    1
      src/complete.bash.skel

+ 1
- 1
packaging/debian/control 파일 보기

10
 Architecture: all
10
 Architecture: all
11
 Depends:
11
 Depends:
12
  shellfu (>= 0.10.1),
12
  shellfu (>= 0.10.1),
13
- shellfu-bash-saturnin (>= 0.4.6)
13
+ shellfu-bash-saturnin (>= 0.4.7)
14
 Description: __MKIT_PROJ_TAGLINE__
14
 Description: __MKIT_PROJ_TAGLINE__
15
  saturnin is Shellfu library that helps you easily build toolkit from
15
  saturnin is Shellfu library that helps you easily build toolkit from
16
  various scripts that you may have lying around.  Instead of having a
16
  various scripts that you may have lying around.  Instead of having a

+ 1
- 1
packaging/template.spec 파일 보기

9
 BuildArch:	noarch
9
 BuildArch:	noarch
10
 BuildRequires:	coreutils git
10
 BuildRequires:	coreutils git
11
 Requires:	shellfu >= 0.10.1
11
 Requires:	shellfu >= 0.10.1
12
-Requires:	shellfu-bash-saturnin >= 0.4.6
12
+Requires:	shellfu-bash-saturnin >= 0.4.7
13
 
13
 
14
 %description
14
 %description
15
 saturnin is Shellfu library that helps you easily build toolkit from
15
 saturnin is Shellfu library that helps you easily build toolkit from

+ 1
- 1
src/complete.bash.skel 파일 보기

23
             ;;
23
             ;;
24
         *)
24
         *)
25
             COMPREPLY=(
25
             COMPREPLY=(
26
-                $(compgen -W "$(%s _ls_sc)" "${cur}")
26
+                $(compgen -W "$(%s --saturnin-get-subcommands)" "${cur}")
27
             )
27
             )
28
     esac
28
     esac
29
 }'
29
 }'