Prepare 1.10.17
This commit is contained in:
parent
d3695c070d
commit
c22bf2124c
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,3 +1,12 @@
|
||||
qps (1.10.17-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Cherry-picking upstream-version 1.10.17.
|
||||
* Bumped Standards to 4.1.0 - no changes needed
|
||||
* Changed CMAKE_BUILD_TYPE to RelWithDebInfo
|
||||
* Bumped dephelper to >= 10 and compat to 10 - removed --parallel from rules
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Fri, 22 Sep 2017 00:24:15 +0200
|
||||
|
||||
qps (1.10.16-29-g7e679db-1) unstable; urgency=medium
|
||||
|
||||
* Cherry-picking upstream version 1.10.16-29-g7e679db.
|
||||
|
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
||||
9
|
||||
10
|
||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -5,13 +5,13 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 9),
|
||||
Build-Depends: debhelper (>= 10),
|
||||
cmake (>= 3.0.2),
|
||||
libxrender-dev,
|
||||
libqt5x11extras5-dev,
|
||||
qttools5-dev,
|
||||
qttools5-dev-tools
|
||||
Standards-Version: 3.9.8
|
||||
Standards-Version: 4.1.0
|
||||
Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/qps.git/?h=debian/sid
|
||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qps.git -b debian/sid
|
||||
Homepage: https://github.com/qtdesktop/qps
|
||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -6,9 +6,9 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@} --buildsystem cmake\
|
||||
--parallel
|
||||
dh ${@} --buildsystem cmake
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DCMAKE_BUILD_TYPE=Debug
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user