Skip to content

Commit

Permalink
Add qgis-dbg package to provide debug symbols.
Browse files Browse the repository at this point in the history
The debug package was requested in [Debian Bug #786985](https://bugs.debian.org/786985).
  • Loading branch information
sebastic authored and jef-n committed May 27, 2015
1 parent 83619f4 commit 44d6cc3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions debian/control.in
Expand Up @@ -244,6 +244,26 @@ Description: QGIS - development files
This package contains the headers and libraries needed to develop plugins for
QGIS.

Package: qgis-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
libqgis-core{QGIS_ABI} (= ${binary:Version}),
libqgis-gui{QGIS_ABI} (= ${binary:Version}),
libqgis-analysis{QGIS_ABI} (= ${binary:Version}),
libqgis-networkanalysis{QGIS_ABI} (= ${binary:Version}),
libqgis-server{QGIS_ABI} (= ${binary:Version}),
libqgisgrass{QGIS_ABI} (= ${binary:Version}),
libqgispython{QGIS_ABI} (= ${binary:Version}),
${misc:Depends}
Suggests: gdb
Description: QGIS - debugging symbols
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
.
This package contains debugging symbols.

Package: qgis-plugin-grass
Architecture: any
Depends:
Expand Down
4 changes: 4 additions & 0 deletions debian/rules
Expand Up @@ -274,3 +274,7 @@ override_dh_makeshlibs:

override_dh_shlibdeps:
dh_shlibdeps -l/usr/lib/$(GRASS)/lib

override_dh_strip:
dh_strip --dbg-package=qgis-dbg

0 comments on commit 44d6cc3

Please sign in to comment.