Sync with Debian version 1.1.0-3.
This commit is contained in:
parent
ea72b6b1bb
commit
ffcef502bb
17
debian/changelog
vendored
17
debian/changelog
vendored
@ -1,3 +1,20 @@
|
||||
lxqt-about (1.1.0-3) unstable; urgency=medium
|
||||
|
||||
* Reorganized improper changes from debian/experimental branch:
|
||||
* debian/control: Bump Standards-Version to 4.6.1.
|
||||
* debian/control: Bump debhelper to 13.
|
||||
* debian/copyright: sync from lubuntu.
|
||||
* debian/lintian-overrides: fix no-manual-page override.
|
||||
* debian/lxqt-about.install: sort lines.
|
||||
* debian/rules: Remove unnecessary -Wl,--as-needed.
|
||||
* debian/upstream/signing-key: Update.
|
||||
* debian/control: Update lxqt-about-l10n description.
|
||||
* debian/upstream/metadata: Change Repository-Browser field to
|
||||
Repository-Browse.
|
||||
* debian/watch: fix uscan error.
|
||||
|
||||
-- Andrew Lee (李健秋) <ajqlee@debian.org> Wed, 09 Nov 2022 14:09:57 +0800
|
||||
|
||||
lxqt-about (1.1.0-2) experimental; urgency=medium
|
||||
|
||||
* Upstreamed changes from Ubuntu, modifying the following files:
|
||||
|
16
debian/control
vendored
16
debian/control
vendored
@ -2,14 +2,12 @@ Source: lxqt-about
|
||||
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>,
|
||||
Simon Quigley <tsimonq2@debian.org>,
|
||||
Aaron Rainbolt <arraybolt3@gmail.com>
|
||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf5windowsystem-dev,
|
||||
liblxqt1-dev (>= 1.1.0),
|
||||
liblxqt1-dev (>= 1.1.0~),
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libx11-dev
|
||||
@ -17,12 +15,13 @@ Standards-Version: 4.6.1
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
||||
Homepage: https://github.com/lxqt/lxqt-about
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: lxqt-about
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Recommends: lxqt-about-l10n, lxqt-qtplugin
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Recommends: lxqt-about-l10n,
|
||||
lxqt-qtplugin
|
||||
Description: About screen for LXQt
|
||||
The about screen for LXQt
|
||||
.
|
||||
@ -32,7 +31,8 @@ Package: lxqt-about-l10n
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Section: localization
|
||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
||||
Depends: ${misc:Depends},
|
||||
qttranslations5-l10n
|
||||
Description: Language package for lxqt-about
|
||||
The about screen for LXQt
|
||||
.
|
||||
|
2
debian/upstream/metadata
vendored
2
debian/upstream/metadata
vendored
@ -3,3 +3,5 @@ Bug-Database: https://github.com/lxqt/lxqt-about/issues
|
||||
Bug-Submit: https://github.com/lxqt/lxqt-about/issues/new
|
||||
Changelog: https://github.com/lxqt/lxqt-about/blob/master/CHANGELOG
|
||||
Repository: https://github.com/lxqt/lxqt-about
|
||||
Repository-Browse: https://github.com/lxqt/lxqt-about
|
||||
|
||||
|
4
debian/watch
vendored
4
debian/watch
vendored
@ -1,3 +1,3 @@
|
||||
version=4
|
||||
opts="pgpsigurlmangle=s/$/.asc/" \
|
||||
https://github.com/lxqt/lxqt-about/releases .*/lxqt-about-([\d\.]+).tar.xz
|
||||
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/lxqt-about-$1\.tar\.gz/,pgpsigurlmangle=s/$/.asc/ \
|
||||
https://github.com/lxqt/lxqt-about/tags .*/v?(\d\S*)\.tar\.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user