Revert a sync from Debian.
This reverts commit 60d00722ccce057d8362e7d8f7420e548f19de8d.
This commit is contained in:
parent
60d00722cc
commit
826ebcfebc
7
debian/.gitignore
vendored
Normal file
7
debian/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
/*.debhelper
|
||||||
|
/*.log
|
||||||
|
/*.substvars
|
||||||
|
/debhelper-build-stamp
|
||||||
|
/files
|
||||||
|
|
||||||
|
/lxqt-about/
|
15
debian/changelog
vendored
15
debian/changelog
vendored
@ -1,10 +1,17 @@
|
|||||||
lxqt-about (1.2.0-1) unstable; urgency=medium
|
lxqt-about (1.2.0-1ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
|
* Revert a sync from Debian.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 12 Feb 2023 10:48:46 -0600
|
||||||
|
|
||||||
|
lxqt-about (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
* Add Rules-Requires-Root: no.
|
* Fix the watch file, for real this time.
|
||||||
* Update d/watch for GitHub.
|
* Lubuntuify the package slightly, to make debhelper happy.
|
||||||
|
* Bump build dependencies in debian/control.
|
||||||
|
|
||||||
-- ChangZhuo Chen (陳昌倬) <czchen@debian.org> Wed, 14 Dec 2022 22:29:15 +0800
|
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 Nov 2022 17:51:11 -0600
|
||||||
|
|
||||||
lxqt-about (1.1.0-3) unstable; urgency=medium
|
lxqt-about (1.1.0-3) unstable; urgency=medium
|
||||||
|
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -1,5 +1,6 @@
|
|||||||
Source: lxqt-about
|
Source: lxqt-about
|
||||||
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
|
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
@ -7,15 +8,16 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
liblxqt1-dev (>= 1.2.0~),
|
liblxqt1-dev (>= 1.2.0),
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev
|
libx11-dev
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging
|
||||||
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging.git
|
||||||
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
||||||
|
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-about
|
Homepage: https://github.com/lxqt/lxqt-about
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: lxqt-about
|
Package: lxqt-about
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
9
debian/watch
vendored
9
debian/watch
vendored
@ -1,6 +1,5 @@
|
|||||||
version=4
|
version=4
|
||||||
|
opts="searchmode=plain, \
|
||||||
# See https://davesteele.github.io/development/2015/05/02/debian-watch-file-format-for-signed-github-source-tars/ for GitHub workaround for releases page.
|
pgpsigurlmangle=s/$/.asc/, \
|
||||||
|
uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \
|
||||||
opts="downloadurlmangle=s/archive\/refs\/tags\/(.*)\.tar\.gz/releases\/download\/$1\/@PACKAGE@-$1\.tar\.xz/,filenamemangle=s/([\d\.]+)\.tar\.gz/@PACKAGE@-$1\.tar\.xz/,pgpsigurlmangle=s/$/.asc/" \
|
https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz
|
||||||
https://github.com/lxqt/@PACKAGE@/tags .*/([\d\.]+)\.tar\.gz
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user