From b99499f60a8df684d80c598cd721a4bf60e065fd Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 19 Oct 2014 15:51:58 +0200 Subject: [PATCH] some licence stuff and debian/$foo --- debian/control | 4 ++-- debian/copyright | 4 +--- debian/rules | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index bbfad54..a51e814 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), libx11-dev, pkg-config, - liblxqt-qt5-0-dev, + liblxqt-qt5-0-dev (>= 0.7.0), liblxqt-globalkeys-qt5-0-dev (>= 0.7.0), liblxqt-globalkeys-ui-qt5-0-dev (>= 0.7.0), libqt5x11extras5-dev (>= 5.3.1), @@ -45,4 +45,4 @@ Depends: Description: LXQt program launcher (debug) Tool used to launch programs quickly by typing their names . - This package contain debugging symbols. + This package contain the debugging symbols. diff --git a/debian/copyright b/debian/copyright index e3ee291..0f67151 100644 --- a/debian/copyright +++ b/debian/copyright @@ -22,9 +22,7 @@ License: GPL-2.0+ 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 index 0478bde..04797bc 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ export USE_QT5=1 %: dh ${@} --buildsystem cmake --parallel + override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-runner-qt5