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
ubuntu/cosmic debian/0.12.0-5
Alf Gaida 6 years ago
parent 07fe60523d
commit e390f966ac

21
debian/changelog vendored

@ -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 <agaida@siduction.org> 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 <agaida@siduction.org> 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 <agaida@siduction.org> 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 <agaida@siduction.org> 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 <agaida@siduction.org> Sat, 26 Dec 2015 23:04:25 +0100

2
debian/compat vendored

@ -1 +1 @@
10
11

11
debian/control vendored

@ -4,21 +4,20 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
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

2
debian/copyright vendored

@ -8,7 +8,7 @@ Copyright: 2012-2017 LXQt team
License: LGPL-2.1+
Files: debian/*
Copyright: 2014-2017 Alf Gaida <agaida@siduction.org>
Copyright: 2014-2018 Alf Gaida <agaida@siduction.org>
License: LGPL-2.1+
License: LGPL-2.1+

1
debian/rules vendored

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

Loading…
Cancel
Save