This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository gis.
commit 4161a8bd506e902cb85e58e3fcc881f5b5235159 Author: Bas Couwenberg <[email protected]> Date: Fri Jan 8 23:45:15 2016 +0100 Move osrm to Suggests. --- debian/changelog | 1 + debian/copyright | 40 +++++++++++++++++++--------------------- tasks/osm | 2 +- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/debian/changelog b/debian/changelog index 00ee5e0..455f1d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ debian-gis (0.0.6) UNRELEASED; urgency=medium * Update Blends URL to use blends.debian.org. * Update Homepage URL to use Alioth website. * Update white paper & OSGeo-Live URLs in README. + * Use copyright-format 1.0 for copyright file. -- Bas Couwenberg <[email protected]> Mon, 24 Aug 2015 12:25:22 +0200 diff --git a/debian/copyright b/debian/copyright index 2958148..acadedd 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,24 +1,22 @@ -This package was written by Petter Reinholdtsen on and before -Sat Aug 4 22:39:41 CEST 2007 - -Upstream Author: The Debian GIS project <[email protected]> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Files: * Copyright: © 2007-2010 Petter Reinholdtsen, Andreas Tille +License: GPL-2 + 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; version 2 dated June, 1991. + . + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. -License: - 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; version 2 dated June, 1991. - - This package 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 package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - 02110-1301, USA. - -On Debian GNU/Linux systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL-2'. diff --git a/tasks/osm b/tasks/osm index 9620ba9..021fb23 100644 --- a/tasks/osm +++ b/tasks/osm @@ -11,7 +11,7 @@ Depends: viking Depends: josm -Depends: osrm, osrm-tools +Suggests: osrm, osrm-tools Suggests: josm-plugins X-Comment: Sometimes conflicts with josm package, no point in recommending it -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/blends/projects/gis.git _______________________________________________ Blends-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit
