diff --git a/debian/changelog b/debian/changelog index 660d2ba..34000eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,112 +1,118 @@ +liboncilla (0.3.0~rc12-2) precise; urgency=low + + * Adds debug package + + -- Alexandre Tuleu Tue, 05 Mar 2013 10:17:31 +0100 + liboncilla (0.3.0~rc12-1) precise; urgency=low * New upstream version 0.3.0c12 -- Alexandre Tuleu Fri, 01 Mar 2013 15:05:01 +0100 liboncilla (0.3.0~rc10-2) precise; urgency=low * Adds transient dev dependency on biorob-cpp-dev -- Alexandre Tuleu Tue, 26 Feb 2013 11:33:05 +0100 liboncilla (0.3.0~rc10-1) precise; urgency=low * New upstream version 0.3.0~rc10 * Upgrades dependency on biorob-cpp >= 0.3.0 -- Alexandre Tuleu Tue, 26 Feb 2013 11:26:47 +0100 liboncilla (0.3.0~rc9-1) precise; urgency=low * New upstream version 0.3.0~rc9 -- Alexandre Tuleu Mon, 25 Feb 2013 16:07:12 +0100 liboncilla (0.3.0~rc8-1) precise; urgency=low * New upstream version 0.3.0~rc8 -- Alexandre Tuleu Mon, 25 Feb 2013 13:33:33 +0100 liboncilla (0.3.0~rc7-4) precise; urgency=low * Install cmake config file -- Alexandre Tuleu Fri, 22 Feb 2013 13:15:14 +0100 liboncilla (0.3.0~rc7-3) precise; urgency=low * Adds diversion for librci and librsc packages -- Alexandre Tuleu Wed, 20 Feb 2013 09:29:13 +0100 liboncilla (0.3.0~rc7-2) precise; urgency=low * Switches dependency on bielefeld librci package * Updates shlib.local for librci >= 0.4.0 -- Alexandre Tuleu Tue, 19 Feb 2013 20:27:39 +0100 liboncilla (0.3.0~rc7-1) precise; urgency=low * New upstream version 0.3.0~rc7 -- Alexandre Tuleu Mon, 18 Feb 2013 17:33:22 +0100 liboncilla (0.3.0~rc6-1) precise; urgency=low * New upstream version 0.3.0~rc6 -- Alexandre Tuleu Mon, 18 Feb 2013 17:15:30 +0100 liboncilla (0.3.0~rc5-1) precise; urgency=low * New upstream version 0.3.0~rc5 -- Alexandre Tuleu Mon, 18 Feb 2013 15:46:15 +0100 liboncilla (0.3.0~rc4-1) precise; urgency=low * New upstream version 0.3.0~rc4 -- Alexandre Tuleu Mon, 18 Feb 2013 14:32:10 +0100 liboncilla (0.3.0~rc3-1) precise; urgency=low * New upstream version 0.3.0~rc3 -- Alexandre Tuleu Wed, 23 Jan 2013 11:13:18 +0100 liboncilla (0.3.0~rc2-1) precise; urgency=low * New upstream version 0.3.0~rc2 * Adds exact dependency on rci 0.4.0~rc3-1 -- Alexandre Tuleu Tue, 22 Jan 2013 16:18:04 +0100 liboncilla (0.3.0~rc1-1) precise; urgency=low * New upstream version 0.3.0~rc1 * Targets specific librci0.4-dev package as build dependency * Renames binary packages liboncilla0.3 * Adds build-dep on biorob-cmake-utils and biorob-cpp * Adds build-dep on pkg-config and libgmock-dev * targets specific librci-dev and librci0.4 version (0.4.0~rc1-2) to deal with cor-lab debian package mess * Fixes lintian warnings -- Alexandre Tuleu Mon, 21 Jan 2013 18:04:53 +0100 liboncilla (0.2.1-1) precise; urgency=low * New upstream version 0.2.1 -- Alexandre Tuleu Mon, 19 Nov 2012 16:00:38 +0100 liboncilla (0.2.0-1) precise; urgency=low * Initial release (Closes: #333) -- Alexandre Tuleu Thu, 12 Jul 2012 14:36:47 +0200 diff --git a/debian/control b/debian/control index ac42c7b..5991fba 100644 --- a/debian/control +++ b/debian/control @@ -1,47 +1,56 @@ Source: liboncilla Priority: extra Maintainer: Alexandre Tuleu Build-Depends: debhelper (>= 8.0.0), cmake, librci0.4-dev, biorob-cmake-utils (>= 0.3.4), biorob-cpp-dev (>= 0.3.0), pkg-config, libgmock-dev Build-Depends-Indep: doxygen, python-sphinx Standards-Version: 3.9.3 Section: libs Homepage: http://redmine.amarsi-project.eu/projects/quaddrivers Vcs-Git: http://redmine.amarsi-project.eu/git/quaddrivers.git Package: liboncilla-dev Section: libdevel Architecture: any Depends: liboncilla0.3 (= ${binary:Version}), ${misc:Depends}, librci0.4-dev, biorob-cpp-dev (>=0.3.0) Suggests: liboncilla-doc, liboncilla-doc-api Description: Library to drive the AMARSi Oncilla robot - headers Based on RCI - development files. Package: liboncilla0.3 Architecture: any Depends: librci0.4-dev, ${shlibs:Depends}, ${misc:Depends} Suggests: liboncilla-doc Description: Library to drive the AMARSi Oncilla robot. Based on RCI - runtime files. Package: liboncilla-doc Section: doc Architecture: all Depends: ${misc:Depends} Suggests: liboncilla-doc-api Description: liboncilla User documentation (Manual) This package install all user documentation about liboncilla and the oncilla robot. Package: liboncilla-doc-api Section: doc Architecture: all Depends: ${misc:Depends} Suggests: liboncilla-doc, liboncilla-dev Description: liboncilla Developper Documentation (API) This package install all the doxygen documentation about liboncilla. This is especially useful for Level 0 user of the liboncilla interface. + +Package: liboncilla-dbg +Section: debug +Architecture: any +Depends: liboncilla0.3 (= ${binary:Version}), ${misc:Depends} +Suggests: liboncilla-dev +Description: Library to drive the AMARSi Oncilla robot - debug symbols + Based on RCI - debug symbols. + diff --git a/debian/rules b/debian/rules index 22eea7e..71dd7e9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,17 +1,22 @@ #!/usr/bin/make -f # -*- makefile -*- export DH_VERBOSE=1 BUILDDIR = $(CURDIR)/debian/build %: dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --parallel override_dh_auto_configure: dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_DOCS=ON -DBUILD_TESTS=ON override_dh_auto_build-indep: cd $(BUILDDIR); $(MAKE) doc override_dh_shlibdeps: dh_shlibdeps -- -v + + +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=liboncilla-dbg