initial debian packaging

ubuntu/disco
Alf Gaida 9 years ago
parent 6d5e48ea7b
commit fa372cdb23

@ -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 (李健秋) <ajqlee@debian.org> Thu, 13 Aug 2015 03:14:31 +0800

5
debian/changelog vendored

@ -0,0 +1,5 @@
qps (1.10.16-1) unstable; urgency=low
* Initial Release ()
-- Alf Gaida <agaida@siduction.org> Sat, 14 Mar 2015 16:02:20 +0100

1
debian/compat vendored

@ -0,0 +1 @@
9

26
debian/control vendored

@ -0,0 +1,26 @@
Source: qps
Section: x11
Priority: optional
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders:
Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
Andrew Lee (李健秋) <ajqlee@debian.org>
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

50
debian/copyright vendored

@ -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 <agaida@siduction.org>
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 <http://www.gnu.org/licenses/>
.
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 <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-2.1".

1
debian/docs vendored

@ -0,0 +1 @@
README.md

9
debian/rules vendored

@ -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

@ -0,0 +1 @@
3.0 (quilt)

@ -0,0 +1 @@
tar-ignore=.gitignore
Loading…
Cancel
Save