From d0b76e2a014bedcd6f757fa69a44f182ba8774e6 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Mon, 29 Jun 2015 00:44:33 +0200 Subject: [PATCH] initial commit --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 33 +++++++++++++++++++++++++++++++++ debian/copyright | 42 ++++++++++++++++++++++++++++++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + debian/source/options | 2 ++ 7 files changed, 90 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..338d982 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +lxqt-sudo (0.1.0-1) unstable; urgency=low + + * Initial release (Closes:#) + + -- Alf Gaida Thu, 04 Jun 2015 01:26:21 +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..b719a52 --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: lxqt-sudo +Section: x11 +Priority: optional +Maintainer: LXQt Packaging Team +Uploaders: + Alf Gaida , + ChangZhuo Chen (陳昌倬) +Build-Depends: + cmake (>= 3.0.2), + debhelper (>= 9), + libx11-dev, + pkg-config, + libkf5windowsystem-dev (>= 5.7.0), + liblxqt0-dev (>= 0.9.0), + libqt5x11extras5-dev (>= 5.3), + libqt5xdg-dev (>= 1.2.0), + qttools5-dev (>= 5.3), + qttools5-dev-tools (>= 5.3), +Standards-Version: 3.9.6 +Homepage: https://github.com/lxde/lxqt-sudo +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/lxqt-sudo.git +Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/lxqt-sudo.git + +Package: lxqt-sudo +Architecture: any +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: Sudo for LXQt + The LXQt sudo wrapper + . + This package contain the LXQt sudo wrapper. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0fe8ce8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,42 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: lxqt-sudo +Source: https://github.com/lxde/lxqt-sudo + +Files: * +Copyright: 2012-2015 LXQt team +License: GPL-2.0+ and LGPL-2.1+ + +Files: debian/* +Copyright: 2015 Alf Gaida +License: LGPL-2.1+ + +License: LGPL-2.1+ + This program or library 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 library 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. + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + +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". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..8aef4ba --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + + +%: + dh ${@} --buildsystem cmake --parallel diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..be5dabe --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +tar-ignore=.gitignore +