From ee9265f353ecab77bd0147fc291f6ec1d931f0df Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 17 Jul 2016 12:12:02 +0200 Subject: [PATCH] Set minimum versions Added build dependencies gcc (>= 4:6), g++ (>= 4:6) Exported LC_ALL=C.UTF-8 - define language settings for reproducable builds Set additional minumum versions (libqtxdg, liblxqt) --- debian/changelog | 9 +++++++++ debian/control | 8 +++++--- debian/rules | 9 +++++---- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index a41c657..0a36478 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +lxqt-admin (0.10.96~24-gd87b750-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 + * Set additional minumum versions (libqtxdg, liblxqt) + + -- Alf Gaida Sun, 17 Jul 2016 12:11:47 +0200 + lxqt-admin (0.10.96~24-gd87b750-1) experimental; urgency=medium * Cherry-picking upstream version 0.10.96~24-gd87b750. diff --git a/debian/control b/debian/control index 3419663..b924e33 100644 --- a/debian/control +++ b/debian/control @@ -7,11 +7,13 @@ Section: x11 Priority: optional Build-Depends: debhelper (>= 9), cmake (>= 3.0.2), + gcc (>= 4:6), + g++ (>= 4:6), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.10.0), + liblxqt0-dev (>= 0.10.96~), libqt5x11extras5-dev, - libqt5xdg-dev, - libqt5xdgiconloader-dev, + libqt5xdg-dev (>= 1.3.1~), + libqt5xdgiconloader-dev (>= 1.3.1~), libx11-dev, pkg-config, qttools5-dev, diff --git a/debian/rules b/debian/rules index 1a64657..26b89b6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,9 @@ #!/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 \ @@ -10,6 +11,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: dh_auto_configure -- \ - -DPULL_TRANSLATIONS=OFF \ - -DUPDATE_TRANSLATIONS=OFF \ + -DPULL_TRANSLATIONS=OFF\ + -DUPDATE_TRANSLATIONS=OFF\ -DCMAKE_BUILD_TYPE=RelWithDebInfo