Your message dated Sun, 9 Mar 2008 19:56:11 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#468792: xgalaga: diff for NMU version 2.1.0.2-1.1
has caused the Debian Bug report #468792,
regarding xgalaga - FTBFS: chmod: cannot access
`/usr/share/man/man6/xgalaga.6x.gz': No such file or directory
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
468792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468792
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xgalaga
Version: 2.1.0.2-1
Severity: serious
There was an error while trying to autobuild your package:
> Automatic build of xgalaga_2.1.0.2-1 on debian-31.osdl.marist.edu by
> sbuild/s390 98
[...]
> for i in levels/*.xgl; do /usr/bin/install -c $i
> /build/buildd/xgalaga-2.1.0.2/debian/xgalaga/usr/share/games/xgalaga/$i ; done
> for i in sounds/*.raw; do /usr/bin/install -c $i
> /build/buildd/xgalaga-2.1.0.2/debian/xgalaga/usr/share/games/xgalaga/$i ; done
> /usr/bin/install -c xgalaga.6x.gz
> /build/buildd/xgalaga-2.1.0.2/debian/xgalaga/usr/share/man/man6/xgalaga.6x.gz
> chmod 644 /usr/share/man/man6/xgalaga.6x.gz
> chmod: cannot access `/usr/share/man/man6/xgalaga.6x.gz': No such file or
> directory
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/build/buildd/xgalaga-2.1.0.2'
> make: *** [binary-arch] Error 2
> dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave
> error exit status 2
> ******************************************************************************
> Build finished at 20080226-1851
> FAILED [dpkg-buildpackage died]
--- End Message ---
--- Begin Message ---
Version: 2.1.02-2
This was already fixed in version 2.1.02-2.
[EMAIL PROTECTED] wrote:
> tags 468792 + patch
> thanks
>
> Hi,
>
> The following is the diff for my xgalaga 2.1.0.2-1.1 NMU.
>
> diff -u xgalaga-2.1.0.2/Makefile.in xgalaga-2.1.0.2/Makefile.in
> --- xgalaga-2.1.0.2/Makefile.in
> +++ xgalaga-2.1.0.2/Makefile.in
> @@ -60,7 +60,7 @@
> for i in levels/*.xgl; do $(INSTALL) $$i $(DESTDIR)$(prefix)/$$i ; done
> for i in sounds/*.raw; do $(INSTALL) $$i $(DESTDIR)$(prefix)/$$i ; done
> $(INSTALL) xgalaga.6x.gz $(DESTDIR)$(mandir)/man6/xgalaga.6x.gz
> - chmod 644 $(mandir)/man6/xgalaga.6x.gz
> + chmod 644 $(DESTDIR)$(mandir)/man6/xgalaga.6x.gz
> # touch $(prefix)/scores
> # chmod 666 $(prefix)/scores
>
> diff -u xgalaga-2.1.0.2/debian/changelog xgalaga-2.1.0.2/debian/changelog
> --- xgalaga-2.1.0.2/debian/changelog
> +++ xgalaga-2.1.0.2/debian/changelog
> @@ -1,3 +1,11 @@
> +xgalaga (2.1.0.2-1.1) unstable; urgency=low
> +
> + * Non-maintainer upload.
> + * Fix makefile to use $(DESTDIR) when operating on the manpage.
> + Closes: #468792.
> +
> + -- Thomas Viehmann <[EMAIL PROTECTED]> Mon, 10 Mar 2008 01:22:17 +0100
> +
> xgalaga (2.1.0.2-1) unstable; urgency=low
>
> * New upstream release.
>
>
--
see shy jo
signature.asc
Description: Digital signature
--- End Message ---