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 by other packages if needed in $architecture
* removed breaks/replaces * removed breaks/replaces
* fixed watch file * fixed watch file
* cme fix dpkg-control
-- Alf Gaida <agaida@siduction.org> Thu, 27 Aug 2015 18:21:56 +0200 -- Alf Gaida <agaida@siduction.org> Thu, 27 Aug 2015 18:21:56 +0200

50
debian/control vendored

@ -1,34 +1,30 @@
Source: liblxqt 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 Section: libs
Priority: optional Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Build-Depends: cmake (>= 3.0.2),
Uploaders: debhelper (>= 9),
Alf Gaida <agaida@siduction.org>, libkf5windowsystem-dev,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>, libqt5x11extras5-dev,
Andrew Lee (李健秋) <ajqlee@debian.org> libqt5xdg-dev,
Build-Depends: libx11-dev,
cmake (>= 3.0.2), pkg-config,
debhelper (>= 9), qttools5-dev,
libkf5windowsystem-dev (>= 5.9), qttools5-dev-tools
libqt5x11extras5-dev (>= 5.3),
libqt5xdg-dev (>= 1.2.0),
libx11-dev,
pkg-config,
qttools5-dev (>= 5.3),
qttools5-dev-tools (>= 5.3),
Standards-Version: 3.9.6 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-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 Package: liblxqt0
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Pre-Depends: Depends: ${shlibs:Depends},
${misc:Pre-Depends} ${misc:Depends}
Depends: Pre-Depends: ${misc:Pre-Depends}
${shlibs:Depends},
${misc:Depends},
Description: Shared libraries for LXQt desktop environment (libs) Description: Shared libraries for LXQt desktop environment (libs)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt 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 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 Package: liblxqt0-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Depends: Depends: ${misc:Depends},
${misc:Depends}, liblxqt0 (= ${binary:Version})
liblxqt0 (= ${binary:Version}),
Description: Shared libraries for LXQt desktop environment (dev) Description: Shared libraries for LXQt desktop environment (dev)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt 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 technologies. It has been tailored for users who value simplicity, speed, and
@ -57,9 +52,8 @@ Architecture: any
Multi-Arch: same Multi-Arch: same
Section: debug Section: debug
Priority: extra Priority: extra
Depends: Depends: ${misc:Depends},
${misc:Depends}, liblxqt0 (= ${binary:Version})
liblxqt0 (= ${binary:Version}),
Description: Shared libraries for LXQt desktop environment (debug) Description: Shared libraries for LXQt desktop environment (debug)
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt 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 technologies. It has been tailored for users who value simplicity, speed, and

Loading…
Cancel
Save