[Git][debian-gis-team/routino][master] 6 commits: Drop obsolete dbg package.

Bas Couwenberg gitlab at salsa.debian.org
Sat Jul 21 18:41:24 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / routino


Commits:
85d6fff0 by Bas Couwenberg at 2018-07-21T15:53:42+02:00
Drop obsolete dbg package.

- - - - -
8e4f1064 by Bas Couwenberg at 2018-07-21T16:49:02+02:00
Update watch file to use HTTPS.

- - - - -
20d1a32d by Bas Couwenberg at 2018-07-21T16:49:02+02:00
Don't use recursive chown.

- - - - -
382c6d49 by Bas Couwenberg at 2018-07-21T18:24:18+02:00
Mentioned disabled patches in series file.

- - - - -
71d236ba by Bas Couwenberg at 2018-07-21T18:24:34+02:00
Add override for package-contains-documentation-outside-usr-share-doc.

- - - - -
f7defa40 by Bas Couwenberg at 2018-07-21T18:24:35+02:00
Set distribution to unstable.

- - - - -


8 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- debian/patches/use_openlayers
- + debian/routino-www.lintian-overrides
- debian/routino-www.postinst
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,17 @@
-routino (3.2-3) UNRELEASED; urgency=medium
+routino (3.2-3) unstable; urgency=medium
 
   * Change priority from extra to optional.
   * Bump Standards-Version to 4.1.5, changes: priority.
   * Strip trailing whitespace from changelog, control & rules files.
   * Update copyright-format URL to use HTTPS.
   * Update Vcs-* URLs for Salsa.
+  * Drop obsolete dbg package.
+  * Update watch file to use HTTPS.
+  * Don't use recursive chown.
+  * Mentioned disabled patches in series file.
+  * Add override for package-contains-documentation-outside-usr-share-doc.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sun, 24 Sep 2017 13:22:17 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 21 Jul 2018 15:44:11 +0200
 
 routino (3.2-2) unstable; urgency=medium
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Uwe Steinmann <steinm at debian.org>,
            Bas Couwenberg <sebastic at debian.org>
 Section: misc
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                chrpath,
                flex,
                libbz2-dev,
@@ -96,16 +96,3 @@ Description: Routino library development headers
  OpenStreetMap
  .
  This package provides the routino headers.
-
-Package: routino-dbg
-Architecture: any
-Section: debug
-Depends: libroutino0 (= ${binary:Version}),
-         libroutino-slim0 (= ${binary:Version}),
-         ${misc:Depends}
-Description: Debug symbols for Routino
- Routino is an application for finding a route between two points
- using the dataset of topographical information collected by
- OpenStreetMap
- .
- This package provides debug symbols for libroutino.


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,5 @@ web_path
 maploader
 mapprops
 hardening
+#map_bounds
+#use_openlayers


=====================================
debian/patches/use_openlayers
=====================================
--- a/debian/patches/use_openlayers
+++ b/debian/patches/use_openlayers
@@ -1,4 +1,4 @@
-Description: use installed openlayers form libjs-openlayers
+Description: use installed openlayers from libjs-openlayers
 Author: Thibaut Gridel <tgridel at free.fr>
 Forwarded: not-needed
 


=====================================
debian/routino-www.lintian-overrides
=====================================
--- /dev/null
+++ b/debian/routino-www.lintian-overrides
@@ -0,0 +1,3 @@
+# Embedded documentation
+package-contains-documentation-outside-usr-share-doc usr/share/routino/www/documentation/readme.html
+


=====================================
debian/routino-www.postinst
=====================================
--- a/debian/routino-www.postinst
+++ b/debian/routino-www.postinst
@@ -42,7 +42,8 @@ case "$1" in
 		if [ ! -d "/var/lib/routino/results" ] ; then
 			mkdir -p /var/lib/routino/results
 		fi
-		chown -R www-data:www-data /var/lib/routino/results
+		chown www-data:www-data /var/lib/routino/results
+		chown www-data:www-data /var/lib/routino/results/*
 
 		webservers="apache2"
 


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ override_dh_install:
 	dh_install --list-missing
 
 override_dh_strip:
-	dh_strip --dbg-package=routino-dbg
+	dh_strip --dbgsym-migration='routino-dbg (<< 3.2-3~)'
 
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION)


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -2,5 +2,5 @@ version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
 uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/ \
-http://www.routino.org/download/ \
+https://www.routino.org/download/ \
 routino[\-\_]?(.*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/debian-gis-team/routino/compare/21afd971bf43522f91cf7a43c7b7a7e28cdf5cb2...f7defa40ff7c5dff8431667777ae06d968b1fff6

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/routino/compare/21afd971bf43522f91cf7a43c7b7a7e28cdf5cb2...f7defa40ff7c5dff8431667777ae06d968b1fff6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180721/79032044/attachment-0001.html>


More information about the Pkg-grass-devel mailing list