Skip to content

Commit

Permalink
Merge pull request #104 from nohal/master
Browse files Browse the repository at this point in the history
Add debian packaging metadata
  • Loading branch information
keesverruijt authored Apr 1, 2019
2 parents b605dab + 48d7f12 commit 8da42e0
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
opencpn-plugin-radar (5.0.0-1) unstable; urgency=medium

* Initial release for O5 using CI

-- Pavel Kalian <[email protected]> Tue, 12 Mar 2019 09:01:17 -0300
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
16 changes: 16 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Source: opencpn-plugin-radar
Section: misc
Priority: optional
Maintainer: Pavel Kalian <[email protected]>
Build-Depends: debhelper (>= 9), cmake, gettext, git-core, gpsd, gpsd-clients, libgps-dev, wx-common, libwxgtk3.0-dev, libglu1-mesa-dev, libgtk2.0-dev, wx3.0-headers, libbz2-dev, libtinyxml-dev, libportaudio2, portaudio19-dev, libcurl4-openssl-dev, libexpat1-dev, libcairo2-dev, libarchive-dev, liblzma-dev, libexif-dev, libelf-dev, libsqlite3-dev
Standards-Version: 4.1.2
Homepage: https://github.com/opencpn-radar-pi/radar_pi
#Vcs-Git: https://anonscm.debian.org/git/collab-maint/opencpn-plugin-radar.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/opencpn-plugin-radar.git

Package: opencpn-plugin-radar
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, opencpn (>= 4.99.0)
Description: Broadband digital radar plugin for OpenCPN
Allows graphical display of radar as chart overlay or in own window.
Supports Garmin HD and xHD, Navico BR24 (also good for "old" 3G manufactured until Oct-2014) and 4G (also good for "new" 3G), Navico HALO-3, HALO-4, HALO-6 and HALO24.
29 changes: 29 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: opencpn-plugin-radar
Source: https://github.com/opencpn-radar-pi/radar_pi

Files: *
Copyright: 2013-2019 Kees Verruijt <[email protected]>
License: GPL-2.0+

Files: debian/*
Copyright: 2019 Pavel Kalian <[email protected]>
License: GPL-2.0+

License: GPL-2.0+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

5 changes: 5 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/make -f

%:
dh $@ --buildsystem=cmake

1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit 8da42e0

Please sign in to comment.