Skip to content
Commits on Source (7)
opencpn (5.0.0+dfsg.1-1) unstable; urgency=medium
[ Alec Leamas ]
* New upstream release
* Move to gtk3
(closes: #946018)
* Drop all patches besides two after being upstreamed
* Drop some lintian overrides after upstream fixes.
* Add a patch for broken include paths.
......@@ -12,6 +14,14 @@ opencpn (5.0.0+dfsg.1-1) unstable; urgency=medium
* Bump Standards-Version to 4.4.1, no changes.
* Move to compat level 12.
[ Bas Couwenberg ]
* Restructure control file with cme.
* Change libgtk2.0-dev build dependency to libgtk-3-dev.
* Update watch file to handle common issues.
* Rename install file to opencpn.install.
* Drop obsolete include-binaries file.
* Fix typo in lintian override comment.
-- Alec Leamas <leamas.alec@gmail.com> Tue, 19 Nov 2019 08:49:56 -0500
opencpn (4.8.8+dfsg.2-1) unstable; urgency=medium
......
......@@ -4,35 +4,35 @@ Uploaders: Alec Leamas <leamas.alec@gmail.com>
Section: misc
Priority: optional
Build-Depends: debhelper (>= 12),
cmake,
libarchive-dev,
libbz2-dev,
libcurl4-gnutls-dev,
libelf-dev,
libexif-dev,
libgdk-pixbuf2.0-dev,
libgtk2.0-dev,
liblz4-dev,
liblzma-dev,
libpango1.0-dev,
libsqlite3-dev,
libtinyxml-dev,
libunarr-dev,
libwxsvg-dev (>= 2:1.5.21),
libwxgtk3.0-gtk3-dev,
portaudio19-dev
cmake,
libarchive-dev,
libbz2-dev,
libcurl4-gnutls-dev,
libelf-dev,
libexif-dev,
libgdk-pixbuf2.0-dev,
libgtk-3-dev,
liblz4-dev,
liblzma-dev,
libpango1.0-dev,
libsqlite3-dev,
libtinyxml-dev,
libunarr-dev,
libwxgtk3.0-gtk3-dev,
libwxsvg-dev (>= 2:1.5.21),
portaudio19-dev
Standards-Version: 4.4.1
Homepage: https://opencpn.org
Vcs-Browser: https://salsa.debian.org/debian-gis-team/opencpn
Vcs-Git: https://salsa.debian.org/debian-gis-team/opencpn.git
Homepage: https://opencpn.org
Package: opencpn
Architecture: any
Depends:
opencpn-data (= ${source:Version}),
bzip2,
wx3.0-i18n,
${shlibs:Depends}, ${misc:Depends}
Depends: opencpn-data (>= ${source:Version}),
bzip2,
wx3.0-i18n,
${shlibs:Depends},
${misc:Depends}
Breaks: opencpn-plugins (<< 4.8.6~20180801.8d20a06+dfsg.1)
Replaces: opencpn-plugins (<< 4.8.6~20180801.8d20a06+dfsg.1)
Suggests: binutils
......@@ -63,6 +63,7 @@ Description: Open Source Chartplotter and Marine GPS Navigation Software (data)
Package: opencpn-plugins
Architecture: all
Depends: opencpn (>= 4.8.6~20180801.8d20a06+dfsg.1), ${misc:Depends}
Depends: opencpn (>= ${source:Version}),
${misc:Depends}
Description: Open Source Chartplotter and Marine GPS Navigation Software (transition)
This package is a transitional, empty package.
debian/patches/0008-Add-appdata-metafile-gnome-software-support.patch
# Package does not define a testsuit.
# Package does not define a testsuite.
testsuite-autopkgtest-missing
# Used to work around #831870
......
version=4
#
# Using git tag (see #1132, upstream does not always tag...)
#
opts="repacksuffix=+dfsg.1,dversionmangle=s/\+dfsg.[0-9]$//,\
filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%opencpn-$1.tar.gz%" \
https://github.com/OpenCPN/OpenCPN/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
# Pre/post-release git snapshots
#
# opts="mode=git,pretty=0~%cd.%h,\
# dversionmangle=s/\+dfsg.[0-9]$//,repacksuffix=+dfsg.1" \
# https://github.com/OpenCPN/OpenCPN.git HEAD
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)\.?\d*$//,\
uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/;,\
filenamemangle=s/(?:.*?\/)?(?:rel|v|opencpn)?[\-\_]?(\d\S+)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/opencpn-$1.$2/,\
repacksuffix=+dfsg \
https://github.com/OpenCPN/OpenCPN/releases \
(?:.*?/archive/)?(?:rel|v|opencpn)?[\-\_]?(\d\S+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))