From 94e5c9329992cd003af6415b877570acf48d637c Mon Sep 17 00:00:00 2001 From: Alexey Bondarchuk Date: Tue, 25 Dec 2012 11:49:20 +0200 Subject: [PATCH] Add libmbus1-dbg package. --- debian/control | 10 ++++++++++ debian/rules | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/debian/control b/debian/control index fa51c17..0f22418 100644 --- a/debian/control +++ b/debian/control @@ -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. + diff --git a/debian/rules b/debian/rules index f2f150f..372fa02 100755 --- a/debian/rules +++ b/debian/rules @@ -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