Alf Gaida 66ceee822b Cherry-picking upstream version 0.11.0.
* Synced from experimental
* Bumped build dependency debhelper (>=10)
* Bump standards to 3.9.8
* Bump years in copyright
* Bumped compat to 10
* Removed --parallel from rules, now standard
* Bumped minimum version libqt5xdg-dev (>= 2.0.0)
* Added build dependency libqt5xdgiconloader-dev (>= 2.0.0)
* Added build dependency libxss-dev
* Added Recommends liblxqt-l10n
* Removed grep patch, merged upstream
* Removed virtual ABI, no longer needed
* Exported LC_ALL=C.UTF-8 - define language settings for reproducible
  builds
* Fixed Format field in copyright
* Fixed VCS fields, use plain /git/
* Fix symbols, only use lxqt-abi-0-11-0
* Added translation handling in rules
* Deleted former patches
* Added DCMAKE_BUILD_TYPE=RelWithDebInfo
2016-10-18 00:23:18 +02:00

53 lines
2.0 KiB
Plaintext

Source: liblxqt
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>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
cmake (>= 3.0.2),
libqt5svg5-dev,
libkf5windowsystem-dev,
libqt5x11extras5-dev,
libqt5xdg-dev (>= 2.0.0),
libqt5xdgiconloader-dev (>= 2.0.0),
libx11-dev,
libxss-dev,
pkg-config,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git/?h=debian/sid
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/liblxqt.git -b debian/sid
Homepage: https://github.com/lxde/liblxqt
Package: liblxqt0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: liblxqt-l10n
Pre-Depends: ${misc:Pre-Depends}
Description: Shared libraries for LXQt desktop environment (libs)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and
an intuitive interface. Unlike most desktop environments, LXQt also works
fine with less powerful machines.
.
This package contains the shared libraries needed by the LXQt desktop
environment.
Package: liblxqt0-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
liblxqt0 (= ${binary:Version})
Description: Shared libraries for LXQt desktop environment (dev)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
technologies. It has been tailored for users who value simplicity, speed, and
an intuitive interface. Unlike most desktop environments, LXQt also works
fine with less powerful machines.
.
This package contain the development files.