From e390f966ac5242b32ae1e72e626ebf662b17d897 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Mon, 23 Apr 2018 20:17:25 +0200 Subject: [PATCH 1/2] Some debian $foo * debian/rules USE_MENU_CACHE=OFF (Closes:#896513) * Removed build dependency on libmenu-cache-dev * Bumped debhelper to 11~ * Bumped compat to 11 * Bumped Standards to 4.1.4, no changes needed * Fixed VCS fields for salsa * Fixed homepage * Removed trailing whitespaces from changelog --- debian/changelog | 21 +++++++++++++++++---- debian/compat | 2 +- debian/control | 11 +++++------ debian/copyright | 2 +- debian/rules | 1 + 5 files changed, 25 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2f8535..768a9da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,21 @@ +lxqt-runner (0.12.0-5) unstable; urgency=medium + + * debian/rules USE_MENU_CACHE=OFF (Closes:#896513) + * Removed build dependency on libmenu-cache-dev + * Bumped debhelper to 11~ + * Bumped compat to 11 + * Bumped Standards to 4.1.4, no changes needed + * Fixed VCS fields for salsa + * Fixed homepage + * Removed trailing whitespaces from changelog + + -- Alf Gaida Mon, 23 Apr 2018 20:08:15 +0200 + lxqt-runner (0.12.0-4) unstable; urgency=medium * Bumped Standards to 4.1.2, no changes needed * Removed branch from VCS fields - * Removed debian/gbp.conf + * Removed debian/gbp.conf -- Alf Gaida Thu, 14 Dec 2017 22:41:16 +0100 @@ -53,7 +66,7 @@ lxqt-runner (0.11.1-1) unstable; urgency=medium * Bumped some build-dependencies: - liblxqt0-dev (>= 0.11.1) - liblxqt-globalkeys0-dev (>= 0.11.1) - - liblxqt-globalkeys-ui0-dev (>= 0.11.1) + - liblxqt-globalkeys-ui0-dev (>= 0.11.1) * Bump years in d/copyright -- Alf Gaida Mon, 02 Jan 2017 19:27:11 +0100 @@ -80,13 +93,13 @@ lxqt-runner (0.11.0-2) unstable; urgency=medium * Bumped years in copyrights * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo - * Exported LC_ALL=C.UTF-8, make builds reproducible + * Exported LC_ALL=C.UTF-8, make builds reproducible -- Alf Gaida Wed, 20 Jul 2016 23:36:42 +0200 lxqt-runner (0.10.0-3) unstable; urgency=medium - * Remove dbg package in favor of dbgsym. + * Remove dbg package in favor of dbgsym. -- Alf Gaida Sat, 26 Dec 2015 23:04:25 +0100 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 46e21b8..dbef873 100644 --- a/debian/control +++ b/debian/control @@ -4,21 +4,20 @@ Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) Section: x11 Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), libkf5windowsystem-dev, liblxqt0-dev (>= 0.12.0), liblxqt-globalkeys0-dev (>= 0.12.0), liblxqt-globalkeys-ui0-dev (>= 0.12.0), - libmenu-cache-dev, libmuparser-dev, libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev, qtbase5-private-dev -Standards-Version: 4.1.2 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-runner.git -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-runner.git -Homepage: https://github.com/lxde/lxqt-runner +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-runner +Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-runner.git +Homepage: https://github.com/lxqt/lxqt-runner Package: lxqt-runner Architecture: any diff --git a/debian/copyright b/debian/copyright index 97199b5..9e615f6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ Copyright: 2012-2017 LXQt team License: LGPL-2.1+ Files: debian/* -Copyright: 2014-2017 Alf Gaida +Copyright: 2014-2018 Alf Gaida License: LGPL-2.1+ License: LGPL-2.1+ diff --git a/debian/rules b/debian/rules index 0e9a06b..34aa51e 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,5 @@ override_dh_auto_configure: dh_auto_configure -- \ -DPULL_TRANSLATIONS=OFF \ -DUPDATE_TRANSLATIONS=OFF \ + -DUSE_MENU_CACHE=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo From b66e0e8743b13618a7fcdf0aa453f97a7383249e Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 28 Apr 2018 16:21:37 +0200 Subject: [PATCH 2/2] Changed Source and watch to lxqt * Bumped year in copyright --- debian/changelog | 7 +++++++ debian/copyright | 4 ++-- debian/watch | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 768a9da..d6032bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lxqt-runner (0.12.0-6) unstable; urgency=medium + + * Changed Source and watch to lxqt + * Bumped year in copyright + + -- Alf Gaida Sat, 28 Apr 2018 16:21:12 +0200 + lxqt-runner (0.12.0-5) unstable; urgency=medium * debian/rules USE_MENU_CACHE=OFF (Closes:#896513) diff --git a/debian/copyright b/debian/copyright index 9e615f6..25f635c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,9 +1,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lxqt-runner -Source: https://github.com/lxde/lxqt-runner +Source: https://github.com/lxqt/lxqt-runner Files: * -Copyright: 2012-2017 LXQt team +Copyright: 2012-2018 LXQt team 2010-2012 Razor team License: LGPL-2.1+ diff --git a/debian/watch b/debian/watch index 6c86b49..2268c54 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts="pgpsigurlmangle=s/$/.asc/" \ - https://github.com/lxde/lxqt-runner/releases .*/lxqt-runner-([\d\.]+).tar.xz +https://github.com/lxqt/lxqt-runner/releases .*/lxqt-runner-([\d\.]+).tar.xz