Browse Source

fix(debian): debian control has obsolete dbg package

jrcoding 4 years ago
parent
commit
6f2285e227
3 changed files with 2 additions and 12 deletions
  1. 1 1
      debian/compat
  2. 1 8
      debian/control-template
  3. 0 3
      debian/rules-template

+ 1 - 1
debian/compat

@@ -1 +1 @@
-7
+9

+ 1 - 8
debian/control-template

@@ -1,7 +1,7 @@
 Source: open62541
 Priority: optional
 Maintainer: open62541 Team <open62541-core@googlegroups.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
  cmake (>= 2.8),
  git,
  graphviz,
@@ -27,10 +27,3 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Open source implementation of OPC UA (OPC Unified Architecture) aka IEC 62541
  open62541 is an open source C (C99) implementation of the OPC UA standard
 
-Package: libopen62541-<soname>-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: libopen62541-<soname> (= ${binary:Version}), ${misc:Depends}
-Description: Debugging symbols for open62541
- open62541 is an open source C (C99) implementation of the OPC UA standard

+ 0 - 3
debian/rules-template

@@ -11,9 +11,6 @@ override_dh_auto_configure:
 override_dh_auto_test:
 	dh_auto_test -- ARGS+=--output-on-failure
 
-override_dh_strip:
-	dh_strip --dbg-package=libopen62541-<soname>-dbg
-
 %:
 	dh $@ --buildsystem=cmake --parallel