Package: ansifilter / 2.18+dfsg1-2

Metadata

Package Version Patches format
ansifilter 2.18+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dont_install_INSTALL_file | (download)

makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't install the file install
 It is pointless to install `INSTALL`, as the instructions are for installing
 the package, but it has been installed already.
remove_copying | (download)

makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't install the file copying
 Debian collects copyright information in a standardised manner and hence this
 file leads to duplication.
fix_makefile | (download)

makefile | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 [patch] fix upstream makefile

The makefile does not create all directories as required. In addition, variables are set using '=`
instead of `?=`, hindering `dh_auto_install` to work properly.

changelog.adoc_as_changelog | (download)

makefile | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 install the changelog in a debian-compliant fashion
 Upstream installs the file with a name that is against the Debian policy.