12 changed files with 62 additions and 0 deletions
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
qgroundcontrol (2.4-0ubuntu1) trusty; urgency=low |
||||
|
||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> |
||||
|
||||
-- Daniel Agar <daniel@agar.ca> Sat, 04 Apr 2015 17:14:10 -0400 |
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
Source: qgroundcontrol |
||||
Section: electronics |
||||
Priority: optional |
||||
Maintainer: Daniel Agar <daniel@agar.ca> |
||||
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 |
||||
<insert long description, indented with spaces> |
@ -0,0 +1,7 @@
@@ -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+ |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
?package(qgroundcontrol):needs="x11" \ |
||||
section="Applications/Electronics" \ |
||||
title="QGroundControl" \ |
||||
command="/usr/bin/qgroundcontrol" |
@ -0,0 +1,4 @@
@@ -0,0 +1,4 @@
|
||||
qgroundcontrol.desktop usr/share/applications |
||||
release/qgroundcontrol usr/bin |
||||
resources/ usr/share/qgroundcontrol |
||||
resources/icons/qgroundcontrol.png usr/share/pixmaps |
@ -0,0 +1,12 @@
@@ -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 |
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
tar-ignore = ".git/*" |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
version=3 |
||||
https://github.com/mavlink/qgroundcontrol/tags .*/archive/[a-z](\d\S*)\.tar\.gz |
@ -0,0 +1,10 @@
@@ -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; |
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in new issue