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

Move descriptions to mkit.ini

Alois Mahdal пре 6 година
родитељ
комит
bcd619fa0e
3 измењених фајлова са 15 додато и 22 уклоњено
  1. 8
    0
      mkit.ini
  2. 4
    14
      packaging/debian/control
  3. 3
    8
      packaging/template.spec

+ 8
- 0
mkit.ini Прегледај датотеку

42
     __SATURNIN_CONFIG_LOCAL__ = [roots:etc]
42
     __SATURNIN_CONFIG_LOCAL__ = [roots:etc]
43
     __SATURNIN_LIBEXEC__      = [roots:libexec]
43
     __SATURNIN_LIBEXEC__      = [roots:libexec]
44
     __SATURNIN_SHARE__        = [roots:share]
44
     __SATURNIN_SHARE__        = [roots:share]
45
+    __SDEMO_MAINDESC__ = saturnin is Shellfu library that helps you easily build toolkit from
46
+    __SDEMO_MAINDESC__ = various scripts that you may have lying around.  Instead of having a
47
+    __SDEMO_MAINDESC__ = herd of untamed undocumented and hard-to-share scripts, with help of
48
+    __SDEMO_MAINDESC__ = saturnin you can easily create and package a meta-command with a set
49
+    __SDEMO_MAINDESC__ = of discoverable and maintainable sub-commands.
50
+    __SDEMO_BINDESC__ = This package contains a demo meta-command built with saturnin; you can
51
+    __SDEMO_BINDESC__ = also re-use the source as template for your new toolkit.
52
+    __SDEMO_MODDESC__ = This sub-package contains Shellfu/Bash modules used by *saturnin-demo*.
45
 
53
 
46
 [modes]
54
 [modes]
47
     bin     = 755
55
     bin     = 755

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

22
  shellfu-bash-saturnin (<< 5.0),
22
  shellfu-bash-saturnin (<< 5.0),
23
  shellfu-bash-saturnin_demo,
23
  shellfu-bash-saturnin_demo,
24
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
24
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
25
- saturnin is Shellfu library that helps you easily build toolkit from
26
- various scripts that you may have lying around.  Instead of having a
27
- herd of untamed undocumented and hard-to-share scripts, with help of
28
- saturnin you can easily create and package a meta-command with a set
29
- of discoverable and maintainable sub-commands.
25
+ __SDEMO_MAINDESC__
30
  .
26
  .
31
- This package contains a demo meta-command built with saturnin; you can
32
- also re-use the source as template for your new toolkit.
27
+ __SDEMO_BINDESC__
33
 
28
 
34
 Package: shellfu-bash-saturnin_demo
29
 Package: shellfu-bash-saturnin_demo
35
 Architecture: all
30
 Architecture: all
38
  shellfu (<< 0.11),
33
  shellfu (<< 0.11),
39
  shellfu-bash-pretty,
34
  shellfu-bash-pretty,
40
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
35
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
41
- saturnin is Shellfu library that helps you easily build toolkit from
42
- various scripts that you may have lying around.  Instead of having a
43
- herd of untamed undocumented and hard-to-share scripts, with help of
44
- saturnin you can easily create and package a meta-command with a set
45
- of discoverable and maintainable sub-commands.
36
+ __SDEMO_MAINDESC__
46
  .
37
  .
47
- This sub-package contains Shellfu/Bash modules used by
48
- *saturnin-demo*.
38
+ __SDEMO_MODDESC__
49
 
39
 
50
 # control file built with MKit __MKIT_SELF_VERSION__
40
 # control file built with MKit __MKIT_SELF_VERSION__

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

17
 Requires:   %saturnin_req
17
 Requires:   %saturnin_req
18
 Requires:   shellfu-bash-saturnin_demo
18
 Requires:   shellfu-bash-saturnin_demo
19
 %description
19
 %description
20
-saturnin is Shellfu library that helps you easily build toolkit from
21
-various scripts that you may have lying around.  Instead of having a
22
-herd of untamed undocumented and hard-to-share scripts, with help of
23
-saturnin you can easily create and package a meta-command with a set
24
-of discoverable and maintainable sub-commands.
20
+__SDEMO_MAINDESC__
25
 
21
 
26
-This package contains a demo meta-command built with saturnin; you can
27
-also re-use the source as template for your new toolkit.
22
+__SDEMO_BINDESC__
28
 
23
 
29
 %package -n shellfu-bash-saturnin_demo
24
 %package -n shellfu-bash-saturnin_demo
30
 Summary: Shellfu/Bash modules for saturnin-demo
25
 Summary: Shellfu/Bash modules for saturnin-demo
32
 Requires: shellfu-bash
27
 Requires: shellfu-bash
33
 Requires: shellfu-bash-pretty
28
 Requires: shellfu-bash-pretty
34
 %description -n shellfu-bash-saturnin_demo
29
 %description -n shellfu-bash-saturnin_demo
35
-This sub-package contains Shellfu/Bash modules used by *saturnin-demo*.
30
+__SDEMO_MODDESC__
36
 
31
 
37
 %prep
32
 %prep
38
 %setup -q
33
 %setup -q