File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 13
13
14
14
env :
15
15
global :
16
- # Environment variables for
16
+ # Environment variables for packaging
17
17
- PRODUCT=flameshot
18
18
- VERSION=0.6.0
19
19
- RELEASE=1
@@ -33,10 +33,12 @@ matrix:
33
33
# 28
34
34
env : OS=fedora DIST=28 EXTEN=rpm
35
35
services : docker
36
- - os : linux
37
- # 29
38
- env : OS=fedora DIST=29 EXTEN=rpm
39
- services : docker
36
+ # cups-libs-2.2.8-6 cannot be found, correct is cups-libs-2.2.8-7,
37
+ # maybe it was caused by upstream docker images, so disable temporarily.
38
+ # - os: linux
39
+ # # 29
40
+ # env: OS=fedora DIST=29 EXTEN=rpm
41
+ # services: docker
40
42
- os : linux
41
43
# 16.04 LTS
42
44
env : OS=ubuntu DIST=xenial EXTEN=deb
Original file line number Diff line number Diff line change 5
5
6
6
7
7
# see FEATURE AREAS in dpkg-buildflags(1)
8
- # export DEB_BUILD_MAINT_OPTIONS = hardening=+all
8
+ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
9
9
10
10
# see ENVIRONMENT in dpkg-buildflags(1)
11
11
# package maintainers to append CFLAGS
12
12
# export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
13
13
# package maintainers to append LDFLAGS
14
- # export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
14
+ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
15
15
16
16
export QT_SELECT := 5
17
17
18
18
% :
19
19
dh $@
20
20
21
+ override_dh_auto_configure :
22
+ # The existence of an empty .git directory triggers syncqt.
23
+ mkdir .git || true
24
+ dh_auto_configure -- CONFIG+=packaging CONFIG-=debug CONFIG+=release
21
25
22
26
# dh_make generated override targets
23
27
# This is example for Cmake (See https://bugs.debian.org/641051 )
You can’t perform that action at this time.
0 commit comments