From e98afc29935bc0cf9728fe47f0d92116e2da2586 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Mon, 8 Sep 2014 23:14:59 +0200 Subject: [PATCH] added debian dir --- debian/changelog | 5 +++ debian/compat | 1 + debian/control | 69 ++++++++++++++++++++++++++++++++ debian/copyright | 29 ++++++++++++++ debian/docs | 1 + debian/liblxqt-qt5-0-dev.install | 6 +++ debian/liblxqt-qt5-0.install | 3 ++ debian/rules | 20 +++++++++ debian/source/format | 1 + debian/watch | 2 + 10 files changed, 137 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/liblxqt-qt5-0-dev.install create mode 100644 debian/liblxqt-qt5-0.install create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..c559dd4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +liblxqt (0.7.96-1) unstable; urgency=medium + + * Initial release (Closes: #747620) + + -- Alf Gaida Mon, 24 Feb 2014 23:41:30 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f422620 --- /dev/null +++ b/debian/control @@ -0,0 +1,69 @@ +Source: liblxqt +Section: libs +Priority: optional +Maintainer: ChangZhuo Chen (陳昌倬) +Uploaders: Alf Gaida +Build-Depends: + cmake, + debhelper (>= 9), + libdrm-dev, + libx11-dev, + pkg-config, + libqt5x11extras5-dev (>= 5.3.0), + libqt5xdg-dev (>= 0.5.3), + qttools5-dev (>= 5.3.0), + qttools5-dev-tools (>= 5.3.0), +# libegl1-mesa-dev is a workaround for a stupid qt 5.3.1 bug + libegl1-mesa-dev, +Standards-Version: 3.9.5 +Homepage: https://github.com/lxde/liblxqt +#Vcs-Git: git://anonscm.debian.org/collab-maint/liblxqt.git +#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/liblxqt.git;a=summary + +Package: liblxqt-qt5-0 +Architecture: any +Multi-Arch: same +Pre-Depends: + multiarch-support +Depends: + ${shlibs:Depends}, + ${misc: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 contain the shared libraries needed by the LXQt desktop + environment. + +Package: liblxqt-qt5-0-dev +Architecture: any +Section: libdevel +Depends: + ${misc:Depends}, + liblxqt-qt5-0 (= ${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 provides the development files. + +Package: liblxqt-qt5-0-dbg +Architecture: any +Multi-Arch: same +Section: debug +Priority: extra +Depends: + ${misc:Depends}, + liblxqt-qt5-0 (= ${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 + an intuitive interface. Unlike most desktop environments, LXQt also works + fine with less powerful machines. + . + This package provides the debugging symbols. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ded0789 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: liblxqt +Source: https://github.com/lxde/liblxqt + +Files: * +Copyright: 2012-2014 LXQt team + 2010-2012 Razor team +License: GPL-2.0 and LGPL-2.1+ + +Files: debian/* +Copyright: 2014 Alf Gaida +License: LGPL-2.1+ + +License: LGPL-2.1+ + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in "/usr/share/common-licenses/LGPL-2.1". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..62deb04 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +AUTHORS diff --git a/debian/liblxqt-qt5-0-dev.install b/debian/liblxqt-qt5-0-dev.install new file mode 100644 index 0000000..bfb053a --- /dev/null +++ b/debian/liblxqt-qt5-0-dev.install @@ -0,0 +1,6 @@ +usr/include/lxqt-qt5/ +usr/lib/*/liblxqt-qt5.so +usr/lib/*/pkgconfig/lxqt-qt5.pc +usr/share/cmake/lxqt-qt5/lxqt-*.cmake +usr/lib/*/pkgconfig/lxqt-qt5.pc + diff --git a/debian/liblxqt-qt5-0.install b/debian/liblxqt-qt5-0.install new file mode 100644 index 0000000..b082873 --- /dev/null +++ b/debian/liblxqt-qt5-0.install @@ -0,0 +1,3 @@ +usr/lib/*/liblxqt-qt5.so.* +usr/share/lxqt-qt5/translations/*.qm + diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..14988c0 --- /dev/null +++ b/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +export DH_VERBOSE=1 +export USE_QT5=1 + +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +%: + dh ${@} --buildsystem cmake --parallel + + +override_dh_install: + dh_install --list-missing --fail-missing + +override_dh_auto_configure: + dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" + +override_dh_strip: + dh_strip --dbg-package=liblxqt-qt5-0-dbg + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..630882b --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/lxde/liblxqt/releases .*/([\d\.]+).tar.gz