Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: pu
Hi, I'd like to cherry-pick one trivial fix from wheezy (introduced in 2.1.3-21): * sdic-gene95: Move bzip2 suggestion to Depends. (closes: #675321) sdic-gene95/squeeze fails to install if bunzip2 is missing: Setting up sdic-gene95 (2.1.3-19) ... You need /bin/bunzip2. dpkg: error processing sdic-gene95 (--configure): subprocess installed post-installation script returned error exit status 1 Getting this fixed in squeeze-pu will simplify future archive-wide install and upgrade tests. Andreas
diffstat for sdic_2.1.3-19 sdic_2.1.3-19+squeeze1 changelog | 7 +++++++ control | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff -u sdic-2.1.3/debian/control sdic-2.1.3/debian/control --- sdic-2.1.3/debian/control +++ sdic-2.1.3/debian/control @@ -15,9 +15,9 @@ Package: sdic-gene95 Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, wget, nkf, netcat-traditional | netcat +Depends: ${misc:Depends}, ${perl:Depends}, wget, nkf, netcat-traditional | netcat, bzip2 Recommends: sdic, sufary -Suggests: bzip2, kakasi +Suggests: kakasi Description: installer for GENE95 dictionaries for sdic This package installs the GENE95 English-Japanese dictionary for use with sdic. diff -u sdic-2.1.3/debian/changelog sdic-2.1.3/debian/changelog --- sdic-2.1.3/debian/changelog +++ sdic-2.1.3/debian/changelog @@ -1,3 +1,10 @@ +sdic (2.1.3-19+squeeze1) stable; urgency=low + + * Non-maintainer upload. + * sdic-gene95: Move bzip2 suggestion to Depends. (closes: #675321) + + -- Andreas Beckmann <a...@debian.org> Tue, 12 Feb 2013 11:20:00 +0100 + sdic (2.1.3-19) unstable; urgency=low * Fix bashism in debian/rules