Skip to content
Commits on Source (7)
opencpn (4.8.8+dfsg.1-2) UNRELEASED; urgency=medium
opencpn (4.8.8+dfsg.2-1) unstable; urgency=medium
* Team upload.
[Sebastian Couwenberg]
* Update gbp.conf to use --source-only-changes by default.
* Bump Standards-Version to 4.4.0, no changes.
* Update gbp.conf to source-only uploads
-- Bas Couwenberg <sebastic@debian.org> Sun, 07 Jul 2019 09:03:06 +0200
[Alec Leamas]
* Drop minified js in source instead of binary packages =>
new source repacking.
* Update get-orig-source to fetch actual version, not latest.
* Relicense appdata.xml to match overall GPL-2+ license.
-- Alec Leamas <leamas.alec@gmail.com> Thu, 25 Jul 2019 10:17:35 -0400
opencpn (4.8.8+dfsg.1-1) unstable; urgency=medium
......
......@@ -10,6 +10,8 @@ Files-Excluded: .*
include/tinyxml.h
plugins/chartdldr_pi/src/tinyxml*
plugins/chartdldr_pi/src/unarr*
plugins/chartdldr_pi/data/doc/highlight.min.js
plugins/chartdldr_pi/data/doc/MathJax.js
plugins/grib_pi/src/bzip2*
src/serial*
src/texcmp/lz4*
......
......@@ -24,8 +24,6 @@ override_dh_auto_install:
dh_auto_install
# Remove generated files without source.
rm -rf debian/tmp/usr/share/opencpn/doc/opencpn
rm debian/tmp/usr/share/opencpn/plugins/chartdldr_pi/data/doc/highlight.min.js
rm debian/tmp/usr/share/opencpn/plugins/chartdldr_pi/data/doc/MathJax.js
# Move plugin documentation to proper location
-mv debian/tmp/usr/share/opencpn/sounds/README.bells \
debian/tmp/usr/share/opencpn/tcdata/README.harmonics \
......@@ -49,7 +47,8 @@ VERSION = $(word 1,$(subst +, ,$(DEB_VERSION_UPSTREAM)))
get-orig-source:
rm -rf utmp; mkdir utmp
uscan --destdir=utmp --force-download --safe
uscan --destdir=utmp --force-download --safe \
--download-version=$(VERSION)
cd utmp; \
rm -rf $$(find . -mindepth 1 -maxdepth 1 -type d); \
tar xaf *-*.tar.*z; \
......
......@@ -3,7 +3,3 @@ testsuite-autopkgtest-missing
# Used to work around #831870
debian-rules-contains-unnecessary-get-orig-source-target
# These files are not shipped in packages (removed in rules)
source-is-missing */MathJax.js *
source-is-missing */highlight.min.js
This diff is collapsed.
This diff is collapsed.