Your message dated Mon, 19 Nov 2007 14:17:22 +0100 (CET) with message-id <[EMAIL PROTECTED]> has caused the Debian Bug report #437583, regarding mpegdemux: not handling nostrip build option (policy 10.1) to be marked as having been forwarded to the upstream software author(s) Hampa Hug <[EMAIL PROTECTED]>.
(NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Hello. I've received a report regarding mpegdemux. It's a packaging error, but the best way I see to fix it requires modifying the original source. This is the patch I plan to apply to the Debian mpegdemux package: diff -ru mpegdemux-0.1.2.orig/src/Makefile.in mpegdemux-0.1.2/src/Makefile.in --- mpegdemux-0.1.2.orig/src/Makefile.in 2004-01-02 19:20:15.000000000 +0100 +++ mpegdemux-0.1.2/src/Makefile.in 2007-11-19 14:09:49.967729780 +0100 @@ -43,7 +43,7 @@ install: $(INSTALL) -d -m 755 $(bindir) - $(INSTALL) -m 755 -s $(BIN) $(bindir) + $(INSTALL_PROGRAM) -m 755 $(BIN) $(bindir) ifneq "$(MAN)" "" $(INSTALL) -d -m 755 $(mandir)/man1 for f in $(MAN) ; do \ Then I can use either INSTALL_PROGRAM="install" or "install -s" and I will get unstripped or stripped binaries at will, as required by Debian policy. Thanks.
--- End Message ---

