[openpilot] 02/05: Add openpilot-data binary.

Anton Gladky gladk at moszumanska.debian.org
Mon Apr 13 18:27:56 UTC 2015


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

gladk pushed a commit to branch master
in repository openpilot.

commit c6b3ac2c465c3c7db7673f802a05e42518890b05
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Apr 13 18:02:41 2015 +0200

    Add openpilot-data binary.
---
 debian/control                | 24 +++++++++++++++++++++++-
 debian/openpilot-data.install |  1 +
 debian/openpilot.install      |  4 ++++
 3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e0685de..d85e2d3 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,9 @@ Package: openpilot
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         qml-module-qtquick-controls
+         qml-module-qtquick-controls,
+         qml-module-qtquick-xmllistmodel,
+         openpilot-data (= ${source:Version})
 Description: Platform for aerial robotics or other mobile vehicular platforms
  OpenPilot is a next-generation Open Source UAV autopilot created by the 
  OpenPilot Community (an all volunteer non-profit community). It is a highly 
@@ -51,4 +53,24 @@ Description: Platform for aerial robotics or other mobile vehicular platforms
  compromises either: with no hard-coded settings, a complete flight plan
  scripting language and other powerful features, OpenPilot is an extremely
  capable UAV autopilot platform.
+ .
+ Package contains binaries and libraries
 
+Package: openpilot-data
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Platform for aerial robotics. Data files
+ OpenPilot is a next-generation Open Source UAV autopilot created by the 
+ OpenPilot Community (an all volunteer non-profit community). It is a highly 
+ capable platform for multirotors, helicopters, fixed wing aircraft, and
+ other vehicles. 
+ .
+ It has been designed from the ground up by a community of passionate 
+ developers from around the globe, with its core design principles being
+ quality, safety, and ease of use.  Simplicity does not come with any
+ compromises either: with no hard-coded settings, a complete flight plan
+ scripting language and other powerful features, OpenPilot is an extremely
+ capable UAV autopilot platform.
+ .
+ Package contains data files
diff --git a/debian/openpilot-data.install b/debian/openpilot-data.install
new file mode 100644
index 0000000..db2ffbb
--- /dev/null
+++ b/debian/openpilot-data.install
@@ -0,0 +1 @@
+usr/share/openpilotgcs
diff --git a/debian/openpilot.install b/debian/openpilot.install
new file mode 100644
index 0000000..7ac8fec
--- /dev/null
+++ b/debian/openpilot.install
@@ -0,0 +1,4 @@
+usr/bin
+usr/lib
+usr/share/applications
+usr/share/pixmaps

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



More information about the debian-science-commits mailing list