Skip to content
Snippets Groups Projects
Commit fa2f00b3 authored by Projekt Robbie's avatar Projekt Robbie
Browse files

Generated debian files for xenial

parent cefab27e
No related branches found
No related merge requests found
ros-kinetic-homer-nav-libs (0.1.15-0xenial) xenial; urgency=high
* map_manager without laser scans
* Contributors: Lisa
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 15 Feb 2017 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.14-0xenial) xenial; urgency=high
-- Viktor Seib <vseib@uni-koblenz.de> Thu, 09 Feb 2017 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.13-0xenial) xenial; urgency=high
* now bugfix?
* best changelog ever
* dependency fix
* Contributors: Florian Polster
* dependency fix
* Contributors: Florian Polster
-- Viktor Seib <vseib@uni-koblenz.de> Thu, 09 Feb 2017 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.12-0xenial) xenial; urgency=high
* usage of nav_msgs
* Contributors: Florian Polster
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 08 Feb 2017 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.11-0xenial) xenial; urgency=high
* cool changelogs
* Contributors: Lisa
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 18 Jan 2017 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.10-0xenial) xenial; urgency=high
* added support for not quadratic maps
* Contributors: Lisa
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 07 Dec 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.9-0xenial) xenial; urgency=high
-- Viktor Seib <vseib@uni-koblenz.de> Tue, 22 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.8-0xenial) xenial; urgency=high
-- Viktor Seib <vseib@uni-koblenz.de> Sun, 20 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.7-0xenial) xenial; urgency=high
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 16 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.6-0xenial) xenial; urgency=high
-- Viktor Seib <vseib@uni-koblenz.de> Thu, 03 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.5-0xenial) xenial; urgency=high
-- Viktor Seib <vseib@uni-koblenz.de> Thu, 03 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.4-0xenial) xenial; urgency=high
* updated changelog
* Contributors: Niklas Yann Wettengel
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 02 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.3-0xenial) xenial; urgency=high
* more fixes
* Contributors: Niklas Yann Wettengel
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 02 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.2-0xenial) xenial; urgency=high
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 02 Nov 2016 23:00:00 -0000
ros-kinetic-homer-nav-libs (0.1.1-0xenial) xenial; urgency=high
* fixes
* initial commit
* Contributors: Niklas Yann Wettengel
-- Viktor Seib <vseib@uni-koblenz.de> Wed, 02 Nov 2016 23:00:00 -0000
@[for change_version, change_date, changelog, main_name, main_email in changelogs]@(Package) (@(change_version)-@(DebianInc)@(Distribution)) @(Distribution); urgency=high
@(changelog)
-- @(main_name) <@(main_email)> @(change_date)
@[end for]
9
\ No newline at end of file
@(debhelper_version)
\ No newline at end of file
Source: ros-kinetic-homer-nav-libs
Section: misc
Priority: extra
Maintainer: Viktor Seib <vseib@uni-koblenz.de>
Build-Depends: debhelper (>= 9.0.0), libeigen3-dev, ros-kinetic-catkin, ros-kinetic-cmake-modules, ros-kinetic-geometry-msgs, ros-kinetic-nav-msgs, ros-kinetic-roscpp, ros-kinetic-sensor-msgs, ros-kinetic-tf
Homepage:
Standards-Version: 3.9.2
Package: ros-kinetic-homer-nav-libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libeigen3-dev, ros-kinetic-geometry-msgs, ros-kinetic-nav-msgs, ros-kinetic-roscpp, ros-kinetic-sensor-msgs, ros-kinetic-tf
Description: The nav_libs package
Source: @(Package)
Section: misc
Priority: extra
Maintainer: @(Maintainer)
Build-Depends: debhelper (>= @(debhelper_version).0.0), @(', '.join(BuildDepends))
Homepage: @(Homepage)
Standards-Version: 3.9.2
Package: @(Package)
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, @(', '.join(Depends))
@[if Conflicts]Conflicts: @(', '.join(Conflicts))@\n@[end if]@
@[if Replaces]Replaces: @(', '.join(Replaces))@\n@[end if]@
Description: @(Description)
[git-buildpackage]
upstream-tag=@(release_tag)
upstream-tag=release/kinetic/homer_nav_libs/0.1.15-0
upstream-tree=tag
......@@ -14,29 +14,29 @@ export DH_OPTIONS=-v --buildsystem=cmake
# https://code.ros.org/trac/ros/ticket/2977
# https://code.ros.org/trac/ros/ticket/3842
export LDFLAGS=
export PKG_CONFIG_PATH=@(InstallationPrefix)/lib/pkgconfig
export PKG_CONFIG_PATH=/opt/ros/kinetic/lib/pkgconfig
# Explicitly enable -DNDEBUG, see:
# https://github.com/ros-infrastructure/bloom/issues/327
export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG
%:
dh $@@
dh $@
override_dh_auto_configure:
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \
dh_auto_configure -- \
-DCATKIN_BUILD_BINARY_PACKAGE="1" \
-DCMAKE_INSTALL_PREFIX="@(InstallationPrefix)" \
-DCMAKE_PREFIX_PATH="@(InstallationPrefix)"
-DCMAKE_INSTALL_PREFIX="/opt/ros/kinetic" \
-DCMAKE_PREFIX_PATH="/opt/ros/kinetic"
override_dh_auto_build:
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \
dh_auto_build
override_dh_auto_test:
......@@ -44,19 +44,19 @@ override_dh_auto_test:
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
echo -- Running tests. Even if one of them fails the build is not canceled.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \
dh_auto_test || true
override_dh_shlibdeps:
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
dh_shlibdeps -l$(CURDIR)/debian/@(Package)/@(InstallationPrefix)/lib/
if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \
dh_shlibdeps -l$(CURDIR)/debian/ros-kinetic-homer-nav-libs//opt/ros/kinetic/lib/
override_dh_auto_install:
# In case we're installing to a non-standard location, look for a setup.sh
# in the install tree that was dropped by catkin, and source it. It will
# set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
if [ -f "@(InstallationPrefix)/setup.sh" ]; then . "@(InstallationPrefix)/setup.sh"; fi && \
if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \
dh_auto_install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment