[ignition-math2] 01/01: First debian directory implementation
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Thu May 14 17:42:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a commit to branch master
in repository ignition-math2.
commit a4dfdacdfcdfa4b816537d8c3f7d2c0559863c8d
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Thu May 14 17:42:06 2015 +0000
First debian directory implementation
---
debian/changelog | 5 +++
debian/changelog.orig | 41 ++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 60 ++++++++++++++++++++++++++++++++++++
debian/copyright | 55 +++++++++++++++++++++++++++++++++
debian/docs | 3 ++
debian/format | 1 +
debian/libignition-math2-dev.install | 4 +++
debian/libignition-math2.install | 1 +
debian/rules | 21 +++++++++++++
debian/source/format | 1 +
debian/watch | 2 ++
12 files changed, 195 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..bea6d76
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ignition-math2 (2.0.1-1) unstable; urgency=medium
+
+ * ignition-math2 2.0.1-1 release (Closes: #783522)
+
+ -- Jose Luis Rivero <jrivero at osrfoundation.org> Thu, 02 Apr 2015 01:43:15 +0200
diff --git a/debian/changelog.orig b/debian/changelog.orig
new file mode 100644
index 0000000..feadda9
--- /dev/null
+++ b/debian/changelog.orig
@@ -0,0 +1,41 @@
+ignition-math2 (2.0.2-1~utopic) utopic; urgency=medium
+
+ * ignition-math2 2.0.2-1 release
+
+ -- Jose Luis Rivero <jrivero at osrfoundation.org> Mon, 04 May 2015 14:17:06 +0200
+
+ignition-math2 (2.0.2-1~utopic) utopic; urgency=medium
+
+ * ignition-math2 2.0.2-1 release
+
+ -- Jose Luis Rivero <jrivero at osrfoundation.org> Mon, 04 May 2015 14:16:26 +0200
+
+ignition-math2 (2.0.1-3~utopic) utopic; urgency=medium
+
+ * ignition-math2 2.0.1-3 release
+
+ -- Nate Koenig <nate at osrfoundation.org> Fri, 17 Apr 2015 11:59:35 -0700
+
+ignition-math2 (2.0.1-2~utopic) utopic; urgency=medium
+
+ * ignition-math2 2.0.1-2 release
+
+ -- Nate Koenig <nate at osrfoundation.org> Fri, 17 Apr 2015 10:44:32 -0700
+
+ignition-math2 (2.0.1-1~utopic) utopic; urgency=medium
+
+ * ignition-math2 2.0.1-1 release
+
+ -- Nate Koenig <nate at osrfoundation.org> Fri, 17 Apr 2015 09:58:03 -0700
+
+ignition-math2 (2.0.0-1~utopic) utopic; urgency=medium
+
+ * ignition-math2 2.0.0-1 release
+
+ -- Nate Koenig <nate at osrfoundation.org> Fri, 17 Apr 2015 08:23:50 -0700
+
+ignition-math (1.0.0-1~utopic) utopic; urgency=medium
+
+ * ignition-math 1.0.0-1 release
+
+ -- Nate Koenig <nate at osrfoundation.org> Fri, 06 Mar 2015 10:46:32 -0800
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..e7821a4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,60 @@
+Source: ignition-math2
+Standards-Version: 3.9.6
+Maintainer: Jose Luis Rivero <jrivero at osrfoundation.org>
+Section: science
+Priority: extra
+Build-Depends: cmake,
+ debhelper (>= 7.0.50~),
+ python,
+ ruby-ronn
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ign-math.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/ign-math.git
+Homepage: http://ignitionrobotics.org/libraries/math
+
+Package: libignition-math2
+Architecture: any
+Section: libs
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: same
+Description: Ignition Robotics Math Library - Shared library
+ A small, fast, and high performance math library. This library is a
+ self-contained set of classes and functions suitable for robot applications.
+ .
+ Ignition Robtics is a set of simple libraries that provide useful
+ functionality to bootstrap robot applications. The included libraries
+ encapsulate all the essentials, such as common math data types, console
+ logging, 3D mesh management, and asynchronous message passing.
+
+Package: libignition-math2-dev
+Architecture: any
+Section: libdevel
+Depends: libignition-math2 (= ${binary:Version}),
+ ${misc:Depends}
+Multi-Arch: same
+Description: Ignition Robotics Math Library - Development files
+ A small, fast, and high performance math library. This library is a
+ self-contained set of classes and functions suitable for robot applications.
+ .
+ Ignition Robtics is a set of simple libraries that provide useful
+ functionality to bootstrap robot applications. The included libraries
+ encapsulate all the essentials, such as common math data types, console
+ logging, 3D mesh management, and asynchronous message passing.
+
+
+Package: libignition-math2-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends:
+ libignition-math2 (= ${binary:Version}),
+ ${misc:Depends}
+Multi-Arch: same
+Description: Ignition Robotics Math Library - Debugging symbols
+ A small, fast, and high performance math library. This library is a
+ self-contained set of classes and functions suitable for robot applications.
+ .
+ Ignition Robtics is a set of simple libraries that provide useful
+ functionality to bootstrap robot applications. The included libraries
+ encapsulate all the essentials, such as common math data types, console
+ logging, 3D mesh management, and asynchronous message passing.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c421668
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,55 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ignmath
+Upstream-Contact: gazebo-list at gazebosim.org
+Source: https://bitbucket.org/ignitionrobotics/ign_math
+
+Files: *
+Copyright: 2014-2015 Open Source Robotics Foundation
+License: Apache
+ See '/usr/share/common-licenses/Apache-2.0'.
+
+Files: test/gtest/*
+Copyright: 2003, Google Inc.
+ 2005, Google Inc.
+ 2006, Google Inc.
+ 2007, Google Inc.
+ 2008, Google Inc.
+ 2009, Google Inc.
+License: BSD-3-clause
+
+Files: tools/check_test_ran.py
+Copyright: 2008, Willow Garage, Inc.
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Software License Agreement (BSD License)
+ .
+ Copyright (c) 2008, Willow Garage, Inc.
+ All rights reserved.
+ .
+ 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 the Willow Garage 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.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..46a4ca7
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README.md
diff --git a/debian/format b/debian/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/libignition-math2-dev.install b/debian/libignition-math2-dev.install
new file mode 100644
index 0000000..346327f
--- /dev/null
+++ b/debian/libignition-math2-dev.install
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/*/*.so
+usr/lib/*/pkgconfig/*.pc
+usr/lib/*/cmake/ignition-math2/*
diff --git a/debian/libignition-math2.install b/debian/libignition-math2.install
new file mode 100644
index 0000000..3de3b10
--- /dev/null
+++ b/debian/libignition-math2.install
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f8c7372
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+.PHONY: override_dh_auto_configure \
+ override_dh_strip
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DUSE_HOST_CFLAGS:BOOL=False \
+ -DUSE_UPSTREAM_CFLAGS:BOOL=False \
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo
+
+override_dh_strip:
+ dh_strip -a --dbg-package=libignition-math2-dbg
+
+%:
+ dh $@ --parallel --buildsystem=cmake
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..62eda21
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://gazebosim.org/distributions/ign-math/releases/ .*ignition-math2-(\d\.\d\.\d)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-math2.git
More information about the debian-science-commits
mailing list