[build-status: 169605] Log for successful build of node_0.3.2-4 (dist=unstable)
Build Daemon 4
buildd4 at linux-m32r.org
Sat Sep 13 04:09:27 JST 2008
Automatic build of node_0.3.2-4 on mappi006 by sbuild/m32r
Build started at 20080913-0335
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 57.5kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main node 0.3.2-4 (dsc) [937B]
Get:2 http://debian.linux-m32r.org 06_devonian/main node 0.3.2-4 (tar) [52.0kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main node 0.3.2-4 (diff) [4631B]
Fetched 57.5kB in 0s (62.3kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>> 3.0.0), zlib1g-dev, libax25-dev (>= 0.0.11-1)
Checking for already installed source dependencies...
debhelper: already installed (7.0.17 >> 3.0.0 is satisfied)
zlib1g-dev: already installed (1:1.2.3.3.dfsg-12)
libax25-dev: missing
Checking for source dependency conflicts...
/usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install libax25-dev
Reading package lists...
Building dependency tree...
Reading state information...
The following extra packages will be installed:
libax25
The following NEW packages will be installed:
libax25 libax25-dev
0 upgraded, 2 newly installed, 0 to remove and 45 not upgraded.
Need to get 0B/50.9kB of archives.
After this operation, 324kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libax25 libax25-dev
Authentication warning overridden.
Selecting previously deselected package libax25.
(Reading database ... 57013 files and directories currently installed.)
Unpacking libax25 (from .../libax25_0.0.11-6_m32r.deb) ...
Selecting previously deselected package libax25-dev.
Unpacking libax25-dev (from .../libax25-dev_0.0.11-6_m32r.deb) ...
Processing triggers for man-db ...
Setting up libax25 (0.0.11-6) ...
Setting up libax25-dev (0.0.11-6) ...
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.3.6.ds1-13 linux-kernel-headers_2.6.18-7.0.3 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 Tue May 10 12:37:46 2005 JST using RSA key ID EFA6B9D5
gpg: Can't check signature: public key not found
dpkg-source: extracting node in node-0.3.2
dpkg-source: info: unpacking node_0.3.2.orig.tar.gz
dpkg-source: info: applying node_0.3.2-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 node
dpkg-buildpackage: source version 0.3.2-4
dpkg-buildpackage: host architecture m32r
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/build/buildd4/node-0.3.2'
Makefile:9: Makefile.include: No such file or directory
make[1]: *** No rule to make target `Makefile.include'. Stop.
make[1]: Leaving directory `/build/buildd4/node-0.3.2'
make: [clean] Error 2 (ignored)
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
rm -f debian/node.substvars
rm -f debian/node.*.debhelper
rm -f debian/node.debhelper.log
rm -rf debian/node/
rm -f debian/files
find . \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} \; \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)
debian/rules build
dh_testdir
# Add here commands to configure the package.
./configure --defaults
Your machine architecture is ... m32r
Checking man directory... /usr/share/man
/usr/man
Checking for the existence of the Zlib headers... /usr/include/zlib.h
Using defaults: including support for AX25, NetRom and Rose
Creating Makefile.include
Creating config.h
Configuration successful
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/buildd4/node-0.3.2'
gcc -Wall -Wstrict-prototypes -O2 -g -c user.c
In file included from user.c:13:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -Wall -Wstrict-prototypes -O2 -g -c util.c
In file included from util.c:12:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -Wall -Wstrict-prototypes -O2 -g -c nodeusers.c
In file included from nodeusers.c:14:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -o nodeusers user.o util.o nodeusers.o -lax25 -lax25io -lz
gcc -Wall -Wstrict-prototypes -O2 -g -c node.c
In file included from node.c:18:
node.h:119: warning: conflicting types for built-in function 'log'
node.c: In function 'main':
node.c:113: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness
node.c:125: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
node.c:136: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness
gcc -Wall -Wstrict-prototypes -O2 -g -c cmdparse.c
In file included from cmdparse.c:9:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -Wall -Wstrict-prototypes -O2 -g -c config.c
In file included from config.c:12:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -Wall -Wstrict-prototypes -O2 -g -c command.c
In file included from command.c:21:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -Wall -Wstrict-prototypes -O2 -g -c gateway.c
In file included from gateway.c:25:
node.h:119: warning: conflicting types for built-in function 'log'
gateway.c: In function 'connect_to':
gateway.c:295: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness
gateway.c: In function 'do_ping':
gateway.c:775: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness
gateway.c:782: warning: pointer targets in passing argument 1 of 'check_icmp' differ in signedness
gcc -Wall -Wstrict-prototypes -O2 -g -c extcmd.c
In file included from extcmd.c:16:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -Wall -Wstrict-prototypes -O2 -g -c sysinfo.c
In file included from sysinfo.c:8:
node.h:119: warning: conflicting types for built-in function 'log'
gcc -Wall -Wstrict-prototypes -O2 -g -c ipc.c
In file included from ipc.c:10:
node.h:119: warning: conflicting types for built-in function 'log'
ipc.c: In function 'usr2_handler':
ipc.c:31: warning: type-punning to incomplete type might break strict-aliasing rules
ipc.c: In function 'ipc_send':
ipc.c:53: warning: type-punning to incomplete type might break strict-aliasing rules
gcc -o node user.o util.o node.o cmdparse.o config.o command.o gateway.o extcmd.o sysinfo.o ipc.o -lax25 -lax25io -lz
make[1]: Leaving directory `/build/buildd4/node-0.3.2'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_clean: Compatibility levels before 4 are deprecated.
rm -f debian/node.substvars
rm -f debian/node.*.debhelper
rm -rf debian/node/
find . \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} \; \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \)
dh_installdirs
dh_installdirs: Compatibility levels before 4 are deprecated.
install -d debian/node
install -d debian/node/usr/bin debian/node/usr/sbin
# Add here commands to install the package into debian/node.
/usr/bin/make install prefix=/build/buildd4/node-0.3.2/debian/node/
make[1]: Entering directory `/build/buildd4/node-0.3.2'
install -m 755 -o root -g root -d /build/buildd4/node-0.3.2/debian/node//usr/sbin
install -m 4755 -s -o root -g root node /build/buildd4/node-0.3.2/debian/node//usr/sbin
install -m 755 -s -o root -g root nodeusers /build/buildd4/node-0.3.2/debian/node//usr/sbin
install -m 755 -o root -g root -d /build/buildd4/node-0.3.2/debian/node//usr/lib/ax25/node/help
install -m 644 -o root -g root etc/help/*.hlp /build/buildd4/node-0.3.2/debian/node//usr/lib/ax25/node/help
install -m 755 -o root -g root -d /build/buildd4/node-0.3.2/debian/node//etc/ax25
install -m 600 -o root -g root etc/node.conf /build/buildd4/node-0.3.2/debian/node//etc/ax25
install -m 600 -o root -g root etc/node.perms /build/buildd4/node-0.3.2/debian/node//etc/ax25
install -m 600 -o root -g root etc/node.motd /build/buildd4/node-0.3.2/debian/node//etc/ax25
install -m 755 -o root -g root -d /build/buildd4/node-0.3.2/debian/node//usr/man/man1
install -m 644 -o bin -g bin man/nodeusers.1 /build/buildd4/node-0.3.2/debian/node//usr/man/man1
install -m 755 -o root -g root -d /build/buildd4/node-0.3.2/debian/node//usr/man/man5
install -m 644 -o bin -g bin man/node.conf.5 /build/buildd4/node-0.3.2/debian/node//usr/man/man5
install -m 644 -o bin -g bin man/node.perms.5 /build/buildd4/node-0.3.2/debian/node//usr/man/man5
install -m 755 -o root -g root -d /build/buildd4/node-0.3.2/debian/node//usr/man/man8
install -m 644 -o bin -g bin man/node.8 /build/buildd4/node-0.3.2/debian/node//usr/man/man8
install -m 755 -o root -g root -d /build/buildd4/node-0.3.2/debian/node//var/ax25/node
install -m 644 -o root -g root etc/loggedin /build/buildd4/node-0.3.2/debian/node//var/ax25/node
make[1]: Leaving directory `/build/buildd4/node-0.3.2'
dh_testdir
dh_testroot
dh_installdocs
dh_installdocs: Compatibility levels before 4 are deprecated.
install -g 0 -o 0 -d debian/node/usr/share/doc/node
cp -a README debian/node/usr/share/doc/node
cp -a HISTORY debian/node/usr/share/doc/node
chown -R 0:0 debian/node/usr/share/doc
chmod -R go=rX debian/node/usr/share/doc
chmod -R u\+rw debian/node/usr/share/doc
install -g 0 -o 0 -m 644 -p debian/README.Debian debian/node/usr/share/doc/node/README.Debian
install -g 0 -o 0 -m 644 -p debian/copyright debian/node/usr/share/doc/node/copyright
dh_installexamples
dh_installexamples: Compatibility levels before 4 are deprecated.
dh_installmanpages
dh_installmanpages: This program is deprecated, switch to dh_installman.
dh_installmanpages: Compatibility levels before 4 are deprecated.
dh_installchangelogs
dh_installchangelogs: Compatibility levels before 4 are deprecated.
install -o 0 -g 0 -p -m644 debian/changelog debian/node/usr/share/doc/node/changelog.Debian
dh_link
dh_link: Compatibility levels before 4 are deprecated.
dh_strip
dh_strip: Compatibility levels before 4 are deprecated.
strip --remove-section=.comment --remove-section=.note debian/node/usr/sbin/node
strip --remove-section=.comment --remove-section=.note debian/node/usr/sbin/nodeusers
dh_compress
dh_compress: Compatibility levels before 4 are deprecated.
cd debian/node
chmod a-x usr/man/man1/nodeusers.1 usr/man/man5/node.conf.5 usr/man/man5/node.perms.5 usr/man/man8/node.8 usr/share/doc/node/HISTORY usr/share/doc/node/changelog.Debian
gzip -9nf usr/man/man1/nodeusers.1 usr/man/man5/node.conf.5 usr/man/man5/node.perms.5 usr/man/man8/node.8 usr/share/doc/node/HISTORY usr/share/doc/node/changelog.Debian
cd '/build/buildd4/node-0.3.2'
dh_fixperms
dh_fixperms: Compatibility levels before 4 are deprecated.
find debian/node -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
find debian/node ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
find debian/node/usr/share/doc -type f ! -regex 'debian/node/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
find debian/node/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755
find debian/node/usr/share/man debian/node/usr/man/ debian/node/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644
find debian/node -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644
find debian/node/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644
find debian/node/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644
find debian/node/usr/lib/perl5 debian/node/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X
# You may want to make some executables suid here.
dh_installdeb
dh_installdeb: Compatibility levels before 4 are deprecated.
install -o 0 -g 0 -d debian/node/DEBIAN
sed s/#DEBHELPER#// < debian/postinst > debian/node/DEBIAN/postinst
chown 0:0 debian/node/DEBIAN/postinst
chmod 755 debian/node/DEBIAN/postinst
sed s/#DEBHELPER#// < debian/prerm > debian/node/DEBIAN/prerm
chown 0:0 debian/node/DEBIAN/prerm
chmod 755 debian/node/DEBIAN/prerm
install -o 0 -g 0 -m 644 -p debian/conffiles debian/node/DEBIAN/conffiles
dh_shlibdeps
dh_shlibdeps: Compatibility levels before 4 are deprecated.
dpkg-shlibdeps -Tdebian/node.substvars debian/node/usr/sbin/node debian/node/usr/sbin/nodeusers
dpkg-shlibdeps: warning: dependency on libz.so.1 could be avoided if "debian/node/usr/sbin/node debian/node/usr/sbin/nodeusers" were not uselessly linked against it (they use none of its symbols).
dh_gencontrol
dh_gencontrol: Compatibility levels before 4 are deprecated.
dpkg-gencontrol -ldebian/changelog -Tdebian/node.substvars -Pdebian/node
chmod 644 debian/node/DEBIAN/control
chown 0:0 debian/node/DEBIAN/control
dh_md5sums
dh_md5sums: Compatibility levels before 4 are deprecated.
(cd debian/node >/dev/null ; find . -type f ! -path "./etc/ax25/node.conf" ! -path "./etc/ax25/node.perms" ! -path "./etc/ax25/node.motd" ! -path "./var/ax25/node/loggedin" ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null
chmod 644 debian/node/DEBIAN/md5sums
chown 0:0 debian/node/DEBIAN/md5sums
dh_builddeb
dh_builddeb: Compatibility levels before 4 are deprecated.
dpkg-deb --build debian/node ..
dpkg-deb: building package `node' in `../node_0.3.2-4_m32r.deb'.
dpkg-genchanges -B -mHirokazu Takata <takata\@linux-m32r.org> >../node_0.3.2-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 20080913-0403
chroot-unstable/build/buildd4/node_0.3.2-4_m32r.deb:
new debian package, version 2.0.
size 55028 bytes: control archive= 2223 bytes.
85 bytes, 4 lines conffiles
518 bytes, 12 lines control
1880 bytes, 29 lines md5sums
1371 bytes, 48 lines * postinst #!/bin/sh
999 bytes, 40 lines * prerm #!/bin/sh
Package: node
Version: 0.3.2-4
Architecture: m32r
Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
Installed-Size: 288
Depends: libax25 (>= 0.0.11), libc6 (>= 2.3.5-1), zlib1g (>= 1:1.1.4), netbase
Section: hamradio
Priority: optional
Description: Amateur Packet Radio Node program
The node program accepts TCP/IP and packet radio network connections and
presents users with an interface that allows them to make gateway connections
to remote hosts using a variety of amateur radio protocols.
chroot-unstable/build/buildd4/node_0.3.2-4_m32r.deb:
drwxr-xr-x root/root 0 2008-09-13 04:00 ./
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/bin/
drwxr-xr-x root/root 0 2008-09-13 03:59 ./usr/sbin/
-rwxr-xr-x root/root 54844 2008-09-13 03:59 ./usr/sbin/node
-rwxr-xr-x root/root 11060 2008-09-13 03:59 ./usr/sbin/nodeusers
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/lib/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/lib/ax25/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/lib/ax25/node/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/lib/ax25/node/help/
-rw-r--r-- root/root 72 2008-09-13 03:58 ./usr/lib/ax25/node/help/bye.hlp
-rw-r--r-- root/root 998 2008-09-13 03:58 ./usr/lib/ax25/node/help/connect.hlp
-rw-r--r-- root/root 577 2008-09-13 03:58 ./usr/lib/ax25/node/help/escape.hlp
-rw-r--r-- root/root 376 2008-09-13 03:58 ./usr/lib/ax25/node/help/finger.hlp
-rw-r--r-- root/root 242 2008-09-13 03:58 ./usr/lib/ax25/node/help/help.hlp
-rw-r--r-- root/root 399 2008-09-13 03:58 ./usr/lib/ax25/node/help/host.hlp
-rw-r--r-- root/root 217 2008-09-13 03:58 ./usr/lib/ax25/node/help/info.hlp
-rw-r--r-- root/root 351 2008-09-13 03:58 ./usr/lib/ax25/node/help/links.hlp
-rw-r--r-- root/root 176 2008-09-13 03:58 ./usr/lib/ax25/node/help/mheard.hlp
-rw-r--r-- root/root 139 2008-09-13 03:58 ./usr/lib/ax25/node/help/nlinks.hlp
-rw-r--r-- root/root 655 2008-09-13 03:58 ./usr/lib/ax25/node/help/nodes.hlp
-rw-r--r-- root/root 477 2008-09-13 03:58 ./usr/lib/ax25/node/help/ping.hlp
-rw-r--r-- root/root 417 2008-09-13 03:58 ./usr/lib/ax25/node/help/ports.hlp
-rw-r--r-- root/root 654 2008-09-13 03:58 ./usr/lib/ax25/node/help/routes.hlp
-rw-r--r-- root/root 531 2008-09-13 03:58 ./usr/lib/ax25/node/help/status.hlp
-rw-r--r-- root/root 492 2008-09-13 03:58 ./usr/lib/ax25/node/help/talk.hlp
-rw-r--r-- root/root 996 2008-09-13 03:58 ./usr/lib/ax25/node/help/telnet.hlp
-rw-r--r-- root/root 191 2008-09-13 03:58 ./usr/lib/ax25/node/help/users.hlp
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/man/
drwxr-xr-x root/root 0 2008-09-13 04:00 ./usr/man/man1/
-rw-r--r-- root/root 531 2008-09-13 03:58 ./usr/man/man1/nodeusers.1.gz
drwxr-xr-x root/root 0 2008-09-13 04:00 ./usr/man/man5/
-rw-r--r-- root/root 3539 2008-09-13 03:58 ./usr/man/man5/node.conf.5.gz
-rw-r--r-- root/root 1124 2008-09-13 03:58 ./usr/man/man5/node.perms.5.gz
drwxr-xr-x root/root 0 2008-09-13 04:00 ./usr/man/man8/
-rw-r--r-- root/root 3206 2008-09-13 03:58 ./usr/man/man8/node.8.gz
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/share/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./usr/share/doc/
drwxr-xr-x root/root 0 2008-09-13 04:00 ./usr/share/doc/node/
-rw-r--r-- root/root 1488 2003-08-23 22:46 ./usr/share/doc/node/README
-rw-r--r-- root/root 469 2008-09-13 03:53 ./usr/share/doc/node/README.Debian
-rw-r--r-- root/root 330 2008-09-13 03:53 ./usr/share/doc/node/copyright
-rw-r--r-- root/root 3399 2003-08-25 04:15 ./usr/share/doc/node/HISTORY.gz
-rw-r--r-- root/root 819 2008-09-13 03:53 ./usr/share/doc/node/changelog.Debian.gz
drwxr-xr-x root/root 0 2008-09-13 03:58 ./etc/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./etc/ax25/
-rw-r--r-- root/root 1629 2008-09-13 03:58 ./etc/ax25/node.conf
-rw-r--r-- root/root 422 2008-09-13 03:58 ./etc/ax25/node.perms
-rw-r--r-- root/root 94 2008-09-13 03:58 ./etc/ax25/node.motd
drwxr-xr-x root/root 0 2008-09-13 03:58 ./var/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./var/ax25/
drwxr-xr-x root/root 0 2008-09-13 03:58 ./var/ax25/node/
-rw-r--r-- root/root 0 2008-09-13 03:58 ./var/ax25/node/loggedin
node_0.3.2-4_m32r.changes:
Format: 1.8
Date: Tue, 10 May 2005 13:25:33 +1000
Source: node
Binary: node
Architecture: m32r
Version: 0.3.2-4
Distribution: unstable
Urgency: low
Maintainer: Hirokazu Takata <takata\@linux-m32r.org>
Changed-By: Hamish Moffatt <hamish at debian.org>
Description:
node - Amateur Packet Radio Node program
Closes: 308402
Changes:
node (0.3.2-4) unstable; urgency=low
.
* Added runtime dependency on netbase which provides
update-inetd (closes: #308402)
Checksums-Sha1:
4e5b5f6f9dc82e35f10eb511a27a0ab4c70145f7 55028 node_0.3.2-4_m32r.deb
Checksums-Sha256:
24af4ecc21bb17188a6183de258db218f23cd7081885351d698635c5e5ae112e 55028 node_0.3.2-4_m32r.deb
Files:
8ce8254528cd4c59790fd05d7e4c9718 55028 hamradio optional node_0.3.2-4_m32r.deb
******************************************************************************
Built successfully
Purging chroot-unstable/build/buildd4/node-0.3.2
------------------------------------------------------------------------------
/usr/bin/sudo dpkg --root=/debian/buildd4/build/chroot-unstable --purge libax25 libax25-dev
(Reading database ... 57058 files and directories currently installed.)
Removing libax25-dev ...
Removing libax25 ...
Purging configuration files for libax25 ...
Processing triggers for man-db ...
******************************************************************************
Finished at 20080913-0409
Build needed 00:11:51, 1276k disk space
More information about the build-status
mailing list