Add libmbus1-dbg package.

This commit is contained in:
Alexey Bondarchuk 2012-12-25 11:49:20 +02:00
parent ded841eeb5
commit 94e5c93299
2 changed files with 14 additions and 0 deletions

10
debian/control vendored
View File

@ -20,3 +20,13 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libc6
Description: FreeSCADA M-Bus Library.
A free and open-source library for M-Bus (Meter Bus) from the rSCADA project.
Package: libmbus1-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libmbus1 (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for libmbus1
A free and open-source library for M-Bus (Meter Bus) from the rSCADA project,
including debugging symbols.

4
debian/rules vendored
View File

@ -5,6 +5,10 @@
%:
dh --with autoreconf $@
.PHONY: override_dh_strip
override_dh_strip:
dh_strip --dbg-package=libmbus1-dbg
#override_dh_auto_configure:
# dh_auto_configure -- --prefix=/usr/local/freescada