Preparing the migration to 0.10

This commit is contained in:
Alf Gaida 2015-11-09 18:48:59 +01:00
parent ea1c638aef
commit b2b85dded4
3 changed files with 34 additions and 36 deletions

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
liblxqt (0.9.0+20150806-3) unstable; urgency=medium
* Provide lxqt-abi-0-9-0
* Fix VCS-Fields
* Modify symbols, preparing the migration to 0.10.0
* Removed breaks and replaces
-- Alf Gaida <agaida@siduction.org> Mon, 09 Nov 2015 18:48:51 +0100
liblxqt (0.9.0+20150806-2) unstable; urgency=medium liblxqt (0.9.0+20150806-2) unstable; urgency=medium
* Apply extra-libdrm.diff patch from Pino Toscano <pino@debian.org> to * Apply extra-libdrm.diff patch from Pino Toscano <pino@debian.org> to

51
debian/control vendored
View File

@ -1,37 +1,32 @@
Source: liblxqt 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 Section: libs
Priority: optional Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Build-Depends: cmake (>= 3.0.2),
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Andrew Lee (李健秋) <ajqlee@debian.org>
Build-Depends:
cmake (>= 3.0.2),
debhelper (>= 9), debhelper (>= 9),
libdrm-dev [!hurd-any], libdrm-dev [!hurd-any],
libkf5windowsystem-dev (>= 5.9), libkf5windowsystem-dev,
libqt5x11extras5-dev (>= 5.3), libqt5x11extras5-dev,
libqt5xdg-dev (>= 1.2.0), libqt5xdg-dev,
libx11-dev, libx11-dev,
pkg-config, pkg-config,
qttools5-dev (>= 5.3), qttools5-dev,
qttools5-dev-tools (>= 5.3), qttools5-dev-tools
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git/?h=debian
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/liblxqt.git -b debian
Homepage: https://github.com/lxde/liblxqt 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
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}, Provides: lxqt-abi-0-9-0
${misc:Depends},
Breaks: liblxqt-qt5-0 (<< 0.9.0)
Replaces: liblxqt-qt5-0 (<< 0.9.0)
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
@ -44,11 +39,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}),
Breaks: liblxqt-qt5-0-dev (<< 0.9.0)
Replaces: liblxqt-qt5-0-dev (<< 0.9.0)
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
@ -62,11 +54,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}),
Breaks: liblxqt-qt5-0-dbg (<< 0.9.0)
Replaces: liblxqt-qt5-0-dbg (<< 0.9.0)
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

View File

@ -1,4 +1,4 @@
liblxqt.so.0 liblxqt0 #MINVER# liblxqt.so.0 liblxqt0 #MINVER#, lxqt-abi-0-9-0
(c++)"LxQt::GridLayout::invalidate()@Base" 0.8.0 (c++)"LxQt::GridLayout::invalidate()@Base" 0.8.0
(c++)"LxQt::GridLayout::setStretch(QFlags<LxQt::GridLayout::StretchFlag>)@Base" 0.8.0 (c++)"LxQt::GridLayout::setStretch(QFlags<LxQt::GridLayout::StretchFlag>)@Base" 0.8.0
(c++)"LxQt::GridLayout::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0 (c++)"LxQt::GridLayout::qt_metacall(QMetaObject::Call, int, void**)@Base" 0.8.0