[routino] 13/13: Add debug package.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Sep 13 22:33:08 UTC 2015


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

sebastic pushed a commit to branch master
in repository routino.

commit b4b4d75feaffe7c1293ab606a5b730c0b8541505
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 13 23:05:22 2015 +0200

    Add debug package.
---
 debian/changelog |  1 +
 debian/control   | 13 +++++++++++++
 debian/rules     |  3 +++
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 617d94f..1fd1421 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ routino (3.0-1) UNRELEASED; urgency=medium
   * Add packages for routino shared libraries.
   * Install documentation in routino package.
   * Strip RPATH from binaries.
+  * Add debug package.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 13 Sep 2015 10:47:14 +0200
 
diff --git a/debian/control b/debian/control
index 2015a0b..d76fe4c 100644
--- a/debian/control
+++ b/debian/control
@@ -81,3 +81,16 @@ Description: Routino library development headers
  .
  This package provides the routino headers.
 
+Package: routino-dbg
+Architecture: any
+Section: debug
+Depends: libroutino (= ${binary:Version}),
+         libroutino-slim (= ${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.
+
diff --git a/debian/rules b/debian/rules
index bf53c27..a28c00e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,3 +48,6 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_strip:
+	dh_strip --dbg-package=routino-dbg
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/routino.git



More information about the Pkg-grass-devel mailing list