Source: transmission-remote-gtk Version: 1.1.1-3 Severity: serious Justification: fails to build from source User: [email protected] Usertags: ftbfs Tags: patch X-Debbugs-Cc: [email protected]
Dear Maintainer,
transmission-remote-gtk fails to build from source in
unstable/amd64. A patch is attached.
[..]
pod2man --release="" --center="Transmission Remote GTK"
transmission-remote-gtk.pod > transmission-remote-gtk.1
Option release requires an argument
Makefile:963: recipe for target 'transmission-remote-gtk.1' failed
[..]
The full build log and patch is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
transmission-remote-gtk.1.1.1-3.unstable.amd64.log.txt.gz
Description: Binary data
diff --git a/src/Makefile.am b/src/Makefile.am index 0c1abd6..0df267e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -121,7 +121,7 @@ transmission_remote_gtk_SOURCES += win32.rc win32-mailslot.c INCLUDES += -O2 else %.1: %.pod - pod2man --release="" --center="Transmission Remote GTK" $< > $@ + pod2man --release="$(VERSION)" --center="Transmission Remote GTK" $< > $@ endif install-data-local: install-icons update-icon-cache

