File: dont-distribute-duplicate-docs.patch

package info (click to toggle)
jq 1.7.1-6%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,720 kB
  • sloc: ansic: 27,788; yacc: 892; sh: 663; python: 321; cpp: 314; lex: 186; makefile: 180; javascript: 34
file content (24 lines) | stat: -rw-r--r-- 777 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: =?utf-8?b?IkNoYW5nWmh1byBDaGVuICjpmbPmmIzlgKwpIg==?=
 <czchen@debian.org>
Date: Sun, 4 Nov 2018 21:34:10 +0800
Subject: Do not distribute COPYING, fixes lintian warning

Forwarded: not-needed
Last-Update: 2015-10-11
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 76e35df..6fbc924 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -234,7 +234,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS=--with-oniguruma=builtin
 
 # README.md is expected in GitHub projects, good stuff in it, so we'll
 # distribute it and install it with the package in the doc directory.
-dist_doc_DATA = README.md NEWS.md COPYING AUTHORS
+dist_doc_DATA = README.md NEWS.md AUTHORS
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libjq.pc