Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
rar should be updated to fix #860952. The orig tarballs need to be repacked to exclude rar_static. Then I would apply the following source patch: --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +rar (2:4.2.0+dfsg.1-0.1) jessie; urgency=medium + + * Non-maintainer upload + * Repacked orig tarball excludes statically linked rar + (Closes: #693396, #860952) + * Install dynamically linked rar + + -- Ben Hutchings <b...@decadent.org.uk> Sun, 07 May 2017 16:00:26 +0100 + rar (2:4.2.0-1) unstable; urgency=low * New upstream release (Closes: #661065) --- a/debian/lintian +++ b/debian/lintian @@ -1,6 +1,2 @@ rar: extra-license-file usr/share/doc/rar/license.txt.gz rar: binary-file-compressed-with-upx ./usr/lib/default.sfx -rar: statically-linked-binary usr/lib/default.sfx -rar: statically-linked-binary usr/bin/rar -# Statically linked file.... -rar: missing-depends-line --- a/debian/rules +++ b/debian/rules @@ -23,9 +23,9 @@ dh_installdirs mkdir ./i386 - cp ./rar_static ./i386 + cp ./rar ./i386 cp ./default.sfx ./i386 - install -o root -g root -s -m 0755 $(DEB_BUILD_ARCH)/rar_static debian/rar/usr/bin/rar + install -o root -g root -s -m 0755 $(DEB_BUILD_ARCH)/rar debian/rar/usr/bin/rar dh_installdocs dh_installman debian/rar.1 --- END --- Ben. -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)