diff --git a/debian/changelog b/debian/changelog index b7a598a..aef55b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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. diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index f50404d..1fc3cce 100644 --- a/debian/control +++ b/debian/control @@ -5,13 +5,13 @@ Uploaders: Alf Gaida , Andrew Lee (李健秋) 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 diff --git a/debian/rules b/debian/rules index 5574231..be82032 100755 --- a/debian/rules +++ b/debian/rules @@ -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 +