mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
debian: fix copyright to avoid lintian check
possible-gpl-code-linked-with-openssl
This commit is contained in:
parent
b279b0f4eb
commit
4545f8b929
17
debian/copyright
vendored
17
debian/copyright
vendored
@ -1,19 +1,10 @@
|
||||
This package was debianized by Sage Weil <sage@newdream.net> on
|
||||
Mon, 28 Jan 2008 14:58:17 -0800.
|
||||
|
||||
It was downloaded from <http://ceph.newdream.net/>
|
||||
It was downloaded from <http://ceph.newdream.net/>.
|
||||
|
||||
Upstream Author:
|
||||
Upstream Author: Sage Weil <sage@newdream.net>
|
||||
|
||||
Sage Weil <sage@newdream.net>
|
||||
Copyright: (c) 2004-2009 by Sage Weil <sage@newdream.net>
|
||||
|
||||
Copyright:
|
||||
|
||||
<Copyright (C) 2008 Sage Weil>
|
||||
|
||||
License:
|
||||
|
||||
LGPL2
|
||||
|
||||
The Debian packaging is (C) 2008, Sage Weil <sage@newdream.net> and
|
||||
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
|
||||
License: LGPL2.1 (see /usr/share/common-licenses/LGPL-2.1)
|
||||
|
||||
1
debian/radosgw.install
vendored
1
debian/radosgw.install
vendored
@ -1,5 +1,4 @@
|
||||
usr/bin/radosgw
|
||||
usr/bin/radosgw_admin
|
||||
usr/share/lintian/overrides/radosgw
|
||||
usr/share/man/man8/radosgw.8
|
||||
usr/share/man/man8/radosgw_admin.8
|
||||
|
||||
2
debian/radosgw.lintian-overrides
vendored
2
debian/radosgw.lintian-overrides
vendored
@ -1,2 +0,0 @@
|
||||
# we are LGPL, so there is no problem linking with OpenSSL
|
||||
radosgw binary: possible-gpl-code-linked-with-openssl
|
||||
3
debian/rules
vendored
3
debian/rules
vendored
@ -42,9 +42,6 @@ install: build
|
||||
mkdir -p etc/ceph
|
||||
cp src/sample.ceph.conf etc/ceph
|
||||
|
||||
mkdir -p usr/share/lintian/overrides
|
||||
cp debian/radosgw.lintian-overrides usr/share/lintian/overrides/radosgw
|
||||
|
||||
|
||||
# Add here commands to install the package into debian/testpack.
|
||||
# Build architecture-independent files here.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user