[build-status: 124983] Log for successful build of libvideo-capture-v4l-perl_0.901-4 (dist=unstable)
Build Daemon 1
buildd at linux-m32r.org
Mon May 5 09:41:54 JST 2008
Automatic build of libvideo-capture-v4l-perl_0.901-4 on mappi005 by sbuild/m32r 98-farm
Build started at 20080505-0918
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 92.6kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main libvideo-capture-v4l-perl 0.901-4 (dsc) [1451B]
Get:2 http://debian.linux-m32r.org 06_devonian/main libvideo-capture-v4l-perl 0.901-4 (tar) [85.9kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main libvideo-capture-v4l-perl 0.901-4 (diff) [5262B]
Fetched 92.6kB in 1s (71.6kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7), quilt
Checking for already installed source dependencies...
debhelper: already installed (7.0.2 >= 6 is satisfied)
perl: already installed (5.8.8-7 >= 5.8.0-7 is satisfied)
quilt: already installed (0.46-4)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7 gcc-4.1_4.1.1-21 g++-4.1_4.1.1-21 binutils_2.18.1~cvs20080103-1 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
gpg: Signature made Thu May 1 05:36:20 2008 JST using DSA key ID 00F3CFE4
gpg: Can't check signature: public key not found
dpkg-source: extracting libvideo-capture-v4l-perl in libvideo-capture-v4l-perl-0.901
dpkg-source: info: unpacking libvideo-capture-v4l-perl_0.901.orig.tar.gz
dpkg-source: info: applying libvideo-capture-v4l-perl_0.901-4.diff.gz
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value:
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package libvideo-capture-v4l-perl
dpkg-buildpackage: source version 0.901-4
dpkg-buildpackage: host architecture m32r
/usr/bin/fakeroot debian/rules clean
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp RTjpeg/codec/RTjpeg.c
[ ! -f Makefile ] || ( touch Makefile && /usr/bin/make realclean )
debian/rules build
# quilt exits with 2 as return when there was nothing to do.
# That's not an error here (but it's usefull to break loops in crude scripts)
QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null push -a || test $? = 2
Applying patch bashism.patch
patching file RTjpeg/Makefile.PL
Applying patch compile-failure.patch
patching file RTjpeg/codec/modules/RTb2s_raw.c
patching file RTjpeg/codec/modules/RTb2s.c
patching file VBI/VBI.xs
Applying patch compile_with_-fPIC.patch
patching file RTjpeg/Makefile.PL
patching file Makefile.PL
Now at patch compile_with_-fPIC.patch
touch debian/stamp-patched
dh_testdir
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Checking if your kit is complete...
Looks good
Writing Makefile for Video::Capture::V4l
Writing Makefile for Video::Capture::VBI
Writing Makefile for Video::RTjpeg
Writing Makefile for Video::Frequencies
/usr/bin/make OPTIMIZE="-Wall -g -O2" LD_RUN_PATH=""
make[1]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901'
cp Frequencies.pm blib/lib/Video/Frequencies.pm
cp XawTV.pm blib/lib/Video/XawTV.pm
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
cp V4l.pm ../blib/lib/Video/Capture/V4l.pm
/usr/bin/perl /usr/share/perl/5.8.8/ExtUtils/xsubpp -typemap /usr/share/perl/5.8/ExtUtils/typemap V4l.xs > V4l.xsc && mv V4l.xsc V4l.c
cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -DVERSION=\"0.901\" -DXS_VERSION=\"0.901\" -fPIC "-I/usr/lib/perl/5.8/CORE" V4l.c
V4l.xs: In function 'XS_Video__Capture__V4l_capture':
V4l.xs:339: warning: value computed is not used
V4l.xs:341: warning: pointer targets in assignment differ in signedness
V4l.xs: In function 'XS_Video__Capture__V4l_bgr2rgb':
V4l.xs:573: warning: pointer targets in assignment differ in signedness
V4l.xs:575: warning: pointer targets in assignment differ in signedness
V4l.xs: In function 'XS_Video__Capture__V4l_reduce2':
V4l.xs:593: warning: pointer targets in assignment differ in signedness
V4l.xs:594: warning: pointer targets in assignment differ in signedness
V4l.c:1825: warning: unused variable 'RETVAL'
V4l.xs: In function 'XS_Video__Capture__V4l_normalize':
V4l.xs:627: warning: pointer targets in assignment differ in signedness
V4l.xs:628: warning: pointer targets in assignment differ in signedness
V4l.xs:630: warning: pointer targets in assignment differ in signedness
V4l.xs:637: warning: pointer targets in assignment differ in signedness
V4l.xs: In function 'XS_Video__Capture__V4l_findmin':
V4l.xs:657: warning: pointer targets in assignment differ in signedness
V4l.xs:659: warning: pointer targets in assignment differ in signedness
V4l.xs:663: warning: pointer targets in assignment differ in signedness
V4l.xs:669: warning: pointer targets in assignment differ in signedness
V4l.xs:652: warning: 'mindata' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Tuner_mode':
V4l.c:1735: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Picture_palette':
V4l.c:1561: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Picture_depth':
V4l.c:1532: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Picture_whiteness':
V4l.c:1503: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Picture_contrast':
V4l.c:1474: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Picture_colour':
V4l.c:1445: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Picture_hue':
V4l.c:1416: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Picture_brightness':
V4l.c:1387: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_step':
V4l.c:1358: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_balance':
V4l.c:1329: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_mode':
V4l.c:1300: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_flags':
V4l.c:1242: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_treble':
V4l.c:1213: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_bass':
V4l.c:1184: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_volume':
V4l.c:1155: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Channel_norm':
V4l.c:1097: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Tuner_tuner':
V4l.c:1590: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Audio_audio':
V4l.c:1126: warning: 'RETVAL' may be used uninitialized in this function
V4l.c: In function 'XS_Video__Capture__V4l__Channel_channel':
V4l.c:952: warning: 'RETVAL' may be used uninitialized in this function
Running Mkbootstrap for Video::Capture::V4l ()
chmod 644 V4l.bs
rm -f ../blib/arch/auto/Video/Capture/V4l/V4l.so
cc -shared -L/usr/local/lib V4l.o -o ../blib/arch/auto/Video/Capture/V4l/V4l.so \
-lpthread \
chmod 755 ../blib/arch/auto/Video/Capture/V4l/V4l.so
cp V4l.bs ../blib/arch/auto/Video/Capture/V4l/V4l.bs
chmod 644 ../blib/arch/auto/Video/Capture/V4l/V4l.bs
Manifying ../blib/man3/Video::Capture::V4l.3pm
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
cp VBI.pm ../blib/lib/Video/Capture/VBI.pm
/usr/bin/perl /usr/share/perl/5.8.8/ExtUtils/xsubpp -typemap /usr/share/perl/5.8/ExtUtils/typemap VBI.xs > VBI.xsc && mv VBI.xsc VBI.c
cc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -g -O2 -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/usr/lib/perl/5.8/CORE" VBI.c
VBI.xs: In function 'unham16':
VBI.xs:258: warning: unused variable 'bit'
VBI.xs: In function 'decode_vps':
VBI.xs:287: warning: suggest parentheses around arithmetic in operand of |
VBI.xs:287: warning: suggest parentheses around arithmetic in operand of |
VBI.xs:287: warning: suggest parentheses around arithmetic in operand of |
VBI.xs:287: warning: suggest parentheses around arithmetic in operand of |
VBI.xs:293: warning: suggest parentheses around arithmetic in operand of |
VBI.xs: In function 'decode_vt':
VBI.xs:317: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:326: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:371: warning: suggest parentheses around comparison in operand of &
VBI.xs:379: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs: In function 'decoder_decode_other':
VBI.xs:388: warning: unused variable 'pos'
VBI.xs: In function 'decode_stream':
VBI.xs:733: warning: pointer targets in initialization differ in signedness
VBI.xs:740: warning: pointer targets in assignment differ in signedness
VBI.xs:740: warning: pointer targets in assignment differ in signedness
VBI.xs:741: warning: pointer targets in assignment differ in signedness
VBI.xs:741: warning: pointer targets in assignment differ in signedness
VBI.xs:747: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:751: warning: pointer targets in assignment differ in signedness
VBI.xs:752: warning: pointer targets in passing argument 3 of 'Perl_sv_catpvn_flags' differ in signedness
VBI.xs:771: warning: suggest parentheses around assignment used as truth value
VBI.xs: In function 'decode_epg':
VBI.xs:906: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:923: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:973: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:983: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:993: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:999: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:1025: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:1076: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:1106: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:1111: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs:1131: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs: In function 'decode_block':
VBI.xs:1166: warning: suggest parentheses around arithmetic in operand of |
VBI.c: In function 'XS_Video__Capture__VBI_decode_vps':
VBI.c:1295: warning: pointer targets in passing argument 1 of 'decode_vps' differ in signedness
VBI.c: In function 'XS_Video__Capture__VBI_decode_vt':
VBI.c:1313: warning: pointer targets in passing argument 1 of 'decode_vt' differ in signedness
VBI.xs: In function 'XS_Video__Capture__VBI_decode_vtpage':
VBI.xs:1269: warning: pointer targets in passing argument 1 of 'decode_vtpage' differ in signedness
VBI.xs:1278: warning: pointer targets in passing argument 2 of 'Perl_newSVpvn' differ in signedness
VBI.xs: In function 'XS_Video__Capture__VBI_decode_ansi':
VBI.xs:1293: warning: pointer targets in initialization differ in signedness
VBI.xs: In function 'XS_Video__Capture__VBI__EPG_decode_block':
VBI.xs:1355: warning: pointer targets in passing argument 1 of 'decode_block' differ in signedness
VBI.c:1468: warning: unused variable 'RETVAL'
VBI.c: In function 'decode_block':
VBI.xs:1189: warning: control reaches end of non-void function
VBI.xs: In function 'get_byte_SE':
VBI.xs:206: warning: 'byte' may be used uninitialized in this function
VBI.xs: In function 'decode_block':
VBI.xs:1089: warning: 'msg_len' may be used uninitialized in this function
VBI.c: In function 'XS_Video__Capture__VBI_decode_ansi':
VBI.xs:683: warning: 'o' may be used uninitialized in this function
Running Mkbootstrap for Video::Capture::VBI ()
chmod 644 VBI.bs
rm -f ../blib/arch/auto/Video/Capture/VBI/VBI.so
cc -shared -L/usr/local/lib VBI.o -o ../blib/arch/auto/Video/Capture/VBI/VBI.so \
\
chmod 755 ../blib/arch/auto/Video/Capture/VBI/VBI.so
cp VBI.bs ../blib/arch/auto/Video/Capture/VBI/VBI.bs
chmod 644 ../blib/arch/auto/Video/Capture/VBI/VBI.bs
Manifying ../blib/man3/Video::Capture::VBI.3pm
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
cp RTjpeg.pm ../blib/lib/Video/RTjpeg.pm
/usr/bin/perl /usr/share/perl/5.8.8/ExtUtils/xsubpp -typemap /usr/share/perl/5.8/ExtUtils/typemap RTjpeg.xs > RTjpeg.xsc && mv RTjpeg.xsc RTjpeg.c
cc -c -fPIC -Wall -g -O2 -DVERSION=\"0.012\" -DXS_VERSION=\"0.012\" -fPIC "-I/usr/lib/perl/5.8/CORE" RTjpeg.c
RTjpeg.xs: In function 'XS_Video__RTjpeg_compress':
RTjpeg.xs:50: warning: pointer targets in passing argument 1 of 'RTjpeg_compress' differ in signedness
RTjpeg.xs:50: warning: pointer targets in passing argument 2 of 'RTjpeg_compress' differ in signedness
RTjpeg.xs: In function 'XS_Video__RTjpeg_decompress':
RTjpeg.xs:61: warning: pointer targets in passing argument 1 of 'RTjpeg_decompress' differ in signedness
RTjpeg.xs:61: warning: pointer targets in passing argument 2 of 'RTjpeg_decompress' differ in signedness
RTjpeg.xs: In function 'XS_Video__RTjpeg_mcompress':
RTjpeg.xs:80: warning: pointer targets in passing argument 1 of 'RTjpeg_mcompress' differ in signedness
RTjpeg.xs:80: warning: pointer targets in passing argument 2 of 'RTjpeg_mcompress' differ in signedness
RTjpeg.xs: In function 'XS_Video__RTjpeg_yuvrgb':
RTjpeg.xs:92: warning: pointer targets in passing argument 1 of 'RTjpeg_yuvrgb' differ in signedness
RTjpeg.xs:92: warning: pointer targets in passing argument 2 of 'RTjpeg_yuvrgb' differ in signedness
RTjpeg.xs: In function 'boot_Video__RTjpeg':
RTjpeg.xs:112: warning: unused variable 'stash'
cd codec && . ./compose.sh
**** Init files ****
RTinc.ct
RTb2s.ct
RTdct_aan.ct
RTmain.ct
**** Code files ****
RTb2s.c
RTs2b.c
RTquant.c
RTcolor_int.c
RTdct_aan.c
RTidct_aan.c
RTmain.c
cc -c -fPIC -Wall -g -O2 -DVERSION=\"0.012\" -DXS_VERSION=\"0.012\" -fPIC -fPIC -o codec/RTjpeg.o codec/RTjpeg.c
Running Mkbootstrap for Video::RTjpeg ()
chmod 644 RTjpeg.bs
rm -f ../blib/arch/auto/Video/RTjpeg/RTjpeg.so
cc -shared -L/usr/local/lib RTjpeg.o codec/RTjpeg.o -o ../blib/arch/auto/Video/RTjpeg/RTjpeg.so \
\
chmod 755 ../blib/arch/auto/Video/RTjpeg/RTjpeg.so
cp RTjpeg.bs ../blib/arch/auto/Video/RTjpeg/RTjpeg.bs
chmod 644 ../blib/arch/auto/Video/RTjpeg/RTjpeg.bs
Manifying ../blib/man3/Video::RTjpeg.3pm
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
Manifying blib/man3/Video::Frequencies.3pm
Manifying blib/man3/Video::XawTV.3pm
make[1]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901'
/usr/bin/make test
make[1]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..1
ok 1
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
No tests defined for Video::Capture::V4l extension.
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
No tests defined for Video::Capture::VBI extension.
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
No tests defined for Video::RTjpeg extension.
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
make[1]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
/usr/bin/make install DESTDIR=/build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl PREFIX=/usr
make[1]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/V4l'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/VBI'
make[2]: Entering directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
make[2]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901/RTjpeg'
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/auto/Video/RTjpeg/RTjpeg.so
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/auto/Video/RTjpeg/RTjpeg.bs
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/auto/Video/Capture/VBI/VBI.so
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/auto/Video/Capture/VBI/VBI.bs
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/auto/Video/Capture/V4l/V4l.bs
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/auto/Video/Capture/V4l/V4l.so
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/Video/XawTV.pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/Video/Frequencies.pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/Video/RTjpeg.pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/Video/Capture/V4l.pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/lib/perl5/Video/Capture/VBI.pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/man/man3/Video::Capture::VBI.3pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/man/man3/Video::RTjpeg.3pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/man/man3/Video::XawTV.3pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/man/man3/Video::Frequencies.3pm
Installing /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/man/man3/Video::Capture::V4l.3pm
make[1]: Leaving directory `/build/buildd/libvideo-capture-v4l-perl-0.901'
[ ! -d /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/perl5 ] || \
rmdir --ignore-fail-on-non-empty --parents --verbose \
/build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/perl5
rmdir: removing directory, /build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share/perl5
rmdir: removing directory, `/build/buildd/libvideo-capture-v4l-perl-0.901/debian/libvideo-capture-v4l-perl/usr/share'
touch install-stamp
dh_testdir
dh_testroot
dh_installexamples examples/*
dh_installdocs TODO RTjpeg/codec/README
dh_installchangelogs Changes
dh_shlibdeps
dh_strip
dh_perl
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `libvideo-capture-v4l-perl' in `../libvideo-capture-v4l-perl_0.901-4_m32r.deb'.
dpkg-genchanges -B -mHirokazu Takata <takata at linux-m32r.org> >../libvideo-capture-v4l-perl_0.901-4_m32r.changes
dpkg-genchanges: arch-specific upload - not including arch-independent packages
dpkg-genchanges: binary-only upload - not including any source code
dpkg-buildpackage: binary only upload (no source included)
******************************************************************************
Build finished at 20080505-0941
chroot-unstable/build/buildd/libvideo-capture-v4l-perl_0.901-4_m32r.deb:
new debian package, version 2.0.
size 128474 bytes: control archive= 1724 bytes.
857 bytes, 20 lines control
3171 bytes, 38 lines md5sums
Package: libvideo-capture-v4l-perl
Version: 0.901-4
Architecture: m32r
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Installed-Size: 440
Depends: perl (>= 5.8.8-7), perlapi-5.8.8, libc6 (>= 2.3.5-1)
Section: perl
Priority: optional
Homepage: http://search.cpan.org/dist/Video-Capture-V4l/
Description: Perl interface to the Video4linux framegrabber interface
This package contains Perl modules which interface to
the Video4linux frame grabber.
.
The following Perl modules are included in this package:
.
* Video::Capture::V4l - Video4linux framegrabber interface
* Video::Capture::VBI - Functions to manipulate vbi fields & lines
* Video::Frequencies - Many, many frequency constants and lists
* Video::RTjpeg - Real time, jpeg-like video compression
* Video::XawTV - read, create and edit .xawtvrc files
chroot-unstable/build/buildd/libvideo-capture-v4l-perl_0.901-4_m32r.deb:
drwxr-xr-x root/root 0 2008-05-05 09:40 ./
drwxr-xr-x root/root 0 2008-05-05 09:36 ./usr/
drwxr-xr-x root/root 0 2008-05-05 09:37 ./usr/share/
drwxr-xr-x root/root 0 2008-05-05 09:37 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-05-05 09:40 ./usr/share/doc/libvideo-capture-v4l-perl/
-rw-r--r-- root/root 26 2005-03-04 01:57 ./usr/share/doc/libvideo-capture-v4l-perl/TODO
drwxr-xr-x root/root 0 2008-05-05 09:40 ./usr/share/doc/libvideo-capture-v4l-perl/examples/
-rw-r--r-- root/root 2633 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/mpgenc.gz
-rwxr-xr-x root/root 2666 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/vbi-info
-rwxr-xr-x root/root 1323 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/vbi
-rw-r--r-- root/root 2065 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/epgview.gz
-rwxr-xr-x root/root 1521 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/indexer
-rwxr-xr-x root/root 3230 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/record
-rw-r--r-- root/root 3042 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/linux-dsp-ioctl.ph
-rwxr-xr-x root/root 2995 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/settv
-rwxr-xr-x root/root 2456 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/finder
-rwxr-xr-x root/root 2902 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/grab
-rw-r--r-- root/root 1744 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/getepg.gz
-rwxr-xr-x root/root 545 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/mp2enc
-rwxr-xr-x root/root 622 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/xsview
-rwxr-xr-x root/root 3280 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/dumpepg
-rw-r--r-- root/root 1653 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/autotune.gz
-rwxr-xr-x root/root 1961 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/nbcmp3
-rw-r--r-- root/root 2425 2005-03-04 01:58 ./usr/share/doc/libvideo-capture-v4l-perl/examples/capture.gz
-rw-r--r-- root/root 3866 2008-05-05 09:22 ./usr/share/doc/libvideo-capture-v4l-perl/copyright
-rw-r--r-- root/root 1437 2006-06-06 08:35 ./usr/share/doc/libvideo-capture-v4l-perl/changelog.gz
-rw-r--r-- root/root 2469 2000-03-03 21:24 ./usr/share/doc/libvideo-capture-v4l-perl/README.gz
-rw-r--r-- root/root 1401 2008-05-05 09:22 ./usr/share/doc/libvideo-capture-v4l-perl/changelog.Debian.gz
drwxr-xr-x root/root 0 2008-05-05 09:36 ./usr/share/man/
drwxr-xr-x root/root 0 2008-05-05 09:40 ./usr/share/man/man3/
-rw-r--r-- root/root 1928 2008-05-05 09:35 ./usr/share/man/man3/Video::XawTV.3pm.gz
-rw-r--r-- root/root 4367 2008-05-05 09:35 ./usr/share/man/man3/Video::Frequencies.3pm.gz
-rw-r--r-- root/root 2305 2008-05-05 09:32 ./usr/share/man/man3/Video::Capture::VBI.3pm.gz
-rw-r--r-- root/root 1751 2008-05-05 09:34 ./usr/share/man/man3/Video::RTjpeg.3pm.gz
-rw-r--r-- root/root 2452 2008-05-05 09:29 ./usr/share/man/man3/Video::Capture::V4l.3pm.gz
drwxr-xr-x root/root 0 2008-05-05 09:36 ./usr/lib/
drwxr-xr-x root/root 0 2008-05-05 09:37 ./usr/lib/perl5/
drwxr-xr-x root/root 0 2008-05-05 09:37 ./usr/lib/perl5/Video/
-rw-r--r-- root/root 2897 2005-03-04 02:44 ./usr/lib/perl5/Video/XawTV.pm
drwxr-xr-x root/root 0 2008-05-05 09:37 ./usr/lib/perl5/Video/Capture/
-rw-r--r-- root/root 6913 2006-06-06 08:35 ./usr/lib/perl5/Video/Capture/V4l.pm
-rw-r--r-- root/root 47729 2005-11-07 01:53 ./usr/lib/perl5/Video/Capture/VBI.pm
-rw-r--r-- root/root 21697 2005-03-04 02:44 ./usr/lib/perl5/Video/Frequencies.pm
-rw-r--r-- root/root 337 2005-03-04 02:44 ./usr/lib/perl5/Video/RTjpeg.pm
drwxr-xr-x root/root 0 2008-05-05 09:36 ./usr/lib/perl5/auto/
drwxr-xr-x root/root 0 2008-05-05 09:36 ./usr/lib/perl5/auto/Video/
drwxr-xr-x root/root 0 2008-05-05 09:39 ./usr/lib/perl5/auto/Video/RTjpeg/
-rw-r--r-- root/root 31516 2008-05-05 09:39 ./usr/lib/perl5/auto/Video/RTjpeg/RTjpeg.so
-rw-r--r-- root/root 0 2008-05-05 09:34 ./usr/lib/perl5/auto/Video/RTjpeg/RTjpeg.bs
drwxr-xr-x root/root 0 2008-05-05 09:37 ./usr/lib/perl5/auto/Video/Capture/
drwxr-xr-x root/root 0 2008-05-05 09:39 ./usr/lib/perl5/auto/Video/Capture/VBI/
-rw-r--r-- root/root 42356 2008-05-05 09:39 ./usr/lib/perl5/auto/Video/Capture/VBI/VBI.so
-rw-r--r-- root/root 0 2008-05-05 09:32 ./usr/lib/perl5/auto/Video/Capture/VBI/VBI.bs
drwxr-xr-x root/root 0 2008-05-05 09:39 ./usr/lib/perl5/auto/Video/Capture/V4l/
-rw-r--r-- root/root 0 2008-05-05 09:29 ./usr/lib/perl5/auto/Video/Capture/V4l/V4l.bs
-rw-r--r-- root/root 83368 2008-05-05 09:39 ./usr/lib/perl5/auto/Video/Capture/V4l/V4l.so
libvideo-capture-v4l-perl_0.901-4_m32r.changes:
Format: 1.8
Date: Wed, 30 Apr 2008 22:35:27 +0200
Source: libvideo-capture-v4l-perl
Binary: libvideo-capture-v4l-perl
Architecture: m32r
Version: 0.901-4
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata at linux-m32r.org>
Changed-By: gregor herrmann <gregoa at debian.org>
Description:
libvideo-capture-v4l-perl - Perl interface to the Video4linux framegrabber interface
Changes:
libvideo-capture-v4l-perl (0.901-4) unstable; urgency=low
.
* debian/rules: touch Makefile in clean target after unpatching
Makefile.PL to prevent it from being re-built; allows building twice
in a row.
* Refresh debian/rules in general.
* Add /me to Uploaders.
Checksums-Sha1:
b8fc9a1b8b59a73c33113e8a358a823840d30da3 128474 libvideo-capture-v4l-perl_0.901-4_m32r.deb
Checksums-Sha256:
b131d46ee2b66ec7283823f494130bd1d97b4fca6ba100d3e11401aa6199e055 128474 libvideo-capture-v4l-perl_0.901-4_m32r.deb
Files:
414120e05f784a6c9827ffa14398aae9 128474 perl optional libvideo-capture-v4l-perl_0.901-4_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd/libvideo-capture-v4l-perl-0.901
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080505-0941
Build needed 00:20:19, 2696k disk space
More information about the build-status
mailing list