Drop the manually created -dbg package

We'll activate autodbgsym in crossbuilder instead
pull/352/head
Michael Zanetti 2020-11-09 17:19:48 +01:00
parent ae6a548d68
commit 7a1fd9cd32
2 changed files with 0 additions and 20 deletions

17
debian/control vendored
View File

@ -86,23 +86,6 @@ Description: An open source IoT server - daemon
.
This package will install the daemon.
Package: nymea-dbg
Priority: extra
Architecture: any
Section: debug
Multi-Arch: same
Depends: nymea (= ${binary:Version}),
${misc:Depends}
Replaces: guh-dbg
Description: An open source IoT server - debug symbols
The nymea daemon is a plugin based IoT (Internet of Things) server. The
server works like a translator for devices, things and services and
allows them to interact.
With the powerful rule engine you are able to connect any device available
in the system and create individual scenes and behaviors for your environment.
.
This package provides all debug symbols for nymea.
Package: nymea-doc
Section: doc

3
debian/rules vendored
View File

@ -49,9 +49,6 @@ override_dh_install: $(PREPROCESS_FILES:.in=)
override_dh_auto_test:
dh_auto_test -- -k TESTARGS="-m 120 -p -o -p -,txt -p -o -p test-results.xml,xunitxml" TESTRUNNER="dbus-test-runner --bus-type=both --task"
override_dh_strip:
dh_strip --dbg-package=nymea-dbg
override_dh_auto_clean:
dh_auto_clean
find . -name *.qm -exec rm {} \;