Compare commits
2 Commits
f20fda228b
...
10af8b3be1
Author | SHA1 | Date | |
---|---|---|---|
10af8b3be1 | |||
c94bad3b1c |
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
lximage-qt (2.1.0-0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Bump build dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Nov 2024 19:22:12 -0600
|
||||||
|
|
||||||
lximage-qt (2.0.1-0ubuntu1) oracular; urgency=medium
|
lximage-qt (2.0.1-0ubuntu1) oracular; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
44
debian/control
vendored
44
debian/control
vendored
@ -1,6 +1,6 @@
|
|||||||
Source: lximage-qt
|
Source: lximage-qt
|
||||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
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>
|
||||||
@ -8,24 +8,50 @@ Section: x11
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
libexif-dev,
|
libexif-dev,
|
||||||
libfm-qt6-dev (>= 2.0.0),
|
libfm-qt6-dev (>= 2.1.0),
|
||||||
libkf6windowsystem-dev,
|
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
|
libxcb-composite0-dev,
|
||||||
|
libxcb-cursor-dev,
|
||||||
|
libxcb-damage0-dev,
|
||||||
|
libxcb-dpms0-dev,
|
||||||
|
libxcb-dri2-0-dev,
|
||||||
|
libxcb-dri3-dev,
|
||||||
|
libxcb-ewmh-dev,
|
||||||
|
libxcb-glx0-dev,
|
||||||
|
libxcb-icccm4-dev,
|
||||||
|
libxcb-keysyms1-dev,
|
||||||
|
libxcb-present-dev,
|
||||||
|
libxcb-record0-dev,
|
||||||
|
libxcb-render0-dev,
|
||||||
|
libxcb-res0-dev,
|
||||||
|
libxcb-screensaver0-dev,
|
||||||
|
libxcb-shape0-dev,
|
||||||
|
libxcb-shm0-dev,
|
||||||
|
libxcb-util-dev,
|
||||||
|
libxcb-xf86dri0-dev,
|
||||||
|
libxcb-xfixes0-dev,
|
||||||
|
libxcb-xinerama0-dev,
|
||||||
|
libxcb-xinput-dev,
|
||||||
|
libxcb-xkb-dev,
|
||||||
|
libxcb-xtest0-dev,
|
||||||
|
libxcb-xv0-dev,
|
||||||
|
libxcb-xvmc0-dev,
|
||||||
libxfixes-dev,
|
libxfixes-dev,
|
||||||
lxqt-build-tools (>= 0.13.0),
|
libxkbcommon-dev (>= 0.5.0),
|
||||||
qt6-svg-dev
|
lxqt-build-tools (>= 2.1.0),
|
||||||
|
qt6-svg-dev (>= 6.6.0)
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.0
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-about-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-about
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-about.git
|
||||||
Homepage: https://github.com/lxqt/lximage-qt
|
Homepage: https://github.com/lxqt/lximage-qt
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: lximage-qt
|
Package: lximage-qt
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||||
Recommends: lximage-qt-l10n, qt5-image-formats-plugins
|
Recommends: lximage-qt-l10n, qt6-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.
|
||||||
@ -39,6 +65,6 @@ Section: localization
|
|||||||
Depends: qt6-translations-l10n, ${misc:Depends}
|
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||||
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 qt6-image-formats-plugins.
|
||||||
.
|
.
|
||||||
This package contains the l10n files needed by the lximage-qt.
|
This package contains the l10n files needed by the lximage-qt.
|
||||||
|
4
debian/lximage-qt.lintian-overrides
vendored
Normal file
4
debian/lximage-qt.lintian-overrides
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# This is expected
|
||||||
|
lximage-qt: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
|
||||||
|
lximage-qt: appstream-metadata-validation-failed *
|
||||||
|
lximage-qt: no-manual-page [usr/bin/*]
|
Loading…
x
Reference in New Issue
Block a user