Codebase list cpio / ef239a6
Import Debian patch 2.6-14 Clint Adams authored 17 years ago Chris Lamb committed 7 years ago
5 changed file(s) with 12 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
0 cpio (2.6-14) unstable; urgency=low
1
2 * Fix prerm to remove the correct info file.
3 * Clean up /usr/doc/cpio symlink in postinst
4 (fix for #322778 was accidentally removed).
5 closes: #375727.
6
7 -- Clint Adams <schizo@debian.org> Tue, 27 Jun 2006 23:26:22 -0400
8
09 cpio (2.6-13) unstable; urgency=high
110
211 * Updated German program translation from Holger Wansing.
99 dpkg --compare-versions "$2" eq '2.4.2-35'; then
1010 update-alternatives --remove mt /bin/gmt
1111 fi
12 test -L /usr/doc/cpio && rm -f /usr/doc/cpio
1213 fi
11
22 if [ "$1" = remove ]; then
33 update-alternatives --remove mt /bin/mt-gnu
4 install-info --quiet --remove /usr/info/cpio.info
4 install-info --quiet --remove /usr/share/info/cpio.info
55 if test -L /sbin/rmt && test /sbin/rmt -ef /usr/sbin/rmt; then
66 rm -f /sbin/rmt
77 fi
4040 -$(MAKE) -i distclean
4141 $(RM) config.cache
4242 $(RM) -r *~ debian/tmp debian/*~ debian/files*
43 $(RM) -f po/*.gmo
43 $(RM) -f po/*.gmo debian/substvars
4444
4545 binary-indep: checkroot build
4646 $(checkdir)
+0
-1
debian/substvars less more
0 shlibs:Depends=libc6 (>= 2.2.4-4)