Sync with Debian version 1.1.0-2.
This commit is contained in:
parent
2d7328bc2c
commit
5c1e4de83c
33
debian/changelog
vendored
33
debian/changelog
vendored
@ -1,3 +1,28 @@
|
|||||||
|
lximage-qt (1.1.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
|
[ Debian Janitor ]
|
||||||
|
* Remove constraints unnecessary since buster (oldstable):
|
||||||
|
+ lximage-qt-l10n: Drop versioned constraint on lximage-qt in Replaces.
|
||||||
|
+ lximage-qt-l10n: Drop versioned constraint on lximage-qt in Breaks.
|
||||||
|
|
||||||
|
[ Andrew Lee (李健秋) ]
|
||||||
|
* debian/changelog: clean triming whitespaces.
|
||||||
|
* debian/control: Bumped Standards-Version to 4.6.1, no changes needed.
|
||||||
|
* Reorganize changes from experimental:
|
||||||
|
* debian/copyright: update. fetched from experimental branch.
|
||||||
|
* debian/lintian-overrides: fix overrides for no-manual-page.
|
||||||
|
* Upstreamed patches directory
|
||||||
|
* Upstreamd signing key
|
||||||
|
* debian/lximage-qt.install: ship lximage-qt.metainfo.xml.
|
||||||
|
* debian/lximage-qt.install: sort shipped files.
|
||||||
|
* debian/rules: Remove unnecessary -Wl,--as-needed.
|
||||||
|
* debian/rules: Drop --fail-missing argument to dh_missing which is now
|
||||||
|
default in debhelper 13.
|
||||||
|
* debian/upstream/metadata: Change Repository-Browser field to
|
||||||
|
Repository-Browse.
|
||||||
|
|
||||||
|
-- Andrew Lee (李健秋) <ajqlee@debian.org> Fri, 28 Oct 2022 14:40:53 +0800
|
||||||
|
|
||||||
lximage-qt (1.1.0-1) experimental; urgency=medium
|
lximage-qt (1.1.0-1) experimental; urgency=medium
|
||||||
|
|
||||||
[ S. 7 ]
|
[ S. 7 ]
|
||||||
@ -19,6 +44,14 @@ lximage-qt (1.1.0-1) experimental; urgency=medium
|
|||||||
|
|
||||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 13 Jul 2022 19:06:28 -0500
|
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 13 Jul 2022 19:06:28 -0500
|
||||||
|
|
||||||
|
lximage-qt (1.0.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
* Bumped Standards-Version to 4.6.0, no changes needed
|
||||||
|
* Update debian/copyright
|
||||||
|
|
||||||
|
-- S. 7 <severusseptimius7@gmail.com> Thu, 25 Nov 2021 18:19:55 +0200
|
||||||
|
|
||||||
lximage-qt (0.16.0-1) unstable; urgency=medium
|
lximage-qt (0.16.0-1) unstable; urgency=medium
|
||||||
|
|
||||||
[ Alf Gaida ]
|
[ Alf Gaida ]
|
||||||
|
15
debian/control
vendored
15
debian/control
vendored
@ -2,31 +2,29 @@ Source: lximage-qt
|
|||||||
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>,
|
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>
|
||||||
Simon Quigley <tsimonq2@debian.org>,
|
|
||||||
Aaron Rainbolt <arraybolt3@gmail.com>
|
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libexif-dev,
|
libexif-dev,
|
||||||
libfm-qt-dev (>= 1.1.0),
|
libfm-qt-dev (>= 1.0.0~),
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxfixes-dev,
|
libxfixes-dev,
|
||||||
lxqt-build-tools (>= 0.11.0)
|
lxqt-build-tools (>= 0.10.0~),
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/lximage-qt
|
Vcs-Browser: https://salsa.debian.org/lxqt-team/lximage-qt
|
||||||
Vcs-Git: https://salsa.debian.org/lxqt-team/lximage-qt.git
|
Vcs-Git: https://salsa.debian.org/lxqt-team/lximage-qt.git
|
||||||
Homepage: https://github.com/lxqt/lximage-qt
|
Homepage: https://github.com/lxqt/lximage-qt
|
||||||
Rules-Requires-Root: no
|
|
||||||
|
|
||||||
Package: lximage-qt
|
Package: lximage-qt
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Recommends: lximage-qt-l10n, qt5-image-formats-plugins
|
Recommends: lximage-qt-l10n,
|
||||||
|
qt5-image-formats-plugins
|
||||||
Description: Image viewer for LXQt
|
Description: Image viewer for LXQt
|
||||||
A simple image viewer for LXQt. Additional file formats can be processed if
|
A simple image viewer for LXQt. Additional file formats can be processed if
|
||||||
one install qt5-image-formats-plugins.
|
one install qt5-image-formats-plugins.
|
||||||
@ -37,7 +35,8 @@ Package: lximage-qt-l10n
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: localization
|
Section: localization
|
||||||
Depends: ${misc:Depends}, qttranslations5-l10n
|
Depends: ${misc:Depends},
|
||||||
|
qttranslations5-l10n
|
||||||
Description: Language-package for lximage-qt
|
Description: Language-package for lximage-qt
|
||||||
A simple image viewer for LXQt. Additional file formats can be processed if
|
A simple image viewer for LXQt. Additional file formats can be processed if
|
||||||
one install qt5-image-formats-plugins.
|
one install qt5-image-formats-plugins.
|
||||||
|
10
debian/copyright
vendored
10
debian/copyright
vendored
@ -3,8 +3,8 @@ Upstream-Name: lximage-qt
|
|||||||
Source: https://github.com/lxqt/lximage-qt
|
Source: https://github.com/lxqt/lximage-qt
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2013-2016, Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
Copyright: 2013-2016 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||||
2013-2022, LXQt team
|
2013-2022 LXQt team
|
||||||
License: GPL-2+ and LGPL-2.1+
|
License: GPL-2+ and LGPL-2.1+
|
||||||
|
|
||||||
Files: src/application.*
|
Files: src/application.*
|
||||||
@ -47,10 +47,10 @@ Copyright: 2022 LXQt team
|
|||||||
License: CC-BY-4.0
|
License: CC-BY-4.0
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2022 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
|
||||||
2014-2019 Alf Gaida <agaida@siduction.org>
|
2015-2022 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
|
||||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||||
|
2022 Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -7,9 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|||||||
%:
|
%:
|
||||||
dh ${@} --buildsystem cmake
|
dh ${@} --buildsystem cmake
|
||||||
|
|
||||||
override_dh_missing:
|
|
||||||
dh_missing --fail-missing
|
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
-DUPDATE_TRANSLATIONS=OFF\
|
-DUPDATE_TRANSLATIONS=OFF\
|
||||||
|
2
debian/upstream/metadata
vendored
2
debian/upstream/metadata
vendored
@ -3,3 +3,5 @@ Bug-Database: https://github.com/lxqt/lximage-qt/issues
|
|||||||
Bug-Submit: https://github.com/lxqt/lximage-qt/issues/new
|
Bug-Submit: https://github.com/lxqt/lximage-qt/issues/new
|
||||||
Changelog: https://github.com/lxqt/lximage-qt/blob/master/CHANGELOG
|
Changelog: https://github.com/lxqt/lximage-qt/blob/master/CHANGELOG
|
||||||
Repository: https://github.com/lxqt/lximage-qt
|
Repository: https://github.com/lxqt/lximage-qt
|
||||||
|
Repository-Browse: https://github.com/lxqt/lximage-qt
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user