From 3fa191991523e3d1ef16198a82d1a9f9f8a9a920 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Tue, 9 Sep 2014 02:53:40 +0200 Subject: [PATCH] add initial debian files --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 52 ++++++++++++++++++++++++++++++++++++++++++++ debian/copyright | 29 ++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 8 +++++++ debian/source/format | 1 + debian/watch | 2 ++ 8 files changed, 99 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 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..343e1c7 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +lxqt-admin (0.7.96-1) unstable; urgency=medium + + * Initial release (Closes: ) + + -- Alf Gaida Wed, 21 May 2014 20:13:13 +0200 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..5ae8065 --- /dev/null +++ b/debian/control @@ -0,0 +1,52 @@ +Source: lxqt-admin +Section: x11 +Priority: optional +Maintainer: Alf Gaida +Build-Depends: + cmake, + debhelper (>= 9), + liboobs-1-dev, + libx11-dev, + pkg-config, + liblxqt-qt5-0-dev (>= 0.7.0), + libqt5x11extras5-dev (>= 5.3.0), + libqt5xdg-dev (>= 1.0.0), + 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/lxqt-admin +#Vcs-Git: git://anonscm.debian.org/collab-maint/lxqt-admin.git +#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/lxqt-admin.git;a=summary + +Package: lxqt-admin-qt5 +Architecture: any +Breaks: + lxqt-admin, +Replaces: + lxqt-admin, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: Admin tools for LXQt + Admin tools for LXQt, as of now: + * lxqt-admin-time + * lxqt-admin-user + . + This package contain the LXQt Admin Tools. + +Package: lxqt-admin-qt5-dbg +Architecture: any +Multi-Arch: same +Section: debug +Priority: extra +Depends: + ${misc:Depends}, + lxqt-admin-qt5 (= ${binary:Version}), +Description: Admin tools for LXQt (debug) + Admin tools for LXQt, as of now: + * lxqt-admin-time + * lxqt-admin-user + . + This package provides the debugging symbols. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cad3e7f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lxqt-admin +Source: https://github.com/lxde/lxqt-admin + +Files: * +Copyright: 2014 LXQt team + 2014 Hong Jen Yee (PCMan) +License: 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/rules b/debian/rules new file mode 100755 index 0000000..450e50d --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 +export USE_QT5=1 + + +%: + dh ${@} --buildsystem cmake --parallel 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..fe48fa6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/lxde/lxqt-admin/releases .*/([\d\.]+).tar.gz