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)
This commit is contained in:
Alf Gaida 2016-07-17 14:16:19 +02:00
parent 0002a43577
commit 1ff65b8ff6
3 changed files with 19 additions and 7 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
lxqt-config (0.10.96~62-g80c413c-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 <agaida@siduction.org> Sun, 17 Jul 2016 14:16:03 +0200
lxqt-config (0.10.96~62-g80c413c-1) experimental; urgency=medium lxqt-config (0.10.96~62-g80c413c-1) experimental; urgency=medium
* Cherry-picking upstream version 0.10.96~62-g80c413c. * Cherry-picking upstream version 0.10.96~62-g80c413c.

8
debian/control vendored
View File

@ -8,13 +8,15 @@ Section: x11
Priority: optional Priority: optional
Build-Depends: debhelper (>= 9), Build-Depends: debhelper (>= 9),
cmake (>= 3.0.2), cmake (>= 3.0.2),
gcc (>= 4:6),
g++ (>= 4:6),
libkf5screen-dev, libkf5screen-dev,
libkf5windowsystem-dev, libkf5windowsystem-dev,
liblxqt0-dev (>= 0.10.0), liblxqt0-dev (>= 0.10.96~),
libqt5svg5-dev, libqt5svg5-dev,
libqt5x11extras5-dev, libqt5x11extras5-dev,
libqt5xdg-dev, libqt5xdg-dev (>= 1.3.1~),
libqt5xdgiconloader-dev, libqt5xdgiconloader-dev (>= 1.3.1~),
libx11-dev, libx11-dev,
libxcursor-dev, libxcursor-dev,
libxfixes-dev, libxfixes-dev,

9
debian/rules vendored
View File

@ -1,8 +1,9 @@
#!/usr/bin/make -f #!/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_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%: %:
dh ${@} --buildsystem cmake \ dh ${@} --buildsystem cmake \
@ -10,8 +11,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure -- \ dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF \ -DPULL_TRANSLATIONS=OFF\
-DUPDATE_TRANSLATIONS=OFF \ -DUPDATE_TRANSLATIONS=OFF\
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_BUILD_TYPE=RelWithDebInfo
override_dh_makeshlibs: override_dh_makeshlibs: