Browse Source

Make better use of meta-data from mkit.ini

Alois Mahdal 6 years ago
parent
commit
968b080af0
4 changed files with 11 additions and 9 deletions
  1. 2
    0
      mkit.ini
  2. 2
    2
      packaging/debian/changelog
  3. 5
    5
      packaging/debian/control
  4. 2
    2
      packaging/template.spec

+ 2
- 0
mkit.ini View File

@@ -6,6 +6,8 @@
6 6
     name        = Shellfu
7 7
     tagline     = Bash dot on steroids
8 8
     pkgname     = shellfu
9
+    maintainer  = Alois Mahdal <netvor@vornet.cz>
10
+    vcs_browser = http://git.vornet.cz/cgit/shellfu.git/
9 11
     relsrc      = master
10 12
     reldst      = last
11 13
 

+ 2
- 2
packaging/debian/changelog View File

@@ -1,5 +1,5 @@
1
-shellfu (__MKIT_PROJ_VERSION__-1) UNRELEASED; urgency=medium
1
+__MKIT_PROJ_PKGNAME__ (__MKIT_PROJ_VERSION__-1) UNRELEASED; urgency=medium
2 2
 
3 3
   * Initial release. (Closes: #XXXXXX)
4 4
 
5
- -- Alois Mahdal <netvor@vornet.cz>  Sat, 27 Feb 2016 01:38:03 +0100
5
+ -- __MKIT_PROJ_MAINTAINER__  Sat, 27 Feb 2016 01:38:03 +0100

+ 5
- 5
packaging/debian/control View File

@@ -1,15 +1,15 @@
1
-Source: shellfu
2
-Maintainer: Alois Mahdal <netvor@vornet.cz>
3
-Vcs-Browser: http://git.vornet.cz/cgit/shellfu.git/
1
+Source: __MKIT_PROJ_PKGNAME__
2
+Maintainer: __MKIT_PROJ_MAINTAINER__
3
+Vcs-Browser: __MKIT_PROJ_VCS_BROWSER__
4 4
 Section: misc
5 5
 Priority: extra
6 6
 Standards-Version: 3.9.2
7 7
 Build-Depends: debhelper (>= 9)
8 8
 
9
-Package: shellfu
9
+Package: __MKIT_PROJ_PKGNAME__
10 10
 Architecture: all
11 11
 Depends: bash
12
-Description: Shellfu - __MKIT_PROJ_TAGLINE__
12
+Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
13 13
  Shellfu is an attempt to add modularity to your shell scripts.
14 14
  .
15 15
  With Shellfu you can develop your shell modules separately from your

+ 2
- 2
packaging/template.spec View File

@@ -1,7 +1,7 @@
1
-Name:		shellfu
1
+Name:		__MKIT_PROJ_PKGNAME__
2 2
 Version:	__MKIT_PROJ_VERSION__
3 3
 Release:	1%{?dist}
4
-Summary:	Shellfu - __MKIT_PROJ_TAGLINE__
4
+Summary:	__MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
5 5
 
6 6
 License:	GPLv3
7 7
 Source0:	%{name}-%{version}.tar.gz