Compare commits
No commits in common. "cced6a1ef0f6b3480323526f2b727d37fa9c8024" and "f252e301b8316e62fdfe3f6695869139aae4eddf" have entirely different histories.
cced6a1ef0
...
f252e301b8
9
debian/changelog
vendored
9
debian/changelog
vendored
@ -1,12 +1,3 @@
|
||||
lxqt-archiver (0.7.0-0ubuntu1) lunar; 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:24 -0600
|
||||
|
||||
lxqt-archiver (0.6.0-1) experimental; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
13
debian/control
vendored
13
debian/control
vendored
@ -1,6 +1,5 @@
|
||||
Source: lxqt-archiver
|
||||
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>,
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
||||
Yao Wei (魏銘廷) <mwei@debian.org>,
|
||||
@ -10,16 +9,14 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: cmake,
|
||||
debhelper-compat (= 13),
|
||||
libfm-qt-dev (>= 1.2.0),
|
||||
libfm-qt-dev (>= 1.1.0),
|
||||
libjson-glib-dev,
|
||||
libmagic-dev,
|
||||
libqt5x11extras5-dev,
|
||||
lxqt-build-tools (>= 0.12.0)
|
||||
lxqt-build-tools (>= 0.11.0)
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-archiver-packaging
|
||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-archiver-packaging.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-archiver
|
||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-archiver.git
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-archiver
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-archiver.git
|
||||
Homepage: https://github.com/lxqt/lxqt-archiver
|
||||
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-archiver/releases .*/lxqt-archiver-([\d\.]+).tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user