diff --git a/debian/control b/debian/control index 5f96866a..46909a49 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 7cbfdacb..4a1bf835 100755 --- a/debian/rules +++ b/debian/rules @@ -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 {} \;