]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: fix copyright to avoid lintian check
authorSage Weil <sage@newdream.net>
Wed, 28 Oct 2009 21:05:27 +0000 (14:05 -0700)
committerSage Weil <sage@newdream.net>
Wed, 28 Oct 2009 21:05:27 +0000 (14:05 -0700)
possible-gpl-code-linked-with-openssl

debian/copyright
debian/radosgw.install
debian/radosgw.lintian-overrides [deleted file]
debian/rules

index 6d916bab7e71b0609d989219bd8de4d832ec55de..6d5a06b2774d0ceedd8598e42f151f42048ff217 100644 (file)
@@ -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)
index 077a94e44dcf555e5ad1bb5e8e8aa1e91d284a5e..0a69f455f12dfdd2b892d1f518468f953cbf9c5a 100644 (file)
@@ -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 (file)
index 08edcf8..0000000
+++ /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
index 6ea3ef10697efcf2551a55d833e479c259640dd9..0ea7dff048654fce4962f20c24397e657ae10ca1 100755 (executable)
@@ -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.