mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add qgis-dbg package to provide debug symbols.
The debug package was requested in [Debian Bug #786985](https://bugs.debian.org/786985).
This commit is contained in:
parent
83619f4cf8
commit
44d6cc3786
20
debian/control.in
vendored
20
debian/control.in
vendored
@ -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:
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user