[build-status: 86863] Log for successful build of calcurse_1.8-1 (dist=unstable)
Build Daemon 2
buildd2 at linux-m32r.org
Mon Aug 27 07:34:47 JST 2007
Automatic build of calcurse_1.8-1 on mappi005 by sbuild/m32r 0.53
Build started at 20070827-0716
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 402kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main calcurse 1.8-1 (dsc) [591B]
Get:2 http://debian.linux-m32r.org 06_devonian/main calcurse 1.8-1 (tar) [395kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main calcurse 1.8-1 (diff) [7241B]
Fetched 402kB in 27s (14.4kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libncurses5-dev
Checking for already installed source dependencies...
debhelper: already installed (5.0.53 >= 4.0.0 is satisfied)
autotools-dev: already installed (20070306.1)
libncurses5-dev: already installed (5.6-3)
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 calcurse in calcurse-1.8
dpkg-source: unpacking calcurse_1.8.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/calcurse_1.8-1.diff.gz
dpkg-buildpackage: source package is calcurse
dpkg-buildpackage: source version is 1.8-1
dpkg-buildpackage: source changed by Bartosz Fenski <fenio at debian.org>
dpkg-buildpackage: host architecture m32r
dpkg-buildpackage: source version without epoch 1.8-1
/usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
/usr/bin/make distclean
make[1]: Entering directory `/build/buildd2/calcurse-1.8'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/build/buildd2/calcurse-1.8'
make: [clean] Error 2 (ignored)
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_clean
debian/rules build
dh_testdir
# Add here commands to configure the package.
CFLAGS="-Wall -g -O2 -Wl,-z,defs" ./configure --host=m32r-linux-gnu --build=m32r-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
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 whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for style of include used by make... GNU
checking for m32r-linux-gnu-gcc... m32r-linux-gnu-gcc
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 m32r-linux-gnu-gcc accepts -g... yes
checking for m32r-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of m32r-linux-gnu-gcc... gcc3
checking build system type... m32r-unknown-linux-gnu
checking host system type... m32r-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for m32r-linux-gnu-gcc... (cached) m32r-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether m32r-linux-gnu-gcc accepts -g... (cached) yes
checking for m32r-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of m32r-linux-gnu-gcc... (cached) gcc3
checking how to run the C preprocessor... m32r-linux-gnu-gcc -E
checking for egrep... grep -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 ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking for initscr in -lncurses... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for sys/types.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for getopt.h... (cached) yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for strftime... yes
checking for floor... no
checking for mkdir... yes
checking for strchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating po/Makefile
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing depfiles commands
dh_testdir
/usr/bin/make
make[1]: Entering directory `/build/buildd2/calcurse-1.8'
/usr/bin/make all-recursive
make[2]: Entering directory `/build/buildd2/calcurse-1.8'
Making all in po
make[3]: Entering directory `/build/buildd2/calcurse-1.8/po'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/build/buildd2/calcurse-1.8/po'
Making all in src
make[3]: Entering directory `/build/buildd2/calcurse-1.8/src'
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT calcurse.o -MD -MP -MF ".deps/calcurse.Tpo" -c -o calcurse.o calcurse.c; \
then mv -f ".deps/calcurse.Tpo" ".deps/calcurse.Po"; else rm -f ".deps/calcurse.Tpo"; exit 1; fi
calcurse.c: In function 'config_notify_bar':
calcurse.c:860: warning: 'conf_win' may be used uninitialized in this function
calcurse.c: In function 'main':
calcurse.c:121: warning: 'background' may be used uninitialized in this function
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT apoint.o -MD -MP -MF ".deps/apoint.Tpo" -c -o apoint.o apoint.c; \
then mv -f ".deps/apoint.Tpo" ".deps/apoint.Po"; else rm -f ".deps/apoint.Tpo"; exit 1; fi
apoint.c: In function 'apoint_switch_notify':
apoint.c:341: warning: 'apoint_nb' may be used uninitialized in this function
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT event.o -MD -MP -MF ".deps/event.Tpo" -c -o event.o event.c; \
then mv -f ".deps/event.Tpo" ".deps/event.Po"; else rm -f ".deps/event.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT todo.o -MD -MP -MF ".deps/todo.Tpo" -c -o todo.o todo.c; \
then mv -f ".deps/todo.Tpo" ".deps/todo.Po"; else rm -f ".deps/todo.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
utils.c: In function 'other_status_page':
utils.c:748: warning: 'nb_item' may be used uninitialized in this function
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT calendar.o -MD -MP -MF ".deps/calendar.Tpo" -c -o calendar.o calendar.c; \
then mv -f ".deps/calendar.Tpo" ".deps/calendar.Po"; else rm -f ".deps/calendar.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT vars.o -MD -MP -MF ".deps/vars.Tpo" -c -o vars.o vars.c; \
then mv -f ".deps/vars.Tpo" ".deps/vars.Po"; else rm -f ".deps/vars.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT io.o -MD -MP -MF ".deps/io.Tpo" -c -o io.o io.c; \
then mv -f ".deps/io.Tpo" ".deps/io.Po"; else rm -f ".deps/io.Tpo"; exit 1; fi
io.c: In function 'load_app':
io.c:559: warning: 'state' may be used uninitialized in this function
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o help.c; \
then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT custom.o -MD -MP -MF ".deps/custom.Tpo" -c -o custom.o custom.c; \
then mv -f ".deps/custom.Tpo" ".deps/custom.Po"; else rm -f ".deps/custom.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT args.o -MD -MP -MF ".deps/args.Tpo" -c -o args.o args.c; \
then mv -f ".deps/args.Tpo" ".deps/args.Po"; else rm -f ".deps/args.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT day.o -MD -MP -MF ".deps/day.Tpo" -c -o day.o day.c; \
then mv -f ".deps/day.Tpo" ".deps/day.Po"; else rm -f ".deps/day.Tpo"; exit 1; fi
day.c: In function 'day_edit_item':
day.c:410: warning: 'rpt' may be used uninitialized in this function
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT recur.o -MD -MP -MF ".deps/recur.Tpo" -c -o recur.o recur.c; \
then mv -f ".deps/recur.Tpo" ".deps/recur.Po"; else rm -f ".deps/recur.Tpo"; exit 1; fi
recur.c: In function 'recur_def2char':
recur.c:128: warning: 'recur_char' may be used uninitialized in this function
recur.c: In function 'recur_char2def':
recur.c:153: warning: 'recur_def' may be used uninitialized in this function
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
if m32r-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2 -Wl,-z,defs -MT notify.o -MD -MP -MF ".deps/notify.Tpo" -c -o notify.o notify.c; \
then mv -f ".deps/notify.Tpo" ".deps/notify.Po"; else rm -f ".deps/notify.Tpo"; exit 1; fi
m32r-linux-gnu-gcc: -z: linker input file unused because linking not done
m32r-linux-gnu-gcc: defs: linker input file unused because linking not done
m32r-linux-gnu-gcc -Wall -g -O2 -Wl,-z,defs -o calcurse calcurse.o apoint.o event.o todo.o utils.o calendar.o vars.o io.o help.o custom.o args.o day.o recur.o notify.o -lncurses -lpthread -lm
make[3]: Leaving directory `/build/buildd2/calcurse-1.8/src'
make[3]: Entering directory `/build/buildd2/calcurse-1.8'
make[3]: Leaving directory `/build/buildd2/calcurse-1.8'
make[2]: Leaving directory `/build/buildd2/calcurse-1.8'
make[1]: Leaving directory `/build/buildd2/calcurse-1.8'
touch build-stamp
/usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
/usr/bin/make install DESTDIR=/build/buildd2/calcurse-1.8/debian/calcurse
make[1]: Entering directory `/build/buildd2/calcurse-1.8'
Making install in po
make[2]: Entering directory `/build/buildd2/calcurse-1.8/po'
/bin/sh .././mkinstalldirs /build/buildd2/calcurse-1.8/debian/calcurse/usr/share
mkdir -p -- /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/fr/LC_MESSAGES
installing fr.gmo as /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/fr/LC_MESSAGES/calcurse.mo
mkdir -p -- /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/en/LC_MESSAGES
installing en.gmo as /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/en/LC_MESSAGES/calcurse.mo
mkdir -p -- /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/de/LC_MESSAGES
installing de.gmo as /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/de/LC_MESSAGES/calcurse.mo
mkdir -p -- /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/es/LC_MESSAGES
installing es.gmo as /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/locale/es/LC_MESSAGES/calcurse.mo
if test "calcurse" = "gettext-tools"; then \
/bin/sh .././mkinstalldirs /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/ginstall -c -m 644 ./$file \
/build/buildd2/calcurse-1.8/debian/calcurse/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /build/buildd2/calcurse-1.8/debian/calcurse/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[2]: Leaving directory `/build/buildd2/calcurse-1.8/po'
Making install in src
make[2]: Entering directory `/build/buildd2/calcurse-1.8/src'
make[3]: Entering directory `/build/buildd2/calcurse-1.8/src'
test -z "/usr/bin" || mkdir -p -- "/build/buildd2/calcurse-1.8/debian/calcurse/usr/bin"
/usr/bin/ginstall -c 'calcurse' '/build/buildd2/calcurse-1.8/debian/calcurse/usr/bin/calcurse'
test -z "/usr/share/man/man1" || mkdir -p -- "/build/buildd2/calcurse-1.8/debian/calcurse/usr/share/man/man1"
/usr/bin/ginstall -c -m 644 './calcurse.1' '/build/buildd2/calcurse-1.8/debian/calcurse/usr/share/man/man1/calcurse.1'
make[3]: Leaving directory `/build/buildd2/calcurse-1.8/src'
make[2]: Leaving directory `/build/buildd2/calcurse-1.8/src'
make[2]: Entering directory `/build/buildd2/calcurse-1.8'
make[3]: Entering directory `/build/buildd2/calcurse-1.8'
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/buildd2/calcurse-1.8'
make[2]: Leaving directory `/build/buildd2/calcurse-1.8'
make[1]: Leaving directory `/build/buildd2/calcurse-1.8'
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
dh_installman
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}
dh_md5sums
dh_builddeb
dpkg-deb: building package `calcurse' in `../calcurse_1.8-1_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 20070827-0734
calcurse_1.8-1_m32r.changes:
Format: 1.7
Date: Tue, 21 Aug 2007 12:39:37 +0200
Source: calcurse
Binary: calcurse
Architecture: m32r
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski <fenio at debian.org>
Changed-By: Bartosz Fenski <fenio at debian.org>
Description:
calcurse - text-based calendar and todo manager
Closes: 369227 377547 426005 430153
Changes:
calcurse (1.8-1) unstable; urgency=low
.
* New upstream release. (Closes: #426005)
- fixes buffer overflow with too logn TODO. (Closes: #430153)
- shows the nearest appointment in status bar. (Closes: #369227)
- allows to edit existing appointments. (Closes: #377547)
Files:
f9c57d7ef6896ca0a0d0c642477a941d 169866 utils optional calcurse_1.8-1_m32r.deb
/debian/buildd2/build/chroot-unstable/build/buildd2/calcurse_1.8-1_m32r.deb:
new debian package, version 2.0.
size 169866 bytes: control archive= 1063 bytes.
542 bytes, 15 lines control
1204 bytes, 17 lines md5sums
Package: calcurse
Version: 1.8-1
Architecture: m32r
Maintainer: Bartosz Fenski <fenio at debian.org>
Installed-Size: 612
Depends: libc6 (>= 2.3.5-1), libncurses5 (>= 5.4-5)
Section: utils
Priority: optional
Description: text-based calendar and todo manager
CalCurse is a calendar and todo list for the console which allows
you to keep track of your appointments and everyday tasks. CalCurse
has a nice textmode interface with configurable color schemes, configurable
layout and Vi-like keybindings.
.
Homepage: http://culot.org/calcurse/
/debian/buildd2/build/chroot-unstable/build/buildd2/calcurse_1.8-1_m32r.deb:
drwxr-xr-x root/root 0 2007-08-27 07:33 ./
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/
drwxr-xr-x root/root 0 2007-08-27 07:32 ./usr/bin/
-rwxr-xr-x root/root 153452 2007-08-27 07:32 ./usr/bin/calcurse
drwxr-xr-x root/root 0 2007-08-27 07:32 ./usr/share/
drwxr-xr-x root/root 0 2007-08-27 07:32 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-08-27 07:33 ./usr/share/doc/calcurse/
-rw-r--r-- root/root 1285 2007-03-25 08:23 ./usr/share/doc/calcurse/TODO
-rw-r--r-- root/root 643 2007-08-27 07:20 ./usr/share/doc/calcurse/copyright
drwxr-xr-x root/root 0 2007-08-27 07:20 ./usr/share/doc/calcurse/doc/
-rw-r--r-- root/root 43462 2007-05-23 02:27 ./usr/share/doc/calcurse/doc/manual_es.html
-rw-r--r-- root/root 51882 2007-05-23 02:28 ./usr/share/doc/calcurse/doc/manual_fr.html
-rw-r--r-- root/root 41241 2007-05-23 02:20 ./usr/share/doc/calcurse/doc/manual_en.html
-rw-r--r-- root/root 44547 2007-05-23 02:23 ./usr/share/doc/calcurse/doc/manual_de.html
-rw-r--r-- root/root 10864 2007-05-23 03:04 ./usr/share/doc/calcurse/changelog.gz
-rw-r--r-- root/root 36 2006-08-01 06:00 ./usr/share/doc/calcurse/AUTHORS
-rw-r--r-- root/root 973 2006-12-19 18:13 ./usr/share/doc/calcurse/README
-rw-r--r-- root/root 2101 2007-05-23 02:45 ./usr/share/doc/calcurse/NEWS.gz
-rw-r--r-- root/root 803 2007-08-27 07:20 ./usr/share/doc/calcurse/changelog.Debian.gz
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/man/
drwxr-xr-x root/root 0 2007-08-27 07:33 ./usr/share/man/man1/
-rw-r--r-- root/root 2678 2007-08-27 07:31 ./usr/share/man/man1/calcurse.1.gz
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/de/
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/de/LC_MESSAGES/
-rw-r--r-- root/root 39978 2007-08-27 07:31 ./usr/share/locale/de/LC_MESSAGES/calcurse.mo
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/en/
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/en/LC_MESSAGES/
-rw-r--r-- root/root 14291 2007-08-27 07:31 ./usr/share/locale/en/LC_MESSAGES/calcurse.mo
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/es/
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/es/LC_MESSAGES/
-rw-r--r-- root/root 47302 2007-08-27 07:31 ./usr/share/locale/es/LC_MESSAGES/calcurse.mo
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/fr/
drwxr-xr-x root/root 0 2007-08-27 07:31 ./usr/share/locale/fr/LC_MESSAGES/
-rw-r--r-- root/root 48375 2007-08-27 07:31 ./usr/share/locale/fr/LC_MESSAGES/calcurse.mo
******************************************************************************
Built successfully
Purging /debian/buildd2/build/chroot-unstable/build/buildd2/calcurse-1.8
------------------------------------------------------------------------------
******************************************************************************
Finished at 20070827-0734
Build needed 00:14:22, 3768k disk space
More information about the build-status
mailing list