* Set CMAKE_BUILD_TYPE=RelWithDebInfo
* Set LC_ALL=C.UTF-8
This commit is contained in:
parent
fd5cb853bc
commit
2ea6751dbf
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -9,8 +9,10 @@ libsysstat (0.3.3-1) unstable; urgency=medium
|
||||
* Added build-dependency lxqt-build-tools (>= 0.3.0)
|
||||
* Fixed typo in VCS-Fields
|
||||
* Removed --parallel from debian/rules, standard compat 10
|
||||
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
* Set LC_ALL=C.UTF-8
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 11 Dec 2016 20:30:13 +0100
|
||||
-- Alf Gaida <agaida@siduction.org> Sun, 11 Dec 2016 23:14:23 +0100
|
||||
|
||||
libsysstat (0.3.2-1) unstable; urgency=medium
|
||||
|
||||
|
2
debian/libsysstat-qt5-0-dev.install
vendored
2
debian/libsysstat-qt5-0-dev.install
vendored
@ -6,4 +6,4 @@ usr/lib/*/pkgconfig/sysstat-qt5.pc
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-config.cmake
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-config-version.cmake
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-targets.cmake
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-targets-none.cmake
|
||||
usr/share/cmake/sysstat-qt5/sysstat-qt5-targets-relwithdebinfo.cmake
|
||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -1,9 +1,14 @@
|
||||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE=1
|
||||
# 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 \
|
||||
--fail-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
Loading…
x
Reference in New Issue
Block a user