Merge pull request #33 from aleax/debian

Add libmbus1-dbg package.
This commit is contained in:
Robert Johansson 2012-12-29 23:44:51 -08:00
commit a8cc7b0acd
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