cme fix dpkg-control

ubuntu/cosmic
Alf Gaida 9 years ago
parent fe1bf4da1b
commit 8add749e25

1
debian/changelog vendored

@ -4,6 +4,7 @@ liblxqt (0.9.0+20150806-3) unstable; urgency=medium
by other packages if needed in $architecture
* removed breaks/replaces
* fixed watch file
* cme fix dpkg-control
-- Alf Gaida <agaida@siduction.org> Thu, 27 Aug 2015 18:21:56 +0200

50
debian/control vendored

@ -1,34 +1,30 @@
Source: liblxqt
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Section: libs
Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends:
cmake (>= 3.0.2),
debhelper (>= 9),
libkf5windowsystem-dev (>= 5.9),
libqt5x11extras5-dev (>= 5.3),
libqt5xdg-dev (>= 1.2.0),
libx11-dev,
pkg-config,
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
Build-Depends: cmake (>= 3.0.2),
debhelper (>= 9),
libkf5windowsystem-dev,
libqt5x11extras5-dev,
libqt5xdg-dev,
libx11-dev,
pkg-config,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 3.9.6
Homepage: https://github.com/lxde/liblxqt
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/liblxqt.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/liblxqt.git
Homepage: https://github.com/lxde/liblxqt
Package: liblxqt0
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Depends:
${shlibs:Depends},
${misc:Depends},
Depends: ${shlibs:Depends},
${misc:Depends}
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
@ -41,9 +37,8 @@ Description: Shared libraries for LXQt desktop environment (libs)
Package: liblxqt0-dev
Architecture: any
Section: libdevel
Depends:
${misc:Depends},
liblxqt0 (= ${binary:Version}),
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
@ -57,9 +52,8 @@ Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends:
${misc:Depends},
liblxqt0 (= ${binary:Version}),
Depends: ${misc:Depends},
liblxqt0 (= ${binary:Version})
Description: Shared libraries for LXQt desktop environment (debug)
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

Loading…
Cancel
Save