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/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to