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)
Fixed copyright Format field
Alf Gaida 8 years ago
parent e8a43f1faf
commit b75a7dc078

15
debian/changelog vendored

@ -1,5 +1,16 @@
lxqt-about (0.10.0-4) UNRELEASED; urgency=medium
lxqt-about (0.10.96~12-g8c1e642-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)
* Fixed copyright Format field
-- Alf Gaida <agaida@siduction.org> Sun, 17 Jul 2016 12:58:44 +0200
lxqt-about (0.10.96~12-g8c1e642-1) experimental; urgency=medium
* Cherry-picking upstream version 0.10.96~12-g8c1e642.
* Preparing the upcoming release, switch to experimental
* Added build dependency libqt5xdgiconloader-dev
* removed minimum versions for libqt5xdg-dev
@ -13,7 +24,7 @@ lxqt-about (0.10.0-4) UNRELEASED; urgency=medium
* Set CMAKE_BUILD_TYPE=RelWithDebInfo
* Added README.md to docs
-- Alf Gaida <agaida@siduction.org> Thu, 14 Jul 2016 20:26:33 +0200
-- Alf Gaida <agaida@siduction.org> Thu, 14 Jul 2016 20:52:08 +0200
lxqt-about (0.10.0-3) unstable; urgency=medium

8
debian/control vendored

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

2
debian/copyright vendored

@ -1,4 +1,4 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: lxqt-about
Source: https://github.com/lxde/lxqt-about

5
debian/rules vendored

@ -1,6 +1,7 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
export LC_ALL=C.UTF-8
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
@ -10,6 +11,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_configure:
dh_auto_configure -- \
-DPULL_TRANSLATIONS=OFF \
-DUPDATE_TRANSLATIONS=OFF \
-DPULL_TRANSLATIONS=OFF\
-DUPDATE_TRANSLATIONS=OFF\
-DCMAKE_BUILD_TYPE=RelWithDebInfo

Loading…
Cancel
Save