[build-status: 59992] Log for successful build of libhangul_0.0.4-2 (dist=unstable)

Build Daemon 1 buildd at linux-m32r.org
Fri Mar 23 16:24:28 JST 2007


Automatic build of libhangul_0.0.4-2 on mappi005 by sbuild/m32r 0.53
Build started at 20070323-1558
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Need to get 694kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main libhangul 0.0.4-2 (dsc) [612B]
Get:2 http://debian.linux-m32r.org 06_devonian/main libhangul 0.0.4-2 (tar) [689kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main libhangul 0.0.4-2 (diff) [4590B]
Fetched 694kB in 7s (92.7kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: cdbs (>= 0.4.48), autotools-dev, debhelper (>= 5)
Checking for already installed source dependencies...
cdbs: already installed (0.4.48 >= 0.4.48 is satisfied)
autotools-dev: already installed (20060920.1)
debhelper: already installed (5.0.42 >= 5 is satisfied)
Checking for source dependency conflicts...
Checking correctness of source dependencies...
Kernel: Linux 2.6.20 m32r (m32r)
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.17-3 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
------------------------------------------------------------------------------
dpkg-source: extracting libhangul in libhangul-0.0.4
dpkg-source: unpacking libhangul_0.0.4.orig.tar.gz
dpkg-source: applying /debian/buildd/build/libhangul_0.0.4-2.diff.gz
dpkg-buildpackage: source package is libhangul
dpkg-buildpackage: source version is 0.0.4-2
dpkg-buildpackage: source changed by Changwoo Ryu <cwryu at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 0.0.4-2
 /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/libhangul-0.0.4'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/build/buildd/libhangul-0.0.4'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-makefile-build
rm -f debian/stamp-autotools-files
 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/libhangul-0.0.4/./configure
cd . && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" CPPFLAGS="" LDFLAGS="" /build/buildd/libhangul-0.0.4/./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/libhangul" --disable-maintainer-mode --disable-dependency-tracking --srcdir=.   
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 file name... 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 build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
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... ranlib
checking for strip... strip
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 static flag -static 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++ static flag -static 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
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 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 for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
configure: creating ./config.status
config.status: creating Makefile
config.status: creating hangul/Makefile
config.status: creating data/Makefile
config.status: creating data/hanja/Makefile
config.status: creating bindings/Makefile
config.status: creating test/Makefile
config.status: creating libhangul.pc
config.status: creating config.h
config.status: executing depfiles commands
/usr/bin/make -C . 
make[1]: Entering directory `/build/buildd/libhangul-0.0.4'
/usr/bin/make  all-recursive
make[2]: Entering directory `/build/buildd/libhangul-0.0.4'
Making all in hangul
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/hangul'
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..    -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c -o libhangul_la-hangulctype.lo `test -f 'hangulctype.c' || echo './'`hangulctype.c
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c hangulctype.c  -fPIC -DPIC -o .libs/libhangul_la-hangulctype.o
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c hangulctype.c -o libhangul_la-hangulctype.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..    -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c -o libhangul_la-hangulinputcontext.lo `test -f 'hangulinputcontext.c' || echo './'`hangulinputcontext.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c hangulinputcontext.c  -fPIC -DPIC -o .libs/libhangul_la-hangulinputcontext.o
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c hangulinputcontext.c -o libhangul_la-hangulinputcontext.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..    -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c -o libhangul_la-hanja.lo `test -f 'hanja.c' || echo './'`hanja.c
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c hanja.c  -fPIC -DPIC -o .libs/libhangul_la-hanja.o
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DLIBHANGUL_DEFAULT_HANJA_DIC=\"/usr/share/libhangul/hanja/hanja.txt\" -g -Wall -O2 -c hanja.c -o libhangul_la-hanja.o >/dev/null 2>&1
/bin/sh ../libtool --mode=link cc  -g -Wall -O2   -o libhangul.la -rpath /usr/lib -version-info 0:0:0 libhangul_la-hangulctype.lo libhangul_la-hangulinputcontext.lo libhangul_la-hanja.lo  
cc -shared  .libs/libhangul_la-hangulctype.o .libs/libhangul_la-hangulinputcontext.o .libs/libhangul_la-hanja.o   -Wl,-soname -Wl,libhangul.so.0 -o .libs/libhangul.so.0.0.0
(cd .libs && rm -f libhangul.so.0 && ln -s libhangul.so.0.0.0 libhangul.so.0)
(cd .libs && rm -f libhangul.so && ln -s libhangul.so.0.0.0 libhangul.so)
ar cru .libs/libhangul.a  libhangul_la-hangulctype.o libhangul_la-hangulinputcontext.o libhangul_la-hanja.o
ranlib .libs/libhangul.a
creating libhangul.la
(cd .libs && rm -f libhangul.la && ln -s ../libhangul.la libhangul.la)
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4/hangul'
Making all in data
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/data'
Making all in hanja
make[4]: Entering directory `/build/buildd/libhangul-0.0.4/data/hanja'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/build/buildd/libhangul-0.0.4/data/hanja'
make[4]: Entering directory `/build/buildd/libhangul-0.0.4/data'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/build/buildd/libhangul-0.0.4/data'
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4/data'
Making all in bindings
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/bindings'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4/bindings'
Making all in test
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/test'
cc -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall -O2 -c -o hangul-hangul.o `test -f 'hangul.c' || echo './'`hangul.c
/bin/sh ../libtool --mode=link cc  -g -Wall -O2   -o hangul  hangul-hangul.o ../hangul/libhangul.la 
mkdir .libs
cc -g -Wall -O2 -o .libs/hangul hangul-hangul.o  ../hangul/.libs/libhangul.so
creating hangul
cc -DHAVE_CONFIG_H -I. -I. -I..     -g -Wall -O2 -c -o hanja-hanja.o `test -f 'hanja.c' || echo './'`hanja.c
/bin/sh ../libtool --mode=link cc  -g -Wall -O2   -o hanja  hanja-hanja.o ../hangul/libhangul.la 
cc -g -Wall -O2 -o .libs/hanja hanja-hanja.o  ../hangul/.libs/libhangul.so
creating hanja
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4/test'
make[3]: Entering directory `/build/buildd/libhangul-0.0.4'
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4'
make[2]: Leaving directory `/build/buildd/libhangul-0.0.4'
make[1]: Leaving directory `/build/buildd/libhangul-0.0.4'
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/libhangul-0.0.4/debian/tmp/
make[1]: Entering directory `/build/buildd/libhangul-0.0.4'
Making install in hangul
make[2]: Entering directory `/build/buildd/libhangul-0.0.4/hangul'
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/hangul'
/bin/sh ../mkinstalldirs /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib
mkdir -p -- /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib
 /bin/sh ../libtool --mode=install /usr/bin/ginstall -c  libhangul.la /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/libhangul.la
/usr/bin/ginstall -c .libs/libhangul.so.0.0.0 /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/libhangul.so.0.0.0
(cd /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib && { ln -s -f libhangul.so.0.0.0 libhangul.so.0 || { rm -f libhangul.so.0 && ln -s libhangul.so.0.0.0 libhangul.so.0; }; })
(cd /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib && { ln -s -f libhangul.so.0.0.0 libhangul.so || { rm -f libhangul.so && ln -s libhangul.so.0.0.0 libhangul.so; }; })
/usr/bin/ginstall -c .libs/libhangul.lai /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/libhangul.la
/usr/bin/ginstall -c .libs/libhangul.a /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/libhangul.a
chmod 644 /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/libhangul.a
ranlib /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/libhangul.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../mkinstalldirs /build/buildd/libhangul-0.0.4/debian/tmp//usr/include/hangul-1.0
mkdir -p -- /build/buildd/libhangul-0.0.4/debian/tmp//usr/include/hangul-1.0
 /usr/bin/ginstall -c -m 644 hangul.h /build/buildd/libhangul-0.0.4/debian/tmp//usr/include/hangul-1.0/hangul.h
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4/hangul'
make[2]: Leaving directory `/build/buildd/libhangul-0.0.4/hangul'
Making install in data
make[2]: Entering directory `/build/buildd/libhangul-0.0.4/data'
Making install in hanja
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/data/hanja'
make[4]: Entering directory `/build/buildd/libhangul-0.0.4/data/hanja'
make[4]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /build/buildd/libhangul-0.0.4/debian/tmp//usr/share/libhangul/hanja
mkdir -p -- /build/buildd/libhangul-0.0.4/debian/tmp//usr/share/libhangul/hanja
 /usr/bin/ginstall -c -m 644 hanja.txt /build/buildd/libhangul-0.0.4/debian/tmp//usr/share/libhangul/hanja/hanja.txt
make[4]: Leaving directory `/build/buildd/libhangul-0.0.4/data/hanja'
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4/data/hanja'
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/data'
make[4]: Entering directory `/build/buildd/libhangul-0.0.4/data'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/build/buildd/libhangul-0.0.4/data'
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4/data'
make[2]: Leaving directory `/build/buildd/libhangul-0.0.4/data'
Making install in bindings
make[2]: Entering directory `/build/buildd/libhangul-0.0.4/bindings'
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/bindings'
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/libhangul-0.0.4/bindings'
make[2]: Leaving directory `/build/buildd/libhangul-0.0.4/bindings'
Making install in test
make[2]: Entering directory `/build/buildd/libhangul-0.0.4/test'
make[3]: Entering directory `/build/buildd/libhangul-0.0.4/test'
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/libhangul-0.0.4/test'
make[2]: Leaving directory `/build/buildd/libhangul-0.0.4/test'
make[2]: Entering directory `/build/buildd/libhangul-0.0.4'
make[3]: Entering directory `/build/buildd/libhangul-0.0.4'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ./mkinstalldirs /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/pkgconfig
mkdir -p -- /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/pkgconfig
 /usr/bin/ginstall -c -m 644 libhangul.pc /build/buildd/libhangul-0.0.4/debian/tmp//usr/lib/pkgconfig/libhangul.pc
make[3]: Leaving directory `/build/buildd/libhangul-0.0.4'
make[2]: Leaving directory `/build/buildd/libhangul-0.0.4'
make[1]: Leaving directory `/build/buildd/libhangul-0.0.4'
dh_installdirs -plibhangul0 
dh_installdirs -plibhangul-dev 
dh_installdocs -plibhangul0 ./README ./NEWS ./AUTHORS  
dh_installexamples -plibhangul0 
dh_installman -plibhangul0  
dh_installinfo -plibhangul0  
dh_installmenu -plibhangul0 
dh_installcron -plibhangul0 
dh_installinit -plibhangul0   
dh_installdebconf -plibhangul0 
dh_installemacsen -plibhangul0   
dh_installcatalogs -plibhangul0 
dh_installpam -plibhangul0 
dh_installlogrotate -plibhangul0 
dh_installlogcheck -plibhangul0 
dh_installmime -plibhangul0 
dh_installchangelogs -plibhangul0  ./ChangeLog 
dh_installudev -plibhangul0 
dh_install -plibhangul0  
dh_link -plibhangul0  
dh_installdocs -plibhangul-dev ./README ./NEWS ./AUTHORS  
dh_installexamples -plibhangul-dev 
dh_installman -plibhangul-dev  
dh_installinfo -plibhangul-dev  
dh_installmenu -plibhangul-dev 
dh_installcron -plibhangul-dev 
dh_installinit -plibhangul-dev   
dh_installdebconf -plibhangul-dev 
dh_installemacsen -plibhangul-dev   
dh_installcatalogs -plibhangul-dev 
dh_installpam -plibhangul-dev 
dh_installlogrotate -plibhangul-dev 
dh_installlogcheck -plibhangul-dev 
dh_installmime -plibhangul-dev 
dh_installchangelogs -plibhangul-dev  ./ChangeLog 
dh_installudev -plibhangul-dev 
dh_install -plibhangul-dev  
dh_link -plibhangul-dev  
dh_strip -plibhangul0  
dh_compress -plibhangul0  
dh_fixperms -plibhangul0  
dh_makeshlibs -plibhangul0  --version-info
dh_strip -plibhangul-dev  
dh_compress -plibhangul-dev  
dh_fixperms -plibhangul-dev  
dh_makeshlibs -plibhangul-dev  
dh_installdeb -plibhangul0 
dh_perl -plibhangul0 
dh_shlibdeps -plibhangul0    
dh_installdeb -plibhangul-dev 
dh_perl -plibhangul-dev 
dh_shlibdeps -plibhangul-dev    
dh_gencontrol -plibhangul0 
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums -plibhangul0 
dh_builddeb -plibhangul0 
dpkg-deb: building package `libhangul0' in `../libhangul0_0.0.4-2_m32r.deb'.
dh_gencontrol -plibhangul-dev 
dh_md5sums -plibhangul-dev 
dh_builddeb -plibhangul-dev 
dpkg-deb: building package `libhangul-dev' in `../libhangul-dev_0.0.4-2_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 20070323-1624

libhangul_0.0.4-2_m32r.changes:
Format: 1.7
Date: Sun, 11 Feb 2007 14:42:43 +0900
Source: libhangul
Binary: libhangul-dev libhangul0
Architecture: m32r
Version: 0.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Changwoo Ryu <cwryu at debian.org>
Changed-By: Changwoo Ryu <cwryu at debian.org>
Description: 
 libhangul-dev - Hangul keyboard input library - development files
 libhangul0 - Hangul keyboard input library - runtime
Closes: 406703
Changes: 
 libhangul (0.0.4-2) unstable; urgency=low
 .
   * Initial release revised (Closes: #406703)
   * Put additional license info in debian/copyright.
Files: 
 c6a6f4eae9378410808a40c158cf7b97 361140 libs optional libhangul0_0.0.4-2_m32r.deb
 39594686c84686896aa18a16982fa2d0 21118 libdevel optional libhangul-dev_0.0.4-2_m32r.deb

/debian/buildd/build/chroot-unstable/build/buildd/libhangul0_0.0.4-2_m32r.deb:
 new debian package, version 2.0.
 size 361140 bytes: control archive= 974 bytes.
     539 bytes,    17 lines      control              
     551 bytes,     8 lines      md5sums              
     135 bytes,     7 lines   *  postinst             #!/bin/sh
     132 bytes,     7 lines   *  postrm               #!/bin/sh
      34 bytes,     1 lines      shlibs               
 Package: libhangul0
 Version: 0.0.4-2
 Section: libs
 Priority: optional
 Architecture: m32r
 Depends: libc6 (>= 2.3.5-1)
 Installed-Size: 928
 Maintainer: Changwoo Ryu <cwryu at debian.org>
 Source: libhangul
 Description: Hangul keyboard input library - runtime
  This library implements Hangul keyboard input with various types of
  Korean keyboards.  It is intended to be a base library of Korean
  input methods on multiple platforms.
  .
  This package contains the shared library and the runtime data.
  .
   Homepage: http://kldp.net/projects/hangul

/debian/buildd/build/chroot-unstable/build/buildd/libhangul-dev_0.0.4-2_m32r.deb:
 new debian package, version 2.0.
 size 21118 bytes: control archive= 903 bytes.
     560 bytes,    17 lines      control              
     837 bytes,    12 lines      md5sums              
 Package: libhangul-dev
 Version: 0.0.4-2
 Section: libdevel
 Priority: optional
 Architecture: m32r
 Depends: libhangul0 (= 0.0.4-2)
 Installed-Size: 120
 Maintainer: Changwoo Ryu <cwryu at debian.org>
 Source: libhangul
 Description: Hangul keyboard input library - development files
  This library implements Hangul keyboard input with various types of
  Korean keyboards.  It is intended to be a base library of Korean
  input methods on multiple platforms.
  .
  This package contains the header files and the static library.
  .
   Homepage: http://kldp.net/projects/hangul

/debian/buildd/build/chroot-unstable/build/buildd/libhangul0_0.0.4-2_m32r.deb:
drwxr-xr-x root/root         0 2007-03-23 16:14 ./
drwxr-xr-x root/root         0 2007-03-23 16:15 ./usr/
drwxr-xr-x root/root         0 2007-03-23 16:15 ./usr/share/
drwxr-xr-x root/root         0 2007-03-23 16:12 ./usr/share/libhangul/
drwxr-xr-x root/root         0 2007-03-23 16:12 ./usr/share/libhangul/hanja/
-rw-r--r-- root/root    839831 2007-03-23 16:12 ./usr/share/libhangul/hanja/hanja.txt
drwxr-xr-x root/root         0 2007-03-23 16:13 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-03-23 16:19 ./usr/share/doc/libhangul0/
-rw-r--r-- root/root      2161 2007-03-23 16:00 ./usr/share/doc/libhangul0/copyright
-rw-r--r-- root/root      5800 2007-01-06 15:29 ./usr/share/doc/libhangul0/changelog.gz
-rw-r--r-- root/root        86 2005-11-19 13:31 ./usr/share/doc/libhangul0/AUTHORS
-rw-r--r-- root/root       423 2006-10-27 16:03 ./usr/share/doc/libhangul0/README
-rw-r--r-- root/root       168 2007-01-06 15:22 ./usr/share/doc/libhangul0/NEWS.gz
-rw-r--r-- root/root       246 2007-03-23 16:00 ./usr/share/doc/libhangul0/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-03-23 16:19 ./usr/lib/
-rw-r--r-- root/root     21160 2007-03-23 16:19 ./usr/lib/libhangul.so.0.0.0
lrwxrwxrwx root/root         0 2007-03-23 16:15 ./usr/lib/libhangul.so.0 -> libhangul.so.0.0.0

/debian/buildd/build/chroot-unstable/build/buildd/libhangul-dev_0.0.4-2_m32r.deb:
drwxr-xr-x root/root         0 2007-03-23 16:16 ./
drwxr-xr-x root/root         0 2007-03-23 16:18 ./usr/
drwxr-xr-x root/root         0 2007-03-23 16:18 ./usr/include/
drwxr-xr-x root/root         0 2007-03-23 16:12 ./usr/include/hangul-1.0/
-rw-r--r-- root/root      4927 2007-03-23 16:12 ./usr/include/hangul-1.0/hangul.h
drwxr-xr-x root/root         0 2007-03-23 16:16 ./usr/share/
drwxr-xr-x root/root         0 2007-03-23 16:16 ./usr/share/doc/
drwxr-xr-x root/root         0 2007-03-23 16:20 ./usr/share/doc/libhangul-dev/
drwxr-xr-x root/root         0 2007-03-23 16:16 ./usr/share/doc/libhangul-dev/examples/
-rw-r--r-- root/root       444 2007-01-04 22:22 ./usr/share/doc/libhangul-dev/examples/hanja.c
-rw-r--r-- root/root      1875 2007-01-04 22:37 ./usr/share/doc/libhangul-dev/examples/hangul.c
-rw-r--r-- root/root      2161 2007-03-23 16:00 ./usr/share/doc/libhangul-dev/copyright
-rw-r--r-- root/root      5800 2007-01-06 15:29 ./usr/share/doc/libhangul-dev/changelog.gz
-rw-r--r-- root/root        86 2005-11-19 13:31 ./usr/share/doc/libhangul-dev/AUTHORS
-rw-r--r-- root/root       423 2006-10-27 16:03 ./usr/share/doc/libhangul-dev/README
-rw-r--r-- root/root       168 2007-01-06 15:22 ./usr/share/doc/libhangul-dev/NEWS.gz
-rw-r--r-- root/root       246 2007-03-23 16:00 ./usr/share/doc/libhangul-dev/changelog.Debian.gz
drwxr-xr-x root/root         0 2007-03-23 16:20 ./usr/lib/
-rw-r--r-- root/root       816 2007-03-23 16:12 ./usr/lib/libhangul.la
drwxr-xr-x root/root         0 2007-03-23 16:18 ./usr/lib/pkgconfig/
-rw-r--r-- root/root       257 2007-03-23 16:12 ./usr/lib/pkgconfig/libhangul.pc
-rw-r--r-- root/root     24064 2007-03-23 16:20 ./usr/lib/libhangul.a
lrwxrwxrwx root/root         0 2007-03-23 16:19 ./usr/lib/libhangul.so -> libhangul.so.0.0.0

******************************************************************************
Built successfully
Purging /debian/buildd/build/chroot-unstable/build/buildd/libhangul-0.0.4
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070323-1624
Build needed 00:24:14, 5964k disk space




More information about the build-status mailing list