[kdl] 02/08: Added patch to build the package

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 fc8e01b5ee613d7a4d4e7eaabd0b3df7c64ccbeb
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Wed Apr 22 09:03:48 2015 +0200

    Added patch to build the package
---
 .../0001-Added-CMakeLists-to-build-the-package.patch | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/0001-Added-CMakeLists-to-build-the-package.patch b/debian/patches/0001-Added-CMakeLists-to-build-the-package.patch
new file mode 100644
index 0000000..059d7d9
--- /dev/null
+++ b/debian/patches/0001-Added-CMakeLists-to-build-the-package.patch
@@ -0,0 +1,20 @@
+From: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
+Date: Wed, 22 Apr 2015 09:02:30 +0200
+Subject: Added CMakeLists to build the package
+
+---
+ CMakeLists.txt | 5 +++++
+ 1 file changed, 5 insertions(+)
+ create mode 100644 CMakeLists.txt
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+new file mode 100644
+index 0000000..023ab85
+--- /dev/null
++++ b/CMakeLists.txt
+@@ -0,0 +1,5 @@
++CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
++
++PROJECT(orocos-kdl)
++add_subdirectory(orocos_kdl)
++
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..51f0806
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Added-CMakeLists-to-build-the-package.patch

-- 
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