[game-data-packager] 01/01: fedora: rpmlint "W: summary-not-capitalized"

Alexandre Detiste detiste-guest at moszumanska.debian.org
Mon Jan 4 12:07:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

detiste-guest pushed a commit to branch master
in repository game-data-packager.

commit 2007942a886102f770b44f1668439524576a045c
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Mon Jan 4 13:02:42 2016 +0100

    fedora: rpmlint "W: summary-not-capitalized"
---
 game_data_packager/build.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/game_data_packager/build.py b/game_data_packager/build.py
index b1dce18..0f71260 100644
--- a/game_data_packager/build.py
+++ b/game_data_packager/build.py
@@ -1452,6 +1452,8 @@ class PackagingTask(object):
     def fill_dest_dir_rpm(self, package, destdir, compress):
         specfile = os.path.join(self.get_workdir(), '%s.spec' % package.name)
         short_desc, long_desc = self.generate_description(package)
+        short_desc = short_desc[0].upper() + short_desc[1:]
+
         if self.game.wikibase:
             url = self.game.wikibase + (self.game.wiki or '')
         elif self.game.wikipedia:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list