Compare commits
6 Commits
3ab44abcd9
...
a9e0cfa9e4
Author | SHA1 | Date | |
---|---|---|---|
a9e0cfa9e4 | |||
529500b80b | |||
84c6aac0e5 | |||
008aaefad4 | |||
416afda4a9 | |||
36b5bd6d88 |
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
lxqt-notificationd (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.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 17:28:36 -0600
|
||||||
|
|
||||||
lxqt-notificationd (1.1.0-0ubuntu1) kinetic; urgency=medium
|
lxqt-notificationd (1.1.0-0ubuntu1) kinetic; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -8,14 +8,14 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.1.0),
|
liblxqt1-dev (>= 1.2.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
qtbase5-private-dev
|
qtbase5-private-dev
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://phab.lubuntu.me/source/lxqt-notificationd/
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-notificationd-packaging
|
||||||
Vcs-Git: https://phab.lubuntu.me/source/lxqt-notificationd.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-notificationd-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-notificationd
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-notificationd
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-notificationd.git
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-notificationd.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-notificationd
|
Homepage: https://github.com/lxqt/lxqt-notificationd
|
||||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,3 +1,5 @@
|
|||||||
version=4
|
version=4
|
||||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
opts="searchmode=plain, \
|
||||||
https://github.com/lxqt/lxqt-notificationd/releases .*/lxqt-notificationd-([\d\.]+).tar.xz
|
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