* Set CMAKE_BUILD_TYPE=RelWithDebInfo

* Set LC_ALL=C.UTF-8
This commit is contained in:
Alf Gaida 2016-12-11 23:14:30 +01:00
parent fd5cb853bc
commit 2ea6751dbf
3 changed files with 11 additions and 4 deletions

4
debian/changelog vendored
View File

@ -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

View File

@ -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
View File

@ -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