From 1a3dcfdfcc11381f14402c2cd33bb10a5938ee30 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 17 Jul 2016 11:29:23 +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 | 14 ++++++++++++++ debian/control | 6 ++++-- debian/rules | 5 +++-- 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60df969..211d9f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +libfm-qt (0.11.1~13-g4aa2bb6-3) experimental; urgency=medium + + * Set additional minumum versions (libqtxdg, liblxqt) + + -- Alf Gaida Sun, 17 Jul 2016 11:27:49 +0200 + +libfm-qt (0.11.1~13-g4aa2bb6-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 Sun, 17 Jul 2016 01:58:02 +0200 + libfm-qt (0.11.1~13-g4aa2bb6-1) experimental; urgency=medium * Cherry-picking upstream version 0.11.1~13-g4aa2bb6. diff --git a/debian/control b/debian/control index 010a33f..a4f8631 100644 --- a/debian/control +++ b/debian/control @@ -8,13 +8,15 @@ Section: x11 Priority: optional Build-Depends: debhelper (>= 9), cmake (>= 3.0.2), + gcc (>= 4:6), + g++ (>= 4:6), libfm-dev (>= 1.2.0), libglib2.0-dev, libkf5windowsystem-dev, - liblxqt0-dev, + liblxqt0-dev ( >= 0.10.96~), libmenu-cache-dev, libqt5x11extras5-dev, - libqt5xdg-dev (>= 1.3.0), + libqt5xdg-dev (>= 1.3.1~), libx11-dev, pkg-config, qtbase5-private-dev, diff --git a/debian/rules b/debian/rules index 75ca2a0..e95ff7a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,9 @@ #!/usr/bin/make -f -#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 \