[image-common] 02/04: Add patch for CMakeLists.txt

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Aug 4 17:48:29 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository image-common.

commit 921340b67bc3b77db499fea17c3185d5c0e6ff68
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Aug 4 18:34:25 2015 +0200

    Add patch for CMakeLists.txt
---
 debian/patches/0001-Add-CMakeLists.txt.patch | 22 ++++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0001-Add-CMakeLists.txt.patch b/debian/patches/0001-Add-CMakeLists.txt.patch
new file mode 100644
index 0000000..a31be72
--- /dev/null
+++ b/debian/patches/0001-Add-CMakeLists.txt.patch
@@ -0,0 +1,22 @@
+From: Jochen Sprickerhof <git at jochen.sprickerhof.de>
+Date: Tue, 4 Aug 2015 18:33:50 +0200
+Subject: Add CMakeLists.txt
+
+---
+ CMakeLists.txt | 7 +++++++
+ 1 file changed, 7 insertions(+)
+ create mode 100644 CMakeLists.txt
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+new file mode 100644
+index 0000000..a6d5d86
+--- /dev/null
++++ b/CMakeLists.txt
+@@ -0,0 +1,7 @@
++cmake_minimum_required(VERSION 2.8.3)
++project(image_common)
++
++add_subdirectory(camera_calibration_parsers)
++add_subdirectory(camera_info_manager)
++add_subdirectory(image_transport)
++add_subdirectory(polled_camera)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6e9def9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Add-CMakeLists.txt.patch

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



More information about the debian-science-commits mailing list