From 4545f8b929cc562a1231c0ceb067e9d8e58a0de7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 28 Oct 2009 14:05:27 -0700 Subject: [PATCH] debian: fix copyright to avoid lintian check possible-gpl-code-linked-with-openssl --- debian/copyright | 17 ++++------------- debian/radosgw.install | 1 - debian/radosgw.lintian-overrides | 2 -- debian/rules | 3 --- 4 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 debian/radosgw.lintian-overrides diff --git a/debian/copyright b/debian/copyright index 6d916bab7e71b..6d5a06b2774d0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,19 +1,10 @@ This package was debianized by Sage Weil on Mon, 28 Jan 2008 14:58:17 -0800. -It was downloaded from +It was downloaded from . -Upstream Author: +Upstream Author: Sage Weil - Sage Weil +Copyright: (c) 2004-2009 by Sage Weil -Copyright: - - - -License: - - LGPL2 - -The Debian packaging is (C) 2008, Sage Weil and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +License: LGPL2.1 (see /usr/share/common-licenses/LGPL-2.1) diff --git a/debian/radosgw.install b/debian/radosgw.install index 077a94e44dcf5..0a69f455f12df 100644 --- a/debian/radosgw.install +++ b/debian/radosgw.install @@ -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 diff --git a/debian/radosgw.lintian-overrides b/debian/radosgw.lintian-overrides deleted file mode 100644 index 08edcf89a9c01..0000000000000 --- a/debian/radosgw.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# we are LGPL, so there is no problem linking with OpenSSL -radosgw binary: possible-gpl-code-linked-with-openssl diff --git a/debian/rules b/debian/rules index 6ea3ef10697ef..0ea7dff048654 100755 --- a/debian/rules +++ b/debian/rules @@ -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. -- 2.39.5