[build-status: 57814] Log for successful build of mserv_0.35-6.3 (dist=unstable)
Build Daemon
buildd at linux-m32r.org
Mon Mar 5 06:51:54 JST 2007
Automatic build of mserv_0.35-6.3 on mappi005 by sbuild/m32r 1.7
Build started at 20070305-0631
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 574kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main mserv 0.35-6.3 (dsc) [610B]
Get:2 http://debian.linux-m32r.org 06_devonian/main mserv 0.35-6.3 (tar) [280kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main mserv 0.35-6.3 (diff) [293kB]
Fetched 574kB in 4s (140kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: sharutils, debhelper (>= 4.1.51), cdbs
Checking for already installed source dependencies...
sharutils: already installed
debhelper: already installed (in sufficient version 5.0.42 >= 4.1.51)
cdbs: already installed
Checking for source dependency conflicts...
Checking correctness of source dependencies...
------------------------------------------------------------------------------
dpkg-source: extracting mserv in mserv-0.35
dpkg-source: unpacking mserv_0.35.orig.tar.gz
dpkg-source: applying /debian/buildd/build/mserv_0.35-6.3.diff.gz
dpkg-buildpackage: source package is mserv
dpkg-buildpackage: source version is 0.35-6.3
dpkg-buildpackage: source changed by Christian Perrier <bubulle at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.35-6.3
/usr/bin/fakeroot debian/rules clean
test -x debian/rules
test "`id -u`" = 0
for i in ./config.guess ./config.sub ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
dh_clean
/usr/bin/make -C . -k distclean
make[1]: Entering directory `/build/buildd/mserv-0.35'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/build/buildd/mserv-0.35'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
# Nuke the binary images
rm -f docs/*.gif
debian/rules build
test -x debian/rules
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
for i in ./config.guess ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.guess $i ; \
fi ; \
done ; \
fi
if test -e /usr/share/misc/config.sub ; then \
for i in ./config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
touch debian/stamp-autotools-files
chmod a+x /build/buildd/mserv-0.35/./configure
cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /build/buildd/mserv-0.35/./configure --build=m32r-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/mserv" --disable-maintainer-mode --disable-dependency-tracking --srcdir=. --datadir=/usr/share/mserv --disable-debug
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking target system type... m32r-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... none
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for strerror in -lcposix... no
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking return type of signal handlers... void
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fl32... no
checking for af77... no
checking for fort77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for lf95... no
checking for g95... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if cc static flag works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking for gmake... make
Checking libraries for mserv
checking for pow in -lm... yes
checking for main in -lsocket... no
checking for main in -lmalloc... no
checking for crypt in -lcrypt... yes
checking for _oss_ioctl in -lossaudio... no
Checking libraries for libmservcli
checking for main in -lsocket... (cached) no
checking for main in -lmalloc... (cached) no
Checking libraries for mservcmd
checking for main in -lsocket... (cached) no
checking for main in -lmalloc... (cached) no
checking for ANSI C header files... (cached) yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for strsep... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mserv/Makefile
config.status: creating mservcli/Makefile
config.status: creating mservutils/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Server components will be compiled
Client components will be compiled
/usr/bin/make -C .
make[1]: Entering directory `/build/buildd/mserv-0.35'
/usr/bin/make all-recursive
make[2]: Entering directory `/build/buildd/mserv-0.35'
Making all in mserv
make[3]: Entering directory `/build/buildd/mserv-0.35/mserv'
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'mserv.c' || echo './'`mserv.c
mserv.c: In function 'mserv_mainloop':
mserv.c:558: warning: pointer targets in passing argument 3 of 'accept' differ in signedness
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'misc.c' || echo './'`misc.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'cmd.c' || echo './'`cmd.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'acl.c' || echo './'`acl.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'mp3info.c' || echo './'`mp3info.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'conf.c' || echo './'`conf.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'defconf.c' || echo './'`defconf.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'opt.c' || echo './'`opt.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../hdr -DDATADIR=\"/usr/share/mserv\" -g -Wall -O2 -c `test -f 'filter.c' || echo './'`filter.c
/bin/sh ../libtool --mode=link cc -g -Wall -O2 -o mserv mserv.o misc.o cmd.o acl.o mp3info.o conf.o defconf.o opt.o filter.o -lm -lcrypt
mkdir .libs
cc -g -Wall -O2 -o mserv mserv.o misc.o cmd.o acl.o mp3info.o conf.o defconf.o opt.o filter.o -lm -lcrypt
make[3]: Leaving directory `/build/buildd/mserv-0.35/mserv'
Making all in mservcli
make[3]: Entering directory `/build/buildd/mserv-0.35/mservcli'
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -c -o mservcli.lo `test -f 'mservcli.c' || echo './'`mservcli.c
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -c mservcli.c -fPIC -DPIC -o .libs/mservcli.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -g -Wall -O2 -c mservcli.c -o mservcli.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link cc -g -Wall -O2 -o libmservcli.la -rpath /usr/lib -version-info 0:1:0 mservcli.lo
cc -shared .libs/mservcli.o -Wl,-soname -Wl,libmservcli.so.0 -o .libs/libmservcli.so.0.0.1
(cd .libs && rm -f libmservcli.so.0 && ln -s libmservcli.so.0.0.1 libmservcli.so.0)
(cd .libs && rm -f libmservcli.so && ln -s libmservcli.so.0.0.1 libmservcli.so)
ar cru .libs/libmservcli.a mservcli.o
ranlib .libs/libmservcli.a
creating libmservcli.la
(cd .libs && rm -f libmservcli.la && ln -s ../libmservcli.la libmservcli.la)
make[3]: Leaving directory `/build/buildd/mserv-0.35/mservcli'
Making all in mservutils
make[3]: Entering directory `/build/buildd/mserv-0.35/mservutils'
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../mservcli -g -Wall -O2 -c `test -f 'mservcmd.c' || echo './'`mservcmd.c
mservcmd.c: In function 'main':
mservcmd.c:76: warning: too many arguments for format
/bin/sh ../libtool --mode=link cc -g -Wall -O2 -o mservcmd mservcmd.o ../mservcli/libmservcli.la
mkdir .libs
cc -g -Wall -O2 -o .libs/mservcmd mservcmd.o ../mservcli/.libs/libmservcli.so
creating mservcmd
make[3]: Leaving directory `/build/buildd/mserv-0.35/mservutils'
make[3]: Entering directory `/build/buildd/mserv-0.35'
make[3]: Leaving directory `/build/buildd/mserv-0.35'
make[2]: Leaving directory `/build/buildd/mserv-0.35'
make[1]: Leaving directory `/build/buildd/mserv-0.35'
touch debian/stamp-makefile-build
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/fakeroot debian/rules binary-arch
test -x debian/rules
test "`id -u`" = 0
dh_clean -k
dh_installdirs -A
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
for i in ./config.guess ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.guess $i ; \
fi ; \
done ; \
fi
if test -e /usr/share/misc/config.sub ; then \
for i in ./config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
DEB_MAKE_CHECK_TARGET unset, not running checks
/usr/bin/make -C . install DESTDIR=/build/buildd/mserv-0.35/debian/tmp/
make[1]: Entering directory `/build/buildd/mserv-0.35'
Making install in mserv
make[2]: Entering directory `/build/buildd/mserv-0.35/mserv'
make[3]: Entering directory `/build/buildd/mserv-0.35/mserv'
/bin/sh ../mkinstalldirs /build/buildd/mserv-0.35/debian/tmp//usr/bin
mkdir -p -- /build/buildd/mserv-0.35/debian/tmp//usr/bin
/bin/sh ../libtool --mode=install /usr/bin/ginstall -c mserv /build/buildd/mserv-0.35/debian/tmp//usr/bin/mserv
/usr/bin/ginstall -c mserv /build/buildd/mserv-0.35/debian/tmp//usr/bin/mserv
/bin/sh ../mkinstalldirs /build/buildd/mserv-0.35/debian/tmp//usr/share/mserv
mkdir -p -- /build/buildd/mserv-0.35/debian/tmp//usr/share/mserv
/usr/bin/ginstall -c -m 644 english.lang /build/buildd/mserv-0.35/debian/tmp//usr/share/mserv/english.lang
/bin/sh ../mkinstalldirs /build/buildd/mserv-0.35/debian/tmp//usr/share/man/man1
mkdir -p -- /build/buildd/mserv-0.35/debian/tmp//usr/share/man/man1
/usr/bin/ginstall -c -m 644 ./mserv.1 /build/buildd/mserv-0.35/debian/tmp//usr/share/man/man1/mserv.1
make[3]: Leaving directory `/build/buildd/mserv-0.35/mserv'
make[2]: Leaving directory `/build/buildd/mserv-0.35/mserv'
Making install in mservcli
make[2]: Entering directory `/build/buildd/mserv-0.35/mservcli'
make[3]: Entering directory `/build/buildd/mserv-0.35/mservcli'
/bin/sh ../mkinstalldirs /build/buildd/mserv-0.35/debian/tmp//usr/lib
mkdir -p -- /build/buildd/mserv-0.35/debian/tmp//usr/lib
/bin/sh ../libtool --mode=install /usr/bin/ginstall -c libmservcli.la /build/buildd/mserv-0.35/debian/tmp//usr/lib/libmservcli.la
/usr/bin/ginstall -c .libs/libmservcli.so.0.0.1 /build/buildd/mserv-0.35/debian/tmp//usr/lib/libmservcli.so.0.0.1
(cd /build/buildd/mserv-0.35/debian/tmp//usr/lib && rm -f libmservcli.so.0 && ln -s libmservcli.so.0.0.1 libmservcli.so.0)
(cd /build/buildd/mserv-0.35/debian/tmp//usr/lib && rm -f libmservcli.so && ln -s libmservcli.so.0.0.1 libmservcli.so)
/usr/bin/ginstall -c .libs/libmservcli.lai /build/buildd/mserv-0.35/debian/tmp//usr/lib/libmservcli.la
/usr/bin/ginstall -c .libs/libmservcli.a /build/buildd/mserv-0.35/debian/tmp//usr/lib/libmservcli.a
ranlib /build/buildd/mserv-0.35/debian/tmp//usr/lib/libmservcli.a
chmod 644 /build/buildd/mserv-0.35/debian/tmp//usr/lib/libmservcli.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../mkinstalldirs /build/buildd/mserv-0.35/debian/tmp//usr/include
mkdir -p -- /build/buildd/mserv-0.35/debian/tmp//usr/include
/usr/bin/ginstall -c -m 644 mservcli.h /build/buildd/mserv-0.35/debian/tmp//usr/include/mservcli.h
make[3]: Leaving directory `/build/buildd/mserv-0.35/mservcli'
make[2]: Leaving directory `/build/buildd/mserv-0.35/mservcli'
Making install in mservutils
make[2]: Entering directory `/build/buildd/mserv-0.35/mservutils'
make[3]: Entering directory `/build/buildd/mserv-0.35/mservutils'
/bin/sh ../mkinstalldirs /build/buildd/mserv-0.35/debian/tmp//usr/bin
/bin/sh ../libtool --mode=install /usr/bin/ginstall -c mservcmd /build/buildd/mserv-0.35/debian/tmp//usr/bin/mservcmd
libtool: install: warning: `../mservcli/libmservcli.la' has not been installed in `/usr/lib'
/usr/bin/ginstall -c .libs/mservcmd /build/buildd/mserv-0.35/debian/tmp//usr/bin/mservcmd
/bin/sh ../mkinstalldirs /build/buildd/mserv-0.35/debian/tmp//usr/share/man/man1
/usr/bin/ginstall -c -m 644 ./mservcmd.1 /build/buildd/mserv-0.35/debian/tmp//usr/share/man/man1/mservcmd.1
make[3]: Leaving directory `/build/buildd/mserv-0.35/mservutils'
make[2]: Leaving directory `/build/buildd/mserv-0.35/mservutils'
make[2]: Entering directory `/build/buildd/mserv-0.35'
make[3]: Entering directory `/build/buildd/mserv-0.35'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/build/buildd/mserv-0.35'
make[2]: Leaving directory `/build/buildd/mserv-0.35'
make[1]: Leaving directory `/build/buildd/mserv-0.35'
# This stuff should be installed by the upstream Makefile. :(
install -d /build/buildd/mserv-0.35/debian/tmp//usr/bin
install support/mservedit /build/buildd/mserv-0.35/debian/tmp//usr/bin
#install support/mservripcd /build/buildd/mserv-0.35/debian/tmp//usr/bin
# Create directories needed by mserv
install -d /build/buildd/mserv-0.35/debian/tmp//etc/mserv
# Decode binary images
(cd docs && uudecode *.uu)
# Install the HTML documentation in /usr/share/doc/mserv/html
install -d /build/buildd/mserv-0.35/debian/tmp//usr/share/doc/mserv/html/
install -m 644 docs/default.css docs/*html docs/*.gif /build/buildd/mserv-0.35/debian/tmp//usr/share/doc/mserv/html/
# ... and in /var/www/mserv as well
install -d /build/buildd/mserv-0.35/debian/tmp//var/www/mserv/doc
install -m 644 docs/default.css docs/*.html docs/*.gif /build/buildd/mserv-0.35/debian/tmp//var/www/mserv/doc
dh_installdirs -pmserv
dh_installdirs -pmserv-client
dh_installdirs -pmserv-dev
dh_installdocs -pmserv ./README ./AUTHORS
dh_installexamples -pmserv
dh_installman -pmserv
dh_installinfo -pmserv
dh_installmenu -pmserv
dh_installcron -pmserv
dh_installinit -pmserv
dh_installdebconf -pmserv
dh_installemacsen -pmserv
dh_installcatalogs -pmserv
dh_installpam -pmserv
dh_installlogrotate -pmserv
dh_installlogcheck -pmserv
dh_installmime -pmserv
dh_installchangelogs -pmserv ./ChangeLog
dh_installudev -pmserv
dh_install -pmserv
dh_link -pmserv
dh_installchangelogs ChangeLog
dh_installdocs -pmserv-client ./README ./AUTHORS
dh_installexamples -pmserv-client
dh_installman -pmserv-client
dh_installinfo -pmserv-client
dh_installmenu -pmserv-client
dh_installcron -pmserv-client
dh_installinit -pmserv-client
dh_installdebconf -pmserv-client
dh_installemacsen -pmserv-client
dh_installcatalogs -pmserv-client
dh_installpam -pmserv-client
dh_installlogrotate -pmserv-client
dh_installlogcheck -pmserv-client
dh_installmime -pmserv-client
dh_installchangelogs -pmserv-client ./ChangeLog
dh_installudev -pmserv-client
dh_install -pmserv-client
dh_link -pmserv-client
dh_installdocs -pmserv-dev ./README ./AUTHORS
dh_installexamples -pmserv-dev
dh_installman -pmserv-dev
dh_installinfo -pmserv-dev
dh_installmenu -pmserv-dev
dh_installcron -pmserv-dev
dh_installinit -pmserv-dev
dh_installdebconf -pmserv-dev
dh_installemacsen -pmserv-dev
dh_installcatalogs -pmserv-dev
dh_installpam -pmserv-dev
dh_installlogrotate -pmserv-dev
dh_installlogcheck -pmserv-dev
dh_installmime -pmserv-dev
dh_installchangelogs -pmserv-dev ./ChangeLog
dh_installudev -pmserv-dev
dh_install -pmserv-dev
dh_link -pmserv-dev
dh_installchangelogs ChangeLog
dh_strip -pmserv
dh_compress -pmserv -X *.gif -X *.html
dh_fixperms -pmserv
dh_makeshlibs -pmserv
dh_strip -pmserv-client
dh_compress -pmserv-client -X *.gif -X *.html
dh_fixperms -pmserv-client
dh_makeshlibs -pmserv-client
dh_strip -pmserv-dev
dh_compress -pmserv-dev -X *.gif -X *.html
dh_fixperms -pmserv-dev
dh_makeshlibs -pmserv-dev
dh_installdeb -pmserv
dh_perl -pmserv
dh_shlibdeps -pmserv -ldebian/mserv-client/usr/lib
dh_installdeb -pmserv-client
dh_perl -pmserv-client
dh_shlibdeps -pmserv-client -ldebian/mserv-client/usr/lib
dh_installdeb -pmserv-dev
dh_perl -pmserv-dev
dh_shlibdeps -pmserv-dev -ldebian/mserv-client/usr/lib
dh_gencontrol -pmserv
dh_md5sums -pmserv
dh_builddeb -pmserv
dpkg-deb: building package `mserv' in `../mserv_0.35-6.3_m32r.deb'.
dh_gencontrol -pmserv-client
dh_md5sums -pmserv-client
dh_builddeb -pmserv-client
dpkg-deb: building package `mserv-client' in `../mserv-client_0.35-6.3_m32r.deb'.
dh_gencontrol -pmserv-dev
dh_md5sums -pmserv-dev
dh_builddeb -pmserv-dev
dpkg-deb: building package `mserv-dev' in `../mserv-dev_0.35-6.3_m32r.deb'.
dpkg-genchanges -B
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 20070305-0651
chroot-unstable/build/buildd/mserv_0.35-6.3_m32r.deb:
new debian package, version 2.0.
size 113800 bytes: control archive= 8556 bytes.
41 bytes, 2 lines conffiles
1030 bytes, 58 lines * config #!/bin/sh
1984 bytes, 40 lines control
1681 bytes, 25 lines md5sums
2167 bytes, 91 lines * postinst #!/bin/sh
461 bytes, 22 lines * postrm #!/bin/sh
462 bytes, 17 lines * prerm #!/bin/sh
11504 bytes, 73 lines templates
Package: mserv
Version: 0.35-6.3
Section: sound
Priority: optional
Architecture: m32r
Depends: adduser, debconf | debconf-2.0, libc6 (>= 2.3.5-1), perl
Recommends: mpg321 | mpg123 | vorbis-tools | music123 | sox
Installed-Size: 400
Maintainer: Nick Estes <debian at nickstoys.com>
Description: local centralised multiuser music server
Mserv is a music server designed to do a number of things better than most
systems designed to play mp3s or oggs:
.
- Supports any type of client using standard TCP protocol
- Stores information on mp3 (bitrate, duration, name, author, genre, date
produced, last play date) in on-disk database.
- Stores rating information supplied by the user (awful, bad, neutral,
good, superb).
- Has a comprehensive queuing system (track, album, random album, etc)
- Random play chooses the songs that people currently on-line want to hear
using their ratings of the songs.
- Search facilities, status information, statistics, etc.
- User management facilities, four levels of users, encrypted passwords.
- Talker style communication (say, emote etc.)
- Play, next, pause, stop, repeat, volume, bass, treble settings.
- On-line and off-line track information editing.
- Advanced filter facilities (e.g. 'john=superb', '!good', 'year>1990',
'duration<180', 'genre=pop', 'john=good|fred=unheard' etc.)
- Built-in telnet client (see manual).
- Library interface, no need to write TCP code.
- Comes with command line shell program (in the mserv-client package) for
interfacing and web client (in the mserv-cgi package) to this shell program
for web-based control.
- Uses an external player to output, and is known to support mpg321, mpg123,
ogg123 and freeamp - this could be used to broadcast the output or
support other players.
- Comes with a setuid wrapper for mpg123-compatible players that can
increase the nice level for low-capability processors.
.
For more info see http://www.mserv.org
chroot-unstable/build/buildd/mserv-client_0.35-6.3_m32r.deb:
new debian package, version 2.0.
size 21078 bytes: control archive= 992 bytes.
492 bytes, 15 lines control
620 bytes, 9 lines md5sums
135 bytes, 7 lines * postinst #!/bin/sh
132 bytes, 7 lines * postrm #!/bin/sh
30 bytes, 1 lines shlibs
Package: mserv-client
Version: 0.35-6.3
Section: sound
Priority: optional
Architecture: m32r
Depends: libc6 (>= 2.3.5-1)
Installed-Size: 100
Maintainer: Nick Estes <debian at nickstoys.com>
Source: mserv
Description: client for centralised multiuser music environment
Mserv is a music server designed to do a number of things better than most
systems designed to play mp3s or oggs.
.
This package contains a client protocol library and very simple command-line
client for the mserv server.
chroot-unstable/build/buildd/mserv-dev_0.35-6.3_m32r.deb:
new debian package, version 2.0.
size 17028 bytes: control archive= 774 bytes.
460 bytes, 15 lines control
591 bytes, 9 lines md5sums
Package: mserv-dev
Version: 0.35-6.3
Section: devel
Priority: optional
Architecture: m32r
Depends: mserv-client (= 0.35-6.3)
Installed-Size: 76
Maintainer: Nick Estes <debian at nickstoys.com>
Source: mserv
Description: local centralised multiuser music environment
Mserv is a music server designed to do a number of things better than most
systems designed to play mp3s.
.
This package contains the header files and static libraries needed
for development.
chroot-unstable/build/buildd/mserv_0.35-6.3_m32r.deb:
drwxr-xr-x root/root 0 2007-03-05 06:42 ./
drwxr-xr-x root/root 0 2007-03-05 06:43 ./etc/
drwxr-xr-x root/root 0 2007-03-05 06:41 ./etc/mserv/
drwxr-xr-x root/root 0 2007-03-05 06:43 ./etc/logrotate.d/
-rw-r--r-- root/root 57 2007-03-05 06:43 ./etc/logrotate.d/mserv
drwxr-xr-x root/root 0 2007-03-05 06:42 ./etc/init.d/
-rwxr-xr-x root/root 989 2007-03-05 06:32 ./etc/init.d/mserv
drwxr-xr-x root/root 0 2007-03-05 06:43 ./usr/
drwxr-xr-x root/root 0 2007-03-05 06:47 ./usr/bin/
-rwxr-xr-x root/root 96796 2007-03-05 06:47 ./usr/bin/mserv
-rwxr-xr-x root/root 4937 2007-03-05 06:41 ./usr/bin/mservedit
drwxr-xr-x root/root 0 2007-03-05 06:43 ./usr/share/
drwxr-xr-x root/root 0 2007-03-05 06:42 ./usr/share/doc-base/
-rw-r--r-- root/root 241 2007-03-05 06:32 ./usr/share/doc-base/mserv-manual
drwxr-xr-x root/root 0 2007-03-05 06:42 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-03-05 06:47 ./usr/share/doc/mserv/
drwxr-xr-x root/root 0 2007-03-05 06:43 ./usr/share/doc/mserv/html/
-rw-r--r-- root/root 5098 2007-03-05 06:41 ./usr/share/doc/mserv/html/climode.html
-rw-r--r-- root/root 856 2007-03-05 06:41 ./usr/share/doc/mserv/html/back.gif
-rw-r--r-- root/root 4422 2007-03-05 06:41 ./usr/share/doc/mserv/html/quickstart.html
-rw-r--r-- root/root 12003 2007-03-05 06:41 ./usr/share/doc/mserv/html/libapi.html
-rw-r--r-- root/root 10211 2007-03-05 06:41 ./usr/share/doc/mserv/html/statuscodes.html
-rw-r--r-- root/root 49 2007-03-05 06:41 ./usr/share/doc/mserv/html/spacer.gif
-rw-r--r-- root/root 2345 2007-03-05 06:41 ./usr/share/doc/mserv/html/default.css
-rw-r--r-- root/root 2822 2007-03-05 06:41 ./usr/share/doc/mserv/html/license.html
-rw-r--r-- root/root 3663 2007-03-05 06:41 ./usr/share/doc/mserv/html/mserv6.gif
-rw-r--r-- root/root 2002 2007-03-05 06:41 ./usr/share/doc/mserv/html/index.html
-rw-r--r-- root/root 46261 2007-03-05 06:41 ./usr/share/doc/mserv/html/telnet.html
-rw-r--r-- root/root 1844 2007-03-05 06:32 ./usr/share/doc/mserv/copyright
-rw-r--r-- root/root 6351 2003-08-05 03:26 ./usr/share/doc/mserv/changelog.gz
-rw-r--r-- root/root 403 2007-03-05 06:32 ./usr/share/doc/mserv/NEWS.Debian.gz
-rw-r--r-- root/root 1632 2007-03-05 06:32 ./usr/share/doc/mserv/example_config
-rw-r--r-- root/root 396 2003-08-03 23:57 ./usr/share/doc/mserv/AUTHORS
-rw-r--r-- root/root 915 2007-03-05 06:32 ./usr/share/doc/mserv/README.Debian
-rw-r--r-- root/root 30 2003-08-03 23:57 ./usr/share/doc/mserv/README
-rw-r--r-- root/root 3338 2007-03-05 06:32 ./usr/share/doc/mserv/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-03-05 06:43 ./usr/share/mserv/
-rw-r--r-- root/root 8070 2007-03-05 06:41 ./usr/share/mserv/english.lang
drwxr-xr-x root/root 0 2007-03-05 06:42 ./usr/share/man/
drwxr-xr-x root/root 0 2007-03-05 06:47 ./usr/share/man/man1/
-rw-r--r-- root/root 1137 2007-03-05 06:32 ./usr/share/man/man1/mservedit.1.gz
-rw-r--r-- root/root 1746 2007-03-05 06:41 ./usr/share/man/man1/mserv.1.gz
drwxr-xr-x root/root 0 2007-03-05 06:41 ./var/
drwxr-xr-x root/root 0 2007-03-05 06:41 ./var/lib/
drwxr-xr-x root/root 0 2007-03-05 06:41 ./var/lib/mserv/
drwxr-xr-x root/root 0 2007-03-05 06:41 ./var/log/
drwxr-xr-x root/root 0 2007-03-05 06:41 ./var/log/mserv/
chroot-unstable/build/buildd/mserv-client_0.35-6.3_m32r.deb:
drwxr-xr-x root/root 0 2007-03-05 06:44 ./
drwxr-xr-x root/root 0 2007-03-05 06:45 ./usr/
drwxr-xr-x root/root 0 2007-03-05 06:48 ./usr/bin/
-rwxr-xr-x root/root 5712 2007-03-05 06:48 ./usr/bin/mservcmd
drwxr-xr-x root/root 0 2007-03-05 06:44 ./usr/share/
drwxr-xr-x root/root 0 2007-03-05 06:44 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-03-05 06:48 ./usr/share/doc/mserv-client/
-rw-r--r-- root/root 1844 2007-03-05 06:32 ./usr/share/doc/mserv-client/copyright
-rw-r--r-- root/root 6351 2003-08-05 03:26 ./usr/share/doc/mserv-client/changelog.gz
-rw-r--r-- root/root 403 2007-03-05 06:32 ./usr/share/doc/mserv-client/NEWS.Debian.gz
-rw-r--r-- root/root 396 2003-08-03 23:57 ./usr/share/doc/mserv-client/AUTHORS
-rw-r--r-- root/root 30 2003-08-03 23:57 ./usr/share/doc/mserv-client/README
-rw-r--r-- root/root 3338 2007-03-05 06:32 ./usr/share/doc/mserv-client/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-03-05 06:44 ./usr/share/man/
drwxr-xr-x root/root 0 2007-03-05 06:48 ./usr/share/man/man1/
-rw-r--r-- root/root 881 2007-03-05 06:41 ./usr/share/man/man1/mservcmd.1.gz
drwxr-xr-x root/root 0 2007-03-05 06:48 ./usr/lib/
-rw-r--r-- root/root 7608 2007-03-05 06:48 ./usr/lib/libmservcli.so.0.0.1
lrwxrwxrwx root/root 0 2007-03-05 06:45 ./usr/lib/libmservcli.so.0 -> libmservcli.so.0.0.1
chroot-unstable/build/buildd/mserv-dev_0.35-6.3_m32r.deb:
drwxr-xr-x root/root 0 2007-03-05 06:46 ./
drwxr-xr-x root/root 0 2007-03-05 06:47 ./usr/
drwxr-xr-x root/root 0 2007-03-05 06:47 ./usr/include/
-rw-r--r-- root/root 1475 2007-03-05 06:41 ./usr/include/mservcli.h
drwxr-xr-x root/root 0 2007-03-05 06:44 ./usr/share/
drwxr-xr-x root/root 0 2007-03-05 06:44 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-03-05 06:48 ./usr/share/doc/mserv-dev/
-rw-r--r-- root/root 1844 2007-03-05 06:32 ./usr/share/doc/mserv-dev/copyright
-rw-r--r-- root/root 6351 2003-08-05 03:26 ./usr/share/doc/mserv-dev/changelog.gz
-rw-r--r-- root/root 403 2007-03-05 06:32 ./usr/share/doc/mserv-dev/NEWS.Debian.gz
-rw-r--r-- root/root 396 2003-08-03 23:57 ./usr/share/doc/mserv-dev/AUTHORS
-rw-r--r-- root/root 30 2003-08-03 23:57 ./usr/share/doc/mserv-dev/README
-rw-r--r-- root/root 3338 2007-03-05 06:32 ./usr/share/doc/mserv-dev/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-03-05 06:48 ./usr/lib/
-rw-r--r-- root/root 5718 2007-03-05 06:48 ./usr/lib/libmservcli.a
-rw-r--r-- root/root 826 2007-03-05 06:41 ./usr/lib/libmservcli.la
lrwxrwxrwx root/root 0 2007-03-05 06:47 ./usr/lib/libmservcli.so -> libmservcli.so.0.0.1
mserv_0.35-6.3_m32r.changes:
Format: 1.7
Date: Sat, 24 Feb 2007 08:56:38 +0100
Source: mserv
Binary: mserv-cgi mserv mserv-dev mserv-client
Architecture: m32r
Version: 0.35-6.3
Distribution: unstable
Urgency: low
Maintainer: Nick Estes <debian at nickstoys.com>
Changed-By: Christian Perrier <bubulle at debian.org>
Description:
mserv - local centralised multiuser music server
mserv-client - client for centralised multiuser music environment
mserv-dev - local centralised multiuser music environment
Closes: 396263
Changes:
mserv (0.35-6.3) unstable; urgency=low
.
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations:
- Convert all files to UTF-8
- German. Closes: #396263
Files:
dfa15c709e99c5485e7574b721d61bed 113800 sound optional mserv_0.35-6.3_m32r.deb
17e604dedf1461c72985d3706299c298 21078 sound optional mserv-client_0.35-6.3_m32r.deb
25193770208353ca6be88f75c983bf83 17028 devel optional mserv-dev_0.35-6.3_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd/mserv-0.35
------------------------------------------------------------------------------
/usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install libcurl3-gnutls-dev* libgpgme11-dev*
Reading package lists...
Building dependency tree...
Note, selecting libcurl3-gnutls-dev for regex 'libcurl3-gnutls-dev*'
Note, selecting libgpgme11-dev for regex 'libgpgme11-dev*'
0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.
******************************************************************************
Finished at 20070305-0651
Build needed 00:19:15, 4848k disk space
More information about the build-status
mailing list