mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-24 22:30:42 -04:00
fixed copyright + rules
This commit is contained in:
parent
1411a56ce9
commit
b34449bfab
2 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,8 @@ Upstream-Name: retroshare
|
||||||
Upstream-Contact: retroshare.team@gmail.com
|
Upstream-Contact: retroshare.team@gmail.com
|
||||||
Source: https://github.com/retroshare/retroshare
|
Source: https://github.com/retroshare/retroshare
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: Copyright 2007-2018, Retroshare Team <retroshare.team@gmail.com>
|
||||||
License: GPL-2+
|
License: GPL-2+
|
||||||
This program is free software; you can redistribute it and/or modify
|
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
|
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
|
This product includes cryptographic software written by Eric Young
|
||||||
(eay@cryptsoft.com)
|
(eay@cryptsoft.com)
|
||||||
|
|
||||||
Copyright: Copyright 2007-2018 Retroshare Team All rights reserved.
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ export QT_SELECT = qt5
|
||||||
MY_BUILDDIR = _build
|
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.
|
# Override dh_auto_configure in order to call qmake on the parent dir. We call mkdir here because of #800738.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue