Bug#988710: multitail: triggers lintian autoreject tag 'FSSTND-dir-in-usr'

2021-05-20 Thread Dennis Filder
Control: tag -1 patch

The attached patch should fix this by not installing the files in
question.
--- debian/rules
+++ debian/rules
@@ -42,6 +42,7 @@
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/multitail
 	rm -rf $(CURDIR)/debian/multitail/etc/multitail
+	rm -rf $(CURDIR)/debian/multitail/usr/etc
 	
 	rm -f $(CURDIR)/debian/multitail/usr/share/doc/multitail/license.txt \
 	&& rm -f $(CURDIR)/debian/multitail/usr/share/doc/multitail/INSTALL


Bug#988710: multitail: triggers lintian autoreject tag 'FSSTND-dir-in-usr'

2021-05-18 Thread Andreas Beckmann
Package: multitail
Version: 6.5.0-2
Severity: serious

Hi,

multitail triggers the lintian autoreject tag 'FSSTND-dir-in-usr',
i.e. if the package would be reuploaded today without changes, it would
be automatically rejected by ftp-master.

https://lintian.debian.org/tags/FSSTND-dir-in-usr

E usr/etc/


Andreas