Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Don't bother to regenerate the icons. (LP: 1780046)
· be77c260
Bas Couwenberg
authored
Jul 17, 2018
be77c260
Set distribution to unstable.
· 55c29e93
Bas Couwenberg
authored
Jul 17, 2018
55c29e93
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
55c29e93
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
,
0
7
May
2018
22:1
5:2
9
+0200
-- Bas Couwenberg <sebastic@debian.org>
Tue
,
1
7
Jul
2018
18:5
5:2
7
+0200
qmapshack (1.11.1-1) unstable; urgency=medium
...
...
debian/control
View file @
55c29e93
...
...
@@ -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,
...
...
debian/rules
View file @
55c29e93
...
...
@@ -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
...
...