瀏覽代碼

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
 }'