Compare commits
8 Commits
2a38ff7e2b
...
fe87874b79
Author | SHA1 | Date | |
---|---|---|---|
fe87874b79 | |||
2e246947f8 | |||
ee19df87ab | |||
25b2e6b34b | |||
9d5b1225d8 | |||
5f63969a22 | |||
b1548fe065 | |||
bd12faebd9 |
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
||||
lxqt-panel (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
* Fix the watch file, for real this time.
|
||||
* Bump build dependencies in debian/control.
|
||||
* Bump Standards-version to 4.6.1, no changes needed.
|
||||
* Lubuntuify the package slightly, to make debhelper happy.
|
||||
* Less Rs.
|
||||
* Minor copyright updates.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 22:09:44 -0600
|
||||
|
||||
lxqt-panel (1.1.0-0ubuntu2) kinetic; urgency=medium
|
||||
|
||||
* Add some missing build dependencies.
|
||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -11,9 +11,9 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libicu-dev,
|
||||
libkf5solid-dev,
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt-globalkeys-ui1-dev (>= 1.1.0),
|
||||
liblxqt-globalkeys1-dev (>= 1.1.0),
|
||||
liblxqt1-dev (>= 1.1.0),
|
||||
liblxqt-globalkeys-ui1-dev (>= 1.2.0),
|
||||
liblxqt-globalkeys1-dev (>= 1.2.0),
|
||||
liblxqt1-dev (>= 1.2.0),
|
||||
libpulse-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
@ -34,9 +34,9 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libxkbcommon-x11-dev,
|
||||
libxrender-dev,
|
||||
libxtst-dev
|
||||
Standards-Version: 4.5.1
|
||||
Vcs-Browser: https://phab.lubuntu.me/source/lxqt-panel/
|
||||
Vcs-Git: https://phab.lubuntu.me/source/lxqt-panel.git
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git
|
||||
Homepage: https://github.com/lxqt/lxqt-panel
|
||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,7 +3,7 @@ Upstream-Name: lxqt-panel
|
||||
Source: https://github.com/lxqt/lxqt-panel
|
||||
|
||||
Files: *
|
||||
Copyright: 2012-2020, LXQt team
|
||||
Copyright: 2012-2022, LXQt team
|
||||
2010-2013, Razor team
|
||||
License: LGPL-2.1+
|
||||
|
||||
@ -12,7 +12,7 @@ Copyright: 2016, Luís Pereira <luis.artur.pereira@gmail.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2014-2019, Alf Gaida <agaida@siduction.org>
|
||||
2015, Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
License: LGPL-2.1+
|
||||
|
2
debian/upstream/metadata
vendored
2
debian/upstream/metadata
vendored
@ -3,4 +3,4 @@ Bug-Database: https://github.com/lxqt/lxqt-panel/issues
|
||||
Bug-Submit: https://github.com/lxqt/lxqt-panel/issues/new
|
||||
Changelog: https://github.com/lxqt/lxqt-panel/blob/master/CHANGELOG
|
||||
Repository: https://github.com/lxqt/lxqt-panel
|
||||
Repository-Browser: https://github.com/lxqt/lxqt-panel
|
||||
Repository-Browse: https://github.com/lxqt/lxqt-panel
|
||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,3 +1,5 @@
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/lxqt-panel/releases .*/lxqt-panel-([\d\.]+).tar.xz
|
||||
opts="searchmode=plain, \
|
||||
pgpsigurlmangle=s/$/.asc/, \
|
||||
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
|
||||
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user