From: Antonio Ospite Date: Thu, 14 Mar 2013 22:26:23 +0000 (+0100) Subject: debian: add a package for debug symbols X-Git-Tag: debian/0.1.3-1~6 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/e533e30f52a029e7361cb782d00959990ceb11b7?hp=7c1e6975dbdd36cc05d5f4996a2672ebbbbbe7cb debian: add a package for debug symbols --- diff --git a/debian/control b/debian/control index 7765bba..e91eb72 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,28 @@ Description: library for accessing am7xxx based devices . This package contains the shared library of libam7xxx. +Package: libam7xxx0.1-dbg +Section: debug +Architecture: any +Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version}) +Description: debugging symbols for libam7xxx + libam7xxx is an Open Source library to communicate via USB with projectors and + Digital Picture Frames based on the Actions Micro AM7XXX family if ICs. + . + libam7xxx makes it possible to use these devices as USB displays on + non-Windows Operating Systems like GNU/Linux or Android/Linux just to name + a few, and on non-PC platforms like for instance mobile phones, tablets or + game consoles. + . + Examples of supported devices are: + - Acer C110 + - Acer C112 + - Aiptek PocketCinema T25 + - Philips/SagemCom PicoPix 1020 + - Philips/SagemCom PicoPix 2055 + . + This package contains the debugging symbols for libam7xxx. + Package: libam7xxx-dev Architecture: any Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version}) diff --git a/debian/rules b/debian/rules index 8fa7396..5c88420 100755 --- a/debian/rules +++ b/debian/rules @@ -7,3 +7,7 @@ export CFLAGS CPPFLAGS LDFLAGS %: dh $@ + +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=libam7xxx0.1-dbg