[Python-modules-commits] [pygtkspellcheck] 18/19: Improve descriptions and copyright file to please lintian
Raphaël Hertzog
hertzog at moszumanska.debian.org
Mon Nov 21 21:02:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository pygtkspellcheck.
commit 033e2fe34915ea0405b415c12f90a6d6804028d0
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Mon Nov 21 21:55:49 2016 +0100
Improve descriptions and copyright file to please lintian
---
debian/changelog | 2 ++
debian/control | 12 ++++++------
debian/copyright | 3 ++-
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 221626e..71bcaaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ pygtkspellcheck (4.0.5-1) UNRELEASED; urgency=medium
* Add Suggests: python-gtkspellcheck-doc to library packages.
Closes: #843345
* Bump Standards-Version to 3.9.8.
+ * Improve descriptions to please lintian.
+ * Update copyright file with new location of *.po files.
-- Raphaël Hertzog <hertzog at debian.org> Mon, 21 Nov 2016 21:03:44 +0100
diff --git a/debian/control b/debian/control
index b74ff44..8e44d85 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,8 @@ Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-enchant, python-gtk2 | python-gi, python-gtk2 | gir1.2-gtk-3.0
Recommends: iso-codes
Suggests: python-gtkspellcheck-doc
-Description: spellchecking library written in Python for Gtk based on Enchant
- It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both
+Description: Python 2 spellchecking library GTK+ based on Enchant
+ It supports both GTK+'s Python bindings, PyGObject and PyGtk, and for both
Python 2 and 3 with automatic switching and binding autodetection. For
automatic translation of the user interface it can use GEdit's translation
files.
@@ -38,8 +38,8 @@ Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-enchant, python3-gi, gir1.2-gtk-3.0
Recommends: iso-codes
Suggests: python-gtkspellcheck-doc
-Description: spellchecking library written in Python for Gtk based on Enchant
- It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both
+Description: Python 3 spellchecking library for GTK+ based on Enchant
+ It supports both GTK+'s Python bindings, PyGObject and PyGtk, and for both
Python 2 and 3 with automatic switching and binding autodetection. For
automatic translation of the user interface it can use GEdit's translation
files.
@@ -50,8 +50,8 @@ Package: python-gtkspellcheck-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: Python GTK Spellcheck common documentation
- It supports both Gtk's Python bindings, PyGObject and PyGtk, and for both
+Description: Python GTK+ Spellcheck common documentation
+ It supports both GTK+'s Python bindings, PyGObject and PyGtk, and for both
Python 2 and 3 with automatic switching and binding autodetection. For
automatic translation of the user interface it can use GEdit's translation
files.
diff --git a/debian/copyright b/debian/copyright
index 9088377..b278a5b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,9 +9,10 @@ License: GPL-3.0+
Files: debian/*
Copyright: 2012, Carlos Jenkins <carlos at jenkins.co.cr>
+ 2016, Raphaël Hertzog <hertzog at debian.org>
License: GPL-2.0+
-Files: l10n/pygtkspellcheck/*.po
+Files: locale/*/*.po
Copyright: 2012, their respective authors.
License: BSD-3-clause
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygtkspellcheck.git
More information about the Python-modules-commits
mailing list