This is an automated email from the git hooks/post-receive script. rubund-guest pushed a commit to branch master in repository osm-tile-server.
commit 1915ae87a435ff86f8e0497762eaed62a0275027 Author: Ruben Undheim <[email protected]> Date: Sun Sep 6 11:56:25 2015 +0200 Getting rid of lintians --- debian/control | 6 +++++- debian/copyright | 23 ++++++++++++++++++----- debian/osm-tile-server-base.templates | 16 ++++++++-------- debian/po/templates.pot | 6 +++--- 4 files changed, 34 insertions(+), 17 deletions(-) diff --git a/debian/control b/debian/control index 20191cc..183cd65 100644 --- a/debian/control +++ b/debian/control @@ -22,6 +22,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, Description: Common files for OSM tile server This package sets up the postgis database for OSM data. A few questions are asked with debconf to set it up. + . + You will be able to select a region to be downloaded and + imported to the postgis database. Package: osm-tile-server-tilelite Architecture: all @@ -30,7 +33,8 @@ Depends: ${misc:Depends}, #Breaks: osm-tile-server-mod-tile Description: This sets up a full OSM tile server using tilelite To use tilelite as the tile server, install this - package. + package. It will set up a service which can be automatically + started on boot. #Package: osm-tile-server-mod-tile #Architecture: all diff --git a/debian/copyright b/debian/copyright index 742b514..a028bf5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,22 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: osm-tile-server +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2015 Ruben Undheim <[email protected]> -License: GPL-2+ +License: GPL-3+ - -License: GPL-2+ +License: GPL-3+ + This package is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/osm-tile-server-base.templates b/debian/osm-tile-server-base.templates index 189c205..d5a3dc9 100644 --- a/debian/osm-tile-server-base.templates +++ b/debian/osm-tile-server-base.templates @@ -18,49 +18,49 @@ Template: osm-tile-server/country_europe Type: select __Choices: None, ${CHOICES} Default: None -_Description: Select which area to download and import: +_Description: Which region do you like to download and import? Template: osm-tile-server/country_asia Type: select __Choices: None, ${CHOICES} Default: None -_Description: Select which area to download and import: +_Description: Which region do you like to download and import? Template: osm-tile-server/country_namerica Type: select __Choices: None, ${CHOICES} Default: None -_Description: Select which area to download and import: +_Description: Which region do you like to download and import? Template: osm-tile-server/country_samerica Type: select __Choices: None, ${CHOICES} Default: None -_Description: Select which area to download and import: +_Description: Which region do you like to download and import? Template: osm-tile-server/country_camerica Type: select __Choices: None, ${CHOICES} Default: None -_Description: Select which area to download and import: +_Description: Which region do you like to download and import? Template: osm-tile-server/country_africa Type: select __Choices: None, ${CHOICES} Default: None -_Description: Select which area to download and import: +_Description: Which region do you like to download and import? Template: osm-tile-server/country_australia Type: select __Choices: None, ${CHOICES} Default: None -_Description: Select which area to download and import: +_Description: Which region do you like to download and import? Template: osm-tile-server/continent Type: select __Choices: None, Africa, Asia, Australia and Oceania, Central America, Europe, North America, South America Default: None -_Description: Select continent: +_Description: Which continent do you like to choose region from? Template: osm-tile-server/do_it_now Type: select diff --git a/debian/po/templates.pot b/debian/po/templates.pot index 691db34..8baf20f 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: osm-tile-server\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2015-09-04 20:09+0200\n" +"POT-Creation-Date: 2015-09-06 11:56+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -107,7 +107,7 @@ msgstr "" #: ../osm-tile-server-base.templates:8002 #: ../osm-tile-server-base.templates:9002 #: ../osm-tile-server-base.templates:10002 -msgid "Select which area to download and import:" +msgid "Which region do you like to download and import?" msgstr "" #. Type: select @@ -155,7 +155,7 @@ msgstr "" #. Type: select #. Description #: ../osm-tile-server-base.templates:11002 -msgid "Select continent:" +msgid "Which continent do you like to choose region from?" msgstr "" #. Type: select -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-tile-server.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

