commit
a8cc7b0acd
10
debian/control
vendored
10
debian/control
vendored
@ -20,3 +20,13 @@ Architecture: any
|
|||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libc6
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libc6
|
||||||
Description: FreeSCADA M-Bus Library.
|
Description: FreeSCADA M-Bus Library.
|
||||||
A free and open-source library for M-Bus (Meter Bus) from the rSCADA project.
|
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
4
debian/rules
vendored
@ -5,6 +5,10 @@
|
|||||||
%:
|
%:
|
||||||
dh --with autoreconf $@
|
dh --with autoreconf $@
|
||||||
|
|
||||||
|
.PHONY: override_dh_strip
|
||||||
|
override_dh_strip:
|
||||||
|
dh_strip --dbg-package=libmbus1-dbg
|
||||||
|
|
||||||
#override_dh_auto_configure:
|
#override_dh_auto_configure:
|
||||||
# dh_auto_configure -- --prefix=/usr/local/freescada
|
# dh_auto_configure -- --prefix=/usr/local/freescada
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user