Your message dated Sun, 02 Apr 2006 17:02:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#357222: fixed in libgtk2-ex-podviewer-perl 0.14-2 has caused the attached Bug report 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 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 ---Package: libgtk2-ex-podviewer-perl Version: 0.14-1 Severity: serious Tags: patch Hi, building the package libgtk2-ex-podviewer-perl in a clean sid build environment (with pbuilder) on i386 results in: ========================================================================= [...] dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (65534) fakeroot debian/rules clean dpatch deapply-all rm -rf patch-stamp debian/patched dh_testdir dh_testroot /usr/bin/make distclean make[1]: Entering directory `/tmp/buildd/libgtk2-ex-podviewer-perl-0.14' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/tmp/buildd/libgtk2-ex-podviewer-perl-0.14' make: [clean-unpatched] Error 2 (ignored) dh_clean build-stamp install-stamp dpkg-source -b libgtk2-ex-podviewer-perl-0.14 dpkg-source: warning: no utmp entry available and LOGNAME not defined; using uid of process (65534) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (65534) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (65534) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (65534) dpkg-source: building libgtk2-ex-podviewer-perl using existing libgtk2-ex-podviewer-perl_0.14.orig.tar.gz dpkg-source: building libgtk2-ex-podviewer-perl in libgtk2-ex-podviewer-perl_0.14-1.diff.gz dpkg-source: building libgtk2-ex-podviewer-perl in libgtk2-ex-podviewer-perl_0.14-1.dsc debian/rules build dpatch apply-all #dpatch call-all -a=pkg-info >patch-stamp #I don't understand this one. echo patched > patch-stamp dh_testdir /usr/bin/perl Makefile.PL INSTALLDIRS=vendor MakeMaker FATAL: prerequisites not found (File::Basename not installed) Please install these modules first and rerun 'perl Makefile.PL'. make: *** [build-stamp] Error 9 ========================================================================= This patch fixes it: ========================================================================= --- libgtk2-ex-podviewer-perl-0.14.orig/Makefile.PL +++ libgtk2-ex-podviewer-perl-0.14/Makefile.PL @@ -22,7 +22,7 @@ 'Gtk2' => 0, 'Pod::Parser' => 0, 'IO::Scalar' => 0, - 'File::Basename ' => 0, + 'File::Basename' => 0, 'Locale::gettext' => 0, 'Pod::Simple::Search' => 0, }, ========================================================================= Thanks for considering. -- DARTS - Debian Archive Regression Test Suite http://darts.alioth.debian.org/
--- End Message ---
--- Begin Message ---Source: libgtk2-ex-podviewer-perl Source-Version: 0.14-2 We believe that the bug you reported is fixed in the latest version of libgtk2-ex-podviewer-perl, which is due to be installed in the Debian FTP archive: libgtk2-ex-podviewer-perl_0.14-2.diff.gz to pool/main/libg/libgtk2-ex-podviewer-perl/libgtk2-ex-podviewer-perl_0.14-2.diff.gz libgtk2-ex-podviewer-perl_0.14-2.dsc to pool/main/libg/libgtk2-ex-podviewer-perl/libgtk2-ex-podviewer-perl_0.14-2.dsc libgtk2-ex-podviewer-perl_0.14-2_all.deb to pool/main/libg/libgtk2-ex-podviewer-perl/libgtk2-ex-podviewer-perl_0.14-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> (supplier of updated libgtk2-ex-podviewer-perl package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Mon, 3 Apr 2006 01:43:40 +0200 Source: libgtk2-ex-podviewer-perl Binary: libgtk2-ex-podviewer-perl Architecture: source all Version: 0.14-2 Distribution: unstable Urgency: low Maintainer: Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Changed-By: Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Description: libgtk2-ex-podviewer-perl - Perl Gtk2 widget for displaying Plain Old Documentation (POD) Closes: 357222 Changes: libgtk2-ex-podviewer-perl (0.14-2) unstable; urgency=low . * Fix typo in Makefile.PL to ensure that build-deps are checked correctly. Thanks for the bug and patch to [EMAIL PROTECTED] (Closes: #357222) Files: 9857a3b6b91a9055912ba3d86ad9c7ca 714 perl optional libgtk2-ex-podviewer-perl_0.14-2.dsc 3649b670dd492949cbfd009602e42f15 2415 perl optional libgtk2-ex-podviewer-perl_0.14-2.diff.gz 105bfbef05261f49f80a7c8fcdb9182a 30080 perl optional libgtk2-ex-podviewer-perl_0.14-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEMGR+mO5zOp3h7rERAmTBAJ4zj24xS+lcBPJkgDE0AydqlRsp3ACfckZf Zq+AZlglDVx7vQRxcBQpYqE= =r6/x -----END PGP SIGNATURE-----
--- End Message ---

