[dynamic-reconfigure] 01/01: Initial debian version

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Apr 28 13:37:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository dynamic-reconfigure.

commit 178c0aa0a808db58bec80bda46463b8e9f0ba5ac
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Tue Apr 28 15:19:36 2015 +0200

    Initial debian version
---
 debian/changelog                                   |  5 ++
 debian/cl-dynamic-reconfigure.install              |  2 +
 debian/compat                                      |  1 +
 debian/control                                     | 65 ++++++++++++++++++++++
 debian/copyright                                   | 43 ++++++++++++++
 debian/libdynamic-reconfigure-dev.install          |  5 ++
 debian/libdynamic-reconfigure0d.install            |  2 +
 .../patches/0001-Add-Debian-specific-SONAME.patch  | 20 +++++++
 debian/patches/series                              |  1 +
 debian/python-dynamic-reconfigure.install          |  1 +
 debian/python-dynamic-reconfigure.pyinstall        |  2 +
 debian/rules                                       | 35 ++++++++++++
 debian/source/format                               |  1 +
 debian/watch                                       | 10 ++++
 14 files changed, 193 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ea1fd3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dynamic-reconfigure (1.5.39-1) UNRELEASED; urgency=medium
+
+  * Initial package. Closes: #######
+
+ -- Leopold Palomo-Avellaneda <leo at alaxarxa.net>  Mon, 02 Mar 2015 18:39:58 +0100
diff --git a/debian/cl-dynamic-reconfigure.install b/debian/cl-dynamic-reconfigure.install
new file mode 100644
index 0000000..7e93936
--- /dev/null
+++ b/debian/cl-dynamic-reconfigure.install
@@ -0,0 +1,2 @@
+usr/share/common-lisp/ros/dynamic_reconfigure
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a009d5f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,65 @@
+Source: dynamic-reconfigure
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,  
+           Jochen Sprickerhof <debian at jochen.sprickerhof.de>,
+           Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Build-Depends: debhelper (>= 9), dh-exec (>=0.3),
+		catkin, libroscpp-core-dev, message-generation, libstd-msgs-dev, 
+		python-rospy, python-rostest, 
+		python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3),
+		libboost-dev, libboost-thread-dev, libboost-signals-dev,
+		libboost-filesystem-dev, libboost-regex-dev,
+		libroscpp-dev,
+		librosconsole-dev,
+		libros-rosgraph-msgs-dev,
+		libxmlrpcpp-dev,
+		python-rosunit,
+		libroscpp-msgs-dev,
+		libconsole-bridge-dev
+Standards-Version: 3.9.6
+Section: libs
+Homepage: http://www.ros.org/wiki/dynamic_reconfigure
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/dynamic-reconfigure.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/ros/dynamic-reconfigure.git
+
+Package: libdynamic-reconfigure0d
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: ROS dynamic-reconfigure library
+ This unary stack contains the dynamic_reconfigure package which provides a
+ means to change node parameters at any time without having to restart the node.
+ .
+ This package contains the library itself.
+
+Package: libdynamic-reconfigure-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libdynamic-reconfigure0d ( = ${binary:Version}),
+	${python:Depends}, python
+Description: ROS dynamic-reconfigure library - development files
+ This unary stack contains the dynamic_reconfigure package which provides a
+ means to change node parameters at any time without having to restart the node.
+ .
+ This package contains the development files.
+
+Package: python-dynamic-reconfigure
+Section: python
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-genpy, python-std-msgs
+Description: ROS dynamic-reconfigure library - Python
+ This unary stack contains the dynamic_reconfigure package which provides a
+ means to change node parameters at any time without having to restart the node.
+ .
+ This package contains the Python binding.
+
+Package: cl-dynamic-reconfigure
+Section: lisp
+Architecture: all
+Depends: ${misc:Depends}
+Description: ROS dynamic-reconfigure library - LISP
+ This unary stack contains the dynamic_reconfigure package which provides a
+ means to change node parameters at any time without having to restart the node.
+ .
+ This package contains the LISP binding.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3968c39
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: actionlib
+Upstream-Contact: >Esteve Fernandez <esteve at osrfoundation.org>
+Source: http://www.ros.org/wiki/actionlib
+
+Files: *
+Copyright: 2011-2015 Willow Garage, Inc.
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+  * Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+  * Redistributions in binary form must reproduce the above
+    copyright notice, this list of conditions and the following
+    disclaimer in the documentation and/or other materials provided
+    with the distribution.
+  * Neither the name of Willow Garage, Inc. nor the names of its
+    contributors may be used to endorse or promote products derived
+    from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2015, Thomas Moulard <thomas.moulard at gmail.com>,
+                 Jochen Sprickerhof <debian at jochen.sprickerhof.de>,
+           	 Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+License: BSD-3-clause
+ 
diff --git a/debian/libdynamic-reconfigure-dev.install b/debian/libdynamic-reconfigure-dev.install
new file mode 100755
index 0000000..07f3175
--- /dev/null
+++ b/debian/libdynamic-reconfigure-dev.install
@@ -0,0 +1,5 @@
+#! /usr/bin/dh-exec
+usr/include/dynamic_reconfigure
+usr/share/dynamic_reconfigure
+usr/lib/lib*.so
+usr/lib/pkgconfig/dynamic_reconfigure.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
diff --git a/debian/libdynamic-reconfigure0d.install b/debian/libdynamic-reconfigure0d.install
new file mode 100644
index 0000000..5e9c55d
--- /dev/null
+++ b/debian/libdynamic-reconfigure0d.install
@@ -0,0 +1,2 @@
+usr/lib/lib*.so.*
+
diff --git a/debian/patches/0001-Add-Debian-specific-SONAME.patch b/debian/patches/0001-Add-Debian-specific-SONAME.patch
new file mode 100644
index 0000000..71d3959
--- /dev/null
+++ b/debian/patches/0001-Add-Debian-specific-SONAME.patch
@@ -0,0 +1,20 @@
+From: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
+Date: Tue, 28 Apr 2015 11:42:07 +0200
+Subject: Add Debian specific SONAME
+
+---
+ CMakeLists.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ce896b9..1b27833 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -38,6 +38,7 @@ catkin_package(LIBRARIES dynamic_reconfigure_config_init_mutex
+ add_library(dynamic_reconfigure_config_init_mutex
+   src/dynamic_reconfigure_config_init_mutex.cpp)
+ target_link_libraries(dynamic_reconfigure_config_init_mutex ${Boost_LIBRARIES})
++set_target_properties(dynamic_reconfigure_config_init_mutex PROPERTIES VERSION ${dynamic_reconfigure_VERSION} SOVERSION "0d")
+ 
+ install(DIRECTORY include/dynamic_reconfigure/
+   DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION}
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b7da620
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Add-Debian-specific-SONAME.patch
diff --git a/debian/python-dynamic-reconfigure.install b/debian/python-dynamic-reconfigure.install
new file mode 100644
index 0000000..8dbfea1
--- /dev/null
+++ b/debian/python-dynamic-reconfigure.install
@@ -0,0 +1 @@
+usr/lib/dynamic_reconfigure/* usr/bin
diff --git a/debian/python-dynamic-reconfigure.pyinstall b/debian/python-dynamic-reconfigure.pyinstall
new file mode 100644
index 0000000..f33b3fd
--- /dev/null
+++ b/debian/python-dynamic-reconfigure.pyinstall
@@ -0,0 +1,2 @@
+debian/tmp/usr/lib/python2*/*/dynamic_reconfigure/*.py dynamic_reconfigure
+debian/tmp/usr/lib/python2*/*/dynamic_reconfigure/msg/*.py dynamic_reconfigure.msg
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1664c3b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+#export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+# main packaging script based on dh7 syntax
+%:
+	dh $@ --parallel --buildsystem=cmake --with python2
+
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	-DCATKIN_ENABLE_TESTING=OFF
+
+override_dh_auto_clean:
+	rm -f src/dynamic_reconfigure/parameter_generator_catkin.pyc
+	dh_auto_clean
+
+
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5625852
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,10 @@
+# Watch control file for uscan
+# Compulsory line, this is a version 3 file
+version=3
+# For GitHub projects you can use the tags page:
+
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/dynamic_reconfigure-$1\.tar\.gz/ \
+  https://github.com/ros/dynamic_reconfigure/releases .*/v?(\d\S*)\.tar\.gz
+
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/dynamic-reconfigure.git



More information about the debian-science-commits mailing list