Package: pigz Version: 2.1.6-1 Severity: normal
Although the upstream Makefile correctly creates the unpigz binary (through a hardlink) the debian/rules file does not include this file in the final package. Agreeed, on can use pigz -d, but it's most users will expect the "un" command to exist. The following trivial patch fixes the problem : --- debian/rules.old 2012-03-01 11:03:18.000000000 +0100 +++ debian/rules 2012-03-01 11:05:47.000000000 +0100 @@ -50,6 +50,7 @@ # Add here commands to install the package into debian/pigz. #$(MAKE) DESTDIR=$(CURDIR)/debian/pigz install cp pigz $(CURDIR)/debian/pigz/usr/bin + ln $(CURDIR)/debian/pigz/usr/bin/pigz $(CURDIR)/debian/pigz/usr/bin/unpigz # Build architecture-independent files here. Please apply. -- System Information: Debian Release: 6.0.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/24 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages pigz depends on: ii libc6 2.11.3-3 Embedded GNU C Library: Shared lib ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime pigz recommends no packages. pigz suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org