From b34449bfab4075bff3e8c00cf73c641a05383d55 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 20 May 2018 14:39:29 +0200 Subject: [PATCH] fixed copyright + rules --- build_scripts/Debian/debian/copyright | 5 ++--- build_scripts/Debian/debian/rules | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build_scripts/Debian/debian/copyright b/build_scripts/Debian/debian/copyright index 74eed3147..e230e1ad4 100644 --- a/build_scripts/Debian/debian/copyright +++ b/build_scripts/Debian/debian/copyright @@ -3,6 +3,8 @@ Upstream-Name: retroshare Upstream-Contact: retroshare.team@gmail.com Source: https://github.com/retroshare/retroshare +Files: * +Copyright: Copyright 2007-2018, Retroshare Team License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as @@ -44,7 +46,4 @@ License: GPL-2+ This product includes cryptographic software written by Eric Young (eay@cryptsoft.com) -Copyright: Copyright 2007-2018 Retroshare Team All rights reserved. - -Files: * diff --git a/build_scripts/Debian/debian/rules b/build_scripts/Debian/debian/rules index f40a23ed3..28e804a5f 100755 --- a/build_scripts/Debian/debian/rules +++ b/build_scripts/Debian/debian/rules @@ -15,7 +15,7 @@ export QT_SELECT = qt5 MY_BUILDDIR = _build %: - dh $@ --parallel --buildsystem=qmake --builddirectory=$(MY_BUILDDIR) + dh $@ --buildsystem=qmake --builddirectory=$(MY_BUILDDIR) # Override dh_auto_configure in order to call qmake on the parent dir. We call mkdir here because of #800738.