Browse Source

ubuntu package

QGC4.4
Daniel Agar 10 years ago
parent
commit
5c96df2994
  1. 5
      debian/changelog
  2. 1
      debian/compat
  3. 15
      debian/control
  4. 7
      debian/copyright
  5. 4
      debian/menu
  6. 4
      debian/qgroundcontrol.install
  7. 12
      debian/rules
  8. 1
      debian/source/format
  9. 1
      debian/source/options
  10. 2
      debian/watch
  11. 10
      qgroundcontrol.desktop
  12. BIN
      resources/icons/qgroundcontrol.png

5
debian/changelog vendored

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

1
debian/compat vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
9

15
debian/control vendored

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

7
debian/copyright vendored

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

4
debian/menu vendored

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
?package(qgroundcontrol):needs="x11" \
section="Applications/Electronics" \
title="QGroundControl" \
command="/usr/bin/qgroundcontrol"

4
debian/qgroundcontrol.install vendored

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

12
debian/rules vendored

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

1
debian/source/format vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
3.0 (quilt)

1
debian/source/options vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
tar-ignore = ".git/*"

2
debian/watch vendored

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
version=3
https://github.com/mavlink/qgroundcontrol/tags .*/archive/[a-z](\d\S*)\.tar\.gz

10
qgroundcontrol.desktop

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

BIN
resources/icons/qgroundcontrol.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Loading…
Cancel
Save