Source: cvs
Version: 1:1.12.13-12
Severity: serious
Tags: patch
cvs in lenny and squeeze fails to properly clean dir.gz
files generated when install-info is installed (which
it does not Build-Conflict again).
The following patch moves he deletion behind dh_compress,
thus actually matching something.
This bug is also found in src:cvs 1:1.12.13-12+squeeze1 and
the cause for #659861 and is not found in the wheezy and sid
packages (as there only the .info files from that directory are
used).
Severity set to serious as it causes binary packages to get
uncoinstallable with other such packages whenever it is build
in a clean but non-minimal chroot thus can show up again with
every security upload (so even if #659861 is fixed but this one
is not, it might likely appear again with the next security upload).
diff -r -u -N cvs-1.12.13.orig/debian/rules cvs-1.12.13/debian/rules
--- cvs-1.12.13.orig/debian/rules 2012-04-06 10:49:06.000000000 +0200
+++ cvs-1.12.13/debian/rules 2012-04-06 10:56:50.088912249 +0200
@@ -135,12 +135,14 @@
rm -f debian/cvs/usr/share/man/man8/cvsbug.8
rm -f debian/cvs/usr/share/man/man8/cvsconfig.8
rm -f debian/cvs/usr/share/man/man1/cvs-makerepos.1
- rm -f debian/cvs/usr/share/info/dir.gz
- rm -f debian/cvs/usr/share/info/dir.old.gz
dh_strip
dh_installinfo
dh_compress
+
+ rm -f debian/cvs/usr/share/info/dir.gz
+ rm -f debian/cvs/usr/share/info/dir.old.gz
+
dh_fixperms
dh_installdeb
dh_shlibdeps
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]