Added build dependencies gcc (>= 4:6), g++ (>= 4:6)
Exported LC_ALL=C.UTF-8 - define language settings for reproducable builds
This commit is contained in:
parent
38bcfd4a3a
commit
fc38d4019f
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
liblxqt (0.10.96~51-gcd10d27-2) experimental; urgency=medium
|
||||
|
||||
* Added build dependencies gcc (>= 4:6), g++ (>= 4:6)
|
||||
* Exported LC_ALL=C.UTF-8 - define language settings for reproducable
|
||||
builds
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sat, 16 Jul 2016 21:01:29 +0200
|
||||
|
||||
liblxqt (0.10.96~51-gcd10d27-1) experimental; urgency=medium
|
||||
|
||||
* New snapshot: 0.10.0-51-gcd10d27
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -6,6 +6,8 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Build-Depends: cmake (>= 3.0.2),
|
||||
gcc (>= 4:6),
|
||||
g++ (>= 4:6),
|
||||
debhelper (>= 9.20151219),
|
||||
libkf5windowsystem-dev,
|
||||
libqt5x11extras5-dev,
|
||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -1,8 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake \
|
||||
@ -11,6 +12,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DPULL_TRANSLATIONS=OFF \
|
||||
-DUPDATE_TRANSLATIONS=OFF \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
-DPULL_TRANSLATIONS=OFF\
|
||||
-DUPDATE_TRANSLATIONS=OFF\
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user