fixed copyright + rules

This commit is contained in:
csoler 2018-05-20 14:39:29 +02:00
parent 1411a56ce9
commit b34449bfab
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C
2 changed files with 3 additions and 4 deletions

View File

@ -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 <retroshare.team@gmail.com>
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: *

View File

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