From fa372cdb23c0537bc0a19d846f8f1ebf16a3e84b Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 6 Sep 2015 01:59:31 +0200 Subject: [PATCH] initial debian packaging --- README | 20 ----------------- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 26 ++++++++++++++++++++++ debian/copyright | 50 +++++++++++++++++++++++++++++++++++++++++++ debian/docs | 1 + debian/install | 0 debian/rules | 9 ++++++++ debian/source/format | 1 + debian/source/options | 1 + 10 files changed, 94 insertions(+), 20 deletions(-) delete mode 100644 README 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/install create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options diff --git a/README b/README deleted file mode 100644 index fd43cfa..0000000 --- a/README +++ /dev/null @@ -1,20 +0,0 @@ -Debian qps package git repositories ------------------------------------------- - -This Git repository contains the following branches: - - * master - This branch contains this README file and is otherwise not used. - - * debian - This branch tracks the Debian unstable distribution and contains - the current state of last released version of the component. - - * pristine-tar - This branch contains the pristine-tar metadata. See pristine-tar(1) - or http://kitenet.net/~joey/code/pristine-tar/ for more information. - - * upstream - This branch contains the upstream releases. - - -- Andrew Lee (李健秋) Thu, 13 Aug 2015 03:14:31 +0800 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..57af4e3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +qps (1.10.16-1) unstable; urgency=low + + * Initial Release () + + -- Alf Gaida Sat, 14 Mar 2015 16:02:20 +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..19d8088 --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: qps +Section: x11 +Priority: optional +Maintainer: LXQt Packaging Team +Uploaders: + Alf Gaida , + ChangZhuo Chen (陳昌倬) , + Andrew Lee (李健秋) +Build-Depends: + cmake (>= 3.0.2), + debhelper (>= 9), + libxrender-dev, + libqt5x11extras5-dev (>= 5.3), + qtbase5-dev (>= 5.3), +Standards-Version: 3.9.6 +Homepage: https://github.com/qtdesktop/qps +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qps.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qps.git + +Package: qps +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends} +Description: The Qt process manager + now ported to Qt5 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..19b49c2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,50 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: qps +Source: http://github.com/QtDesktop/qps + +Files: * +Copyright: 1997-1999 Mattias Engdegård +License: GPL-2.0+ + +Files: src/trayicon.h +Copyright: 2003 Justin Karneges +License: LGPL-2.1+ + +Files: debian/* +Copyright: 2015 Alf Gaida +License: GPL-2.0+ + +License: GPL-2.0+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 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 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 General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +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..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..e69de29 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..9099bc8 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +%: + dh $@ --buildsystem=cmake --parallel + + +override_dh_auto_install: + dh_auto_install -- DESTDIR=$(CURDIR)/debian/qps \ No newline at end of file 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/source/options b/debian/source/options new file mode 100644 index 0000000..112dfc8 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +tar-ignore=.gitignore