[kdl] 01/08: Added initial debian dir

Leopold Palomo-Avellaneda leo at alaxarxa.net
Wed Apr 22 13:38:31 UTC 2015


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

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

commit 384779ebca4a01650f37ba5afc602698e04918f8
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Wed Apr 22 08:47:04 2015 +0200

    Added initial debian dir
---
 debian/changelog                 |  6 ++++++
 debian/compat                    |  2 ++
 debian/control                   | 22 ++++++++++++++++++++++
 debian/copyright                 | 29 +++++++++++++++++++++++++++++
 debian/copyright.old             | 26 ++++++++++++++++++++++++++
 debian/liborocos-kdl-dev.install |  4 ++++
 debian/liborocos-kdl1.install    |  1 +
 debian/rules                     | 29 +++++++++++++++++++++++++++++
 debian/source/format             |  1 +
 debian/watch                     |  7 +++++++
 10 files changed, 127 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d0c950e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+orocos-kdl (1.3.0+dfsg-0) UNRELEASED; urgency=low
+
+  * Initial release. Closes (######).
+
+ -- Leopold Palomo-Avellaneda <leo at alaxarxa.net>  Thu, 22 Apr 2015 11:24:49 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..48c962f
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1,2 @@
+9
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e903370
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: orocos-kdl
+Priority: optional
+Maintainer: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.5
+Section: libs
+Homepage: <insert the upstream URL, if relevant>
+#Vcs-Git: git://anonscm.debian.org/collab-maint/orocos-kdl.git
+#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/orocos-kdl.git;a=summary
+
+Package: orocos-kdl-dev
+Section: libdevel
+Architecture: any
+Depends: orocos-kdlBROKEN (= ${binary:Version}), ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: orocos-kdlBROKEN
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1b24858
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: orocos-kdl
+Upstream-Contact: Orocos Developers <orocos-dev at lists.mech.kuleuven.be>
+Source: https://github.com/orocos/orocos_kinematics_dynamics
+Files-Excluded: orocos_kdl/debian python_orocos_kdl orocos_kinematics_dynamics 
+
+Files: *
+Copyright: 2009-2015 Ruben Smits <ruben at intermodalics.eu>
+License: LGPL-2.1
+
+Files: debian/*
+Copyright: 2015 Leopold Palomo-Avellaneda <leo at alaxarxa.net>
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or   
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of 
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
diff --git a/debian/copyright.old b/debian/copyright.old
new file mode 100644
index 0000000..b7463ac
--- /dev/null
+++ b/debian/copyright.old
@@ -0,0 +1,26 @@
+This is kdl, written and maintained by the orocos development team <orocos-dev at lists.mech.kuleuven.be>
+on Wed, 24 Oct 2007 13:20:52 +0200.
+
+The original source can always be found at:
+    http://www.orocos.org/kdl
+
+Copyright Holder:  Orocos Dev Team
+
+License:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with this package; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/liborocos-kdl-dev.install b/debian/liborocos-kdl-dev.install
new file mode 100644
index 0000000..78bbac8
--- /dev/null
+++ b/debian/liborocos-kdl-dev.install
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/share/pkgconfig/*
diff --git a/debian/liborocos-kdl1.install b/debian/liborocos-kdl1.install
new file mode 100644
index 0000000..d0dbfd1
--- /dev/null
+++ b/debian/liborocos-kdl1.install
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..32c604e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,29 @@
+#!/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 $@ --buildsystem=cmake
+
+# debmake generated override targets
+# This is example for Cmake (See http://bugs.debian.org/641051 )
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
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..1aae1d4
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+# Watch control file for uscan
+version=3
+#opts="uversionmangle=s/(\d)[_.+-]?((RC|rc|pre|dev|beta|alpha)[\d.]*)$/$1~$2+dfsg/" \
+opts=uversionmangle=s/$/+dfsg/ \
+https://github.com/orocos/orocos_kinematics_dynamics/releases .*/v(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/orocos/kdl.git



More information about the debian-science-commits mailing list