diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000000000000000000000000000000000000..f3d1a56c6598b1e18fb1d493e3619d072940449f --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +qgroundcontrol (2.4-0ubuntu1) trusty; urgency=low + + * Initial release (Closes: #nnnn) + + -- Daniel Agar Sat, 04 Apr 2015 17:14:10 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000000000000000000000000000000000000..ec635144f60048986bc560c5576355344005e6e7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000000000000000000000000000000000000..d8593ea302d1c8d2faae8d91d7860f6ba4c72c65 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: qgroundcontrol +Section: electronics +Priority: optional +Maintainer: Daniel Agar +Build-Depends: debhelper (>= 9), qt54tools, qt54base, qt54declarative, qt54serialport, qt54svg, qt54webkit, qt54quickcontrols, qt54xmlpatterns, qt54x11extras, qt54websockets, qt54sensors, qt54script, qt54quick1, qt54qbs, qt54multimedia, qt54location, qt54imageformats, qt54graphicaleffects, qt54creator, qt54connectivity, libsdl1.2-dev, libudev-dev +Standards-Version: 3.9.5 +Homepage: https://github.com/mavlink/qgroundcontrol +Vcs-Git: git://github.com/mavlink/qgroundcontrol.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/qgroundcontrol.git;a=summary + +Package: qgroundcontrol +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, qt54tools, qt54base, qt54declarative, qt54serialport, qt54svg, qt54webkit, qt54quickcontrols, qt54xmlpatterns, qt54x11extras, qt54websockets, qt54sensors, qt54script, qt54quick1, qt54multimedia, qt54location, qt54imageformats, qt54graphicaleffects, qt54connectivity +Description: Open Source Micro Air Vehicle Ground Control Station + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000000000000000000000000000000000000..833c87414c389a5ff3d7431083bfa475caa6225a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,7 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qgroundcontrol +Source: https://github.com/mavlink/qgroundcontrol + +Files: * +Copyright: QGroundControl Developers https://github.com/mavlink/qgroundcontrol/graphs/contributors +License: GPL-3+ diff --git a/debian/menu b/debian/menu new file mode 100644 index 0000000000000000000000000000000000000000..8e03196aa2657c41bcb51a13a06dfe7d8e74f4e0 --- /dev/null +++ b/debian/menu @@ -0,0 +1,4 @@ + ?package(qgroundcontrol):needs="x11" \ + section="Applications/Electronics" \ + title="QGroundControl" \ + command="/usr/bin/qgroundcontrol" diff --git a/debian/qgroundcontrol.install b/debian/qgroundcontrol.install new file mode 100644 index 0000000000000000000000000000000000000000..0f7a95ee9ecf680ce60acd6d90af6ae235c1bb73 --- /dev/null +++ b/debian/qgroundcontrol.install @@ -0,0 +1,4 @@ +qgroundcontrol.desktop usr/share/applications +release/qgroundcontrol usr/bin +resources/ usr/share/qgroundcontrol +resources/icons/qgroundcontrol.png usr/share/pixmaps diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000000000000000000000000000000000000..7c1274abab733e4b41d6994fa7772c013ac3fc6d --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- +export QT_SELECT := qt5 + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_auto_configure: + /opt/qt54/bin/qmake qgroundcontrol.pro diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000000000000000000000000000000000000..2059712f8865a8e5e74779116b6e19ac3c8c76e2 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +tar-ignore = ".git/*" diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000000000000000000000000000000000000..ad20addfd5a70417e01ddc40d9a73cb64c316324 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/mavlink/qgroundcontrol/tags .*/archive/[a-z](\d\S*)\.tar\.gz diff --git a/qgroundcontrol.desktop b/qgroundcontrol.desktop new file mode 100644 index 0000000000000000000000000000000000000000..9f815f8e1edc32205ca0dc8429613e0b90d37bf6 --- /dev/null +++ b/qgroundcontrol.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=qgroundcontrol +GenericName=Ground Control Station +Comment=UAS ground control station +Icon=qgroundcontrol +Exec=qgroundcontrol +Terminal=false +Categories=Utility; +Keywords=computer; diff --git a/resources/icons/qgroundcontrol.png b/resources/icons/qgroundcontrol.png new file mode 100644 index 0000000000000000000000000000000000000000..0cc381c8d040aa2f1442c2140c241563405d9841 Binary files /dev/null and b/resources/icons/qgroundcontrol.png differ