Skip to content
Commits on Source (2)
qmapshack (1.11.1-2) UNRELEASED; urgency=medium
qmapshack (1.11.1-2) unstable; urgency=medium
* Strip trailing whitespace from control & rules files.
* Bump Standards-Version to 4.1.5, no changes.
* Don't bother to regenerate the icons.
(LP: 1780046)
-- Bas Couwenberg <sebastic@debian.org> Mon, 07 May 2018 22:15:29 +0200
-- Bas Couwenberg <sebastic@debian.org> Tue, 17 Jul 2018 18:55:27 +0200
qmapshack (1.11.1-1) unstable; urgency=medium
......
......@@ -6,7 +6,6 @@ Section: science
Priority: optional
Build-Depends: cmake,
debhelper (>= 9.20120417~),
inkscape,
libalglib-dev,
libgdal-dev (>= 1.10.1-0~),
libproj-dev,
......
......@@ -3,8 +3,6 @@
# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
export QT_SELECT := qt5
# one ring to rule them all ...
......@@ -14,24 +12,6 @@ export QT_SELECT := qt5
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
override_dh_auto_build:
ifeq (,$(findstring $(DEB_HOST_ARCH),"arm64 mips64el powerpc hurd-i386"))
# Don't regenerate icons on architectures where inkscape fails
$(RM) $(CURDIR)/src/icons/16x16/*
$(RM) $(CURDIR)/src/icons/32x32/*
$(RM) $(CURDIR)/src/icons/48x48/*
$(RM) $(CURDIR)/src/icons/cache/32x32/*
$(RM) $(CURDIR)/src/icons/waypoints/32x32/*
$(RM) $(CURDIR)/src/pics/compass.png
cd $(CURDIR)/src/icons/ && bash makeicons
cd $(CURDIR)/src/icons/cache/ && bash makeicons
cd $(CURDIR)/src/icons/waypoints/ && bash makeicons
inkscape -D -w 180 -h 180 $(CURDIR)/src/qmapshack/pics/compass.svg --export-png=$(CURDIR)/src/qmapshack/pics/compass.png
endif
dh_auto_build
override_dh_install:
dh_install --list-missing
......