Compare commits
No commits in common. "dfb737fc20504e92457eb3d94354a6db517c24b2" and "8ffbb6b2244f6f10f59662ecd611da571c77be07" have entirely different histories.
dfb737fc20
...
8ffbb6b224
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,11 +1,8 @@
|
||||
lxqt-admin (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
lxqt-admin (1.2.0-0ubuntu1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream version.
|
||||
* Fix the watch file, for real this time.
|
||||
* Lubuntuify the package slightly, to make debhelper happy.
|
||||
* Bump build dependencies in debian/control.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 Nov 2022 22:12:20 -0600
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 Nov 2022 21:59:19 -0600
|
||||
|
||||
lxqt-admin (1.1.0-1) experimental; urgency=medium
|
||||
|
||||
|
11
debian/control
vendored
11
debian/control
vendored
@ -1,6 +1,5 @@
|
||||
Source: lxqt-admin
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
@ -10,17 +9,15 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt1-dev (>= 1.2.0),
|
||||
liblxqt1-dev (>= 1.1.0),
|
||||
libpolkit-qt5-1-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libsystemd-dev,
|
||||
libx11-dev
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-admin-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-admin-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-admin
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-admin.git
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-admin
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-admin.git
|
||||
Homepage: https://github.com/lxqt/lxqt-admin
|
||||
Rules-Requires-Root: no
|
||||
|
||||
|
6
debian/watch
vendored
6
debian/watch
vendored
@ -1,5 +1,3 @@
|
||||
version=4
|
||||
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
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/lxqt-admin/releases .*/lxqt-admin-([\d\.]+).tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user