]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/patches/0002-Remove-the-COPYING-file.patch
Merge branch 'upstream'
[mirror_zfs-debian.git] / debian / patches / 0002-Remove-the-COPYING-file.patch
1 From 91acd2e857326e0d580e02f56d0f0a739f5f765c Mon Sep 17 00:00:00 2001
2 From: Darik Horn <dajhorn@vanadac.com>
3 Date: Tue, 17 Jan 2012 22:18:47 -0600
4 Subject: [PATCH 2/7] Remove the COPYING file.
5
6 Resolve this lintian warning by removing the COPYING file:
7
8 W: zfsutils: extra-license-file usr/share/doc/zfsutils/COPYING
9 N:
10 N: All license information should be collected in the debian/copyright
11 N: file. This usually makes it unnecessary for the package to install this
12 N: information in other places as well.
13 N:
14 N: Refer to Debian Policy Manual section 12.5 (Copyright information) for
15 N: details.
16 N:
17 N: Severity: normal, Certainty: possible
18 N:
19
20 The COPYING file in this project is a place holder that does not
21 contain the software license, and it is optional for autotools
22 because the automake template is "foreign".
23 ---
24 COPYING | 2 --
25 1 file changed, 2 deletions(-)
26 delete mode 100644 COPYING
27
28 diff --git a/COPYING b/COPYING
29 deleted file mode 100644
30 index 90f4490..0000000
31 --- a/COPYING
32 +++ /dev/null
33 @@ -1,2 +0,0 @@
34 -Please see COPYRIGHT and OPENSOLARIS.LICENSE for the copyright
35 -and license details.
36 --
37 1.7.9.5
38