-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from nohal/master
Add debian packaging metadata
- Loading branch information
Showing
6 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/make -f | ||
|
||
%: | ||
dh $@ --buildsystem=cmake | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
3.0 (quilt) |