File: remove_copying

package info (click to toggle)
ansifilter 2.18%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,068 kB
  • sloc: cpp: 5,993; makefile: 124; python: 73; ansic: 65; sh: 29; tcl: 1
file content (18 lines) | stat: -rw-r--r-- 666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Don't install the file COPYING
 Debian collects copyright information in a standardised manner and hence this
 file leads to duplication.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2021-11-19

Index: ansifilter/makefile
===================================================================
--- ansifilter.orig/makefile
+++ ansifilter/makefile
@@ -56,7 +56,6 @@ install:
 	-${GZIP} ${DESTDIR}${man_dir}ansifilter.1
 	${INSTALL_DATA} ./README.adoc ${DESTDIR}${doc_dir}
 	${INSTALL_DATA} ./ChangeLog.adoc ${DESTDIR}${doc_dir}
-	${INSTALL_DATA} ./COPYING ${DESTDIR}${doc_dir}
 	${INSTALL_PROGRAM} ./src/ansifilter ${DESTDIR}${bin_dir}
 
 	@echo