Procházet zdrojové kódy

Move descriptions to mkit.ini

Alois Mahdal před 6 roky
rodič
revize
bcd619fa0e
3 změnil soubory, kde provedl 15 přidání a 22 odebrání
  1. 8
    0
      mkit.ini
  2. 4
    14
      packaging/debian/control
  3. 3
    8
      packaging/template.spec

+ 8
- 0
mkit.ini Zobrazit soubor

@@ -42,6 +42,14 @@
42 42
     __SATURNIN_CONFIG_LOCAL__ = [roots:etc]
43 43
     __SATURNIN_LIBEXEC__      = [roots:libexec]
44 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 54
 [modes]
47 55
     bin     = 755

+ 4
- 14
packaging/debian/control Zobrazit soubor

@@ -22,14 +22,9 @@ Depends:
22 22
  shellfu-bash-saturnin (<< 5.0),
23 23
  shellfu-bash-saturnin_demo,
24 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 29
 Package: shellfu-bash-saturnin_demo
35 30
 Architecture: all
@@ -38,13 +33,8 @@ Depends:
38 33
  shellfu (<< 0.11),
39 34
  shellfu-bash-pretty,
40 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 40
 # control file built with MKit __MKIT_SELF_VERSION__

+ 3
- 8
packaging/template.spec Zobrazit soubor

@@ -17,14 +17,9 @@ Requires:   %shellfu_req
17 17
 Requires:   %saturnin_req
18 18
 Requires:   shellfu-bash-saturnin_demo
19 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 24
 %package -n shellfu-bash-saturnin_demo
30 25
 Summary: Shellfu/Bash modules for saturnin-demo
@@ -32,7 +27,7 @@ Requires: %saturnin_req
32 27
 Requires: shellfu-bash
33 28
 Requires: shellfu-bash-pretty
34 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 32
 %prep
38 33
 %setup -q