preparing next version
This commit is contained in:
parent
66ceee822b
commit
54309aa541
2
debian/.gitignore
vendored
2
debian/.gitignore
vendored
@ -1,9 +1,9 @@
|
|||||||
/*.debhelper
|
/*.debhelper
|
||||||
/*.log
|
/*.log
|
||||||
/*.substvars
|
/*.substvars
|
||||||
|
/debhelper-build-stamp
|
||||||
/files
|
/files
|
||||||
|
|
||||||
/liblxqt0/
|
/liblxqt0/
|
||||||
/liblxqt0-dbg/
|
|
||||||
/liblxqt0-dev/
|
/liblxqt0-dev/
|
||||||
/tmp
|
/tmp
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
liblxqt (0.11.1-1~pre1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* preparing point release
|
||||||
|
*
|
||||||
|
|
||||||
|
-- Alf Gaida <agaida@siduction.org> Thu, 29 Dec 2016 14:30:19 +0100
|
||||||
|
|
||||||
liblxqt (0.11.0-2) unstable; urgency=medium
|
liblxqt (0.11.0-2) unstable; urgency=medium
|
||||||
|
|
||||||
* Cherry-picking upstream version 0.11.0.
|
* Cherry-picking upstream version 0.11.0.
|
||||||
|
12
debian/control
vendored
12
debian/control
vendored
@ -6,17 +6,12 @@ Uploaders: Alf Gaida <agaida@siduction.org>,
|
|||||||
Section: libs
|
Section: libs
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 10),
|
Build-Depends: debhelper (>= 10),
|
||||||
cmake (>= 3.0.2),
|
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
libqt5xdg-dev (>= 2.0.0),
|
|
||||||
libqt5xdgiconloader-dev (>= 2.0.0),
|
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxss-dev,
|
libxss-dev,
|
||||||
pkg-config,
|
lxqt-build-tools
|
||||||
qttools5-dev,
|
|
||||||
qttools5-dev-tools
|
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/liblxqt.git/?h=debian/sid
|
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
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/liblxqt.git -b debian/sid
|
||||||
@ -42,7 +37,10 @@ Package: liblxqt0-dev
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: ${misc:Depends},
|
Depends: ${misc:Depends},
|
||||||
liblxqt0 (= ${binary:Version})
|
liblxqt0 (= ${binary:Version}),
|
||||||
|
libqt5xdg-dev (>= 2.0.0),
|
||||||
|
libqt5xdgiconloader-dev (>= 2.0.0),
|
||||||
|
lxqt-build-tools
|
||||||
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
|
||||||
|
5
debian/liblxqt0-dev.install
vendored
5
debian/liblxqt0-dev.install
vendored
@ -1,8 +1,5 @@
|
|||||||
usr/include/lxqt/
|
usr/include/lxqt/
|
||||||
usr/lib/*/liblxqt.so
|
usr/lib/*/liblxqt.so
|
||||||
usr/lib/*/pkgconfig/lxqt.pc
|
usr/lib/*/pkgconfig/lxqt.pc
|
||||||
usr/share/cmake/lxqt/lxqt*.cmake
|
|
||||||
usr/share/cmake/lxqt/find-modules/*.cmake
|
|
||||||
usr/share/cmake/lxqt/modules/*
|
|
||||||
|
|
||||||
usr/lib/*/pkgconfig/lxqt.pc
|
usr/share/cmake/lxqt/lxqt-*.cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user