[build-status: 119202] Log for successful build of highlight_2.4.8-1.1 (dist=unstable)

Build Daemon 2 buildd2 at linux-m32r.org
Sun Mar 16 01:50:22 JST 2008


Automatic build of highlight_2.4.8-1.1 on mappi005 by sbuild/m32r 0.53
Build started at 20080316-0020
******************************************************************************
Checking available source versions...
Fetching source files...
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 352kB of source archives.
Get:1 http://debian.linux-m32r.org 06_devonian/main highlight 2.4.8-1.1 (dsc) [568B]
Get:2 http://debian.linux-m32r.org 06_devonian/main highlight 2.4.8-1.1 (tar) [351kB]
Get:3 http://debian.linux-m32r.org 06_devonian/main highlight 2.4.8-1.1 (diff) [1060B]
Fetched 352kB in 5s (61.9kB/s)
Download complete and in download only mode
** Using build dependencies supplied by package:
Build-Depends: debhelper (>= 4.0.0)
Checking for already installed source dependencies...
debhelper: already installed (6.0.5 >= 4.0.0 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.18.1~cvs20080103-1 libstdc++6-4.1-dev_4.1.1-21 libstdc++6_4.1.1-21
/usr/bin/dpkg --set-selections failed
------------------------------------------------------------------------------
dpkg-source: extracting highlight in highlight-2.4.8
dpkg-source: unpacking highlight_2.4.8.orig.tar.gz
dpkg-source: applying /debian/buildd2/build/highlight_2.4.8-1.1.diff.gz
dpkg-buildpackage: source package highlight
dpkg-buildpackage: source version 2.4.8-1.1
dpkg-buildpackage: source changed by Luk Claes <luk at debian.org>
dpkg-buildpackage: host architecture m32r
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
find . -name "*.o" -exec rm -f {} \;
find . -name "COPYING" -exec rm -f {} \;
rm -f build-stamp configure-stamp
rm -rf /build/buildd2/highlight-2.4.8/debian/highlight
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[1]: Entering directory `/build/buildd2/highlight-2.4.8'
/usr/bin/make -C ./highlight -f ./makefile clean
make[2]: Entering directory `/build/buildd2/highlight-2.4.8/highlight'
make[2]: Leaving directory `/build/buildd2/highlight-2.4.8/highlight'
make[1]: Leaving directory `/build/buildd2/highlight-2.4.8'
dh_clean 
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/build/buildd2/highlight-2.4.8'
/usr/bin/make -C ./highlight -f ./makefile HL_DATA_DIR=/usr/share/highlight/
make[2]: Entering directory `/build/buildd2/highlight-2.4.8/highlight'
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c main.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c configurationreader.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c stylecolour.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c stringtools.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c xhtmlgenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c latexgenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c texgenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c rtfgenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c htmlgenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ansigenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c xmlgenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c codegenerator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c languagedefinition.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c help.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c elementstyle.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c documentstyle.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c datadir.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c cmdlineoptions.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c preformatter.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./astyle/ASStreamIterator.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./astyle/ASResource.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./astyle/ASFormatter.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./astyle/ASBeautifier.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./dirstream0.4/dirstream.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./dirstream0.4/dirstream_w32_posix.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c platform_fs.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./re/Pattern.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c ./re/Matcher.cpp
c++ -O2 -DHL_DATA_DIR=\"/usr/share/highlight/\"  -c xterm256generator.cpp
c++ -s -o highlight main.o configurationreader.o stylecolour.o stringtools.o xhtmlgenerator.o latexgenerator.o texgenerator.o rtfgenerator.o htmlgenerator.o ansigenerator.o xmlgenerator.o codegenerator.o languagedefinition.o help.o elementstyle.o documentstyle.o datadir.o cmdlineoptions.o preformatter.o ASStreamIterator.o ASResource.o ASFormatter.o ASBeautifier.o dirstream.o dirstream_w32_posix.o platform_fs.o Pattern.o Matcher.o xterm256generator.o
make[2]: Leaving directory `/build/buildd2/highlight-2.4.8/highlight'
make[1]: Leaving directory `/build/buildd2/highlight-2.4.8'
touch build-stamp
 /usr/bin/fakeroot debian/rules binary-arch
dh_testdir
dh_testroot
dh_clean -k 
dh_installdirs
# Add here commands to install the package into debian/highlight.
/usr/bin/make install  DESTDIR=/build/buildd2/highlight-2.4.8/debian/highlight/
make[1]: Entering directory `/build/buildd2/highlight-2.4.8'
This script will install highlight in the following directories:
Data directory:          /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/
Documentation directory: /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
Examples directory:      /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/
Manual directory:        /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/man/man1/
Binary directory:        /build/buildd2/highlight-2.4.8/debian/highlight//usr/bin/
Configuration directory: /build/buildd2/highlight-2.4.8/debian/highlight//etc/highlight/

mkdir -p -m 755 /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
mkdir -p -m 755 /build/buildd2/highlight-2.4.8/debian/highlight//etc/highlight/
mkdir -p -m 755 /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/ \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/cgi \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/cgi/perl \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/cgi/php \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/swig
mkdir -p -m 755 /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/ \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/themes \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/langDefs \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/indentSchemes \
		/build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/helpmsg
mkdir -p -m 755 /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/man/man1/
mkdir -p -m 755 /build/buildd2/highlight-2.4.8/debian/highlight//usr/bin/
install -m644 ./langDefs/*.lang /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/langDefs/
install -m644 ./*.conf /build/buildd2/highlight-2.4.8/debian/highlight//etc/highlight/
install -m644 ./themes/*.style /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/themes/
install -m644 ./indentSchemes/*.indent /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/indentSchemes/
install -m644 ./helpmsg/*.help /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/highlight/helpmsg/
install -m644 ./man/highlight.1.gz /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/man/man1/
install -m644 ./AUTHORS /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
install -m644 ./README /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
install -m644 ./README_DE /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
install -m644 ./README_INDENT /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
install -m644 ./ChangeLog /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
install -m644 ./examples/cgi/php/* /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/cgi/php
install -m644 ./examples/swig/*.py ./examples/swig/*.pl /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/swig
install -m644 ./examples/swig/*.i ./examples/swig/makefile /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/swig
install -m644 ./examples/swig/README_SWIG /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/
install -m755 ./examples/cgi/perl/highlight.cgi /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/cgi/perl
install -m755 ./highlight/highlight /build/buildd2/highlight-2.4.8/debian/highlight//usr/bin/

Done.
Type highlight --help or man highlight for instructions.
Highlight help is also available in Brazilian, Czech, German, French and Spanish
(highlight -H [br|cs|de|en|es|fr]).
Take a look at /build/buildd2/highlight-2.4.8/debian/highlight//usr/share/doc/highlight/examples/ for CGI scripts and a SWIG language bindings.
Do not hesitate to report problems. Unknown bugs are hard to fix.
make[1]: Leaving directory `/build/buildd2/highlight-2.4.8'
dh_testdir
dh_testroot
dh_installchangelogs ChangeLog
gunzip man/highlight.1.gz
dh_installman man/highlight.1
ERROR: ld.so: object 'libfakeroot-sysv.so' from LD_PRELOAD cannot be preloaded: ignored.
gzip -9 man/highlight.1
dh_installdocs
dh_link
dh_strip
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `highlight' in `../highlight_2.4.8-1.1_m32r.deb'.
 dpkg-genchanges -B >../highlight_2.4.8-1.1_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 20080316-0149

highlight_2.4.8-1.1_m32r.changes:
Format: 1.7
Date: Sun, 09 Mar 2008 15:20:05 +0000
Source: highlight
Binary: highlight
Architecture: m32r
Version: 2.4.8-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ayman Negm <negm at debian.org>
Changed-By: Luk Claes <luk at debian.org>
Description: 
 highlight  - An universal source code to formatted text converter
Closes: 417223
Changes: 
 highlight (2.4.8-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #417223).
Files: 
 1ccf9f4e85d3efa227ea092e81f1656a 425902 devel optional highlight_2.4.8-1.1_m32r.deb

/debian/buildd2/build/chroot-unstable/build/buildd2/highlight_2.4.8-1.1_m32r.deb:
 new debian package, version 2.0.
 size 425902 bytes: control archive= 5828 bytes.
      30 bytes,     1 lines      conffiles            
     508 bytes,    12 lines      control              
   13652 bytes,   186 lines      md5sums              
     350 bytes,    31 lines   *  postrm               #!/bin/sh
 Package: highlight
 Version: 2.4.8-1.1
 Architecture: m32r
 Maintainer: Ayman Negm <negm at debian.org>
 Installed-Size: 1660
 Depends: libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.1-12), libstdc++6 (>= 4.1.1-12)
 Section: devel
 Priority: optional
 Description: An universal source code to formatted text converter
  It transforms source code to HTML, XHTML, RTF, LaTeX, TeX or
  XSL-FO files with syntax highlighting. Highlight supports 85 programming
  languages. Its language definitions and colored themes are customizable.

/debian/buildd2/build/chroot-unstable/build/buildd2/highlight_2.4.8-1.1_m32r.deb:
drwxr-xr-x root/root         0 2008-03-16 01:43 ./
drwxr-xr-x root/root         0 2008-03-16 01:40 ./etc/
drwxr-xr-x root/root         0 2008-03-16 01:40 ./etc/highlight/
-rw-r--r-- root/root      1433 2008-03-16 01:40 ./etc/highlight/filetypes.conf
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/
drwxr-xr-x root/root         0 2008-03-16 01:43 ./usr/bin/
-rwxr-xr-x root/root    540536 2008-03-16 01:43 ./usr/bin/highlight
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/doc/
drwxr-xr-x root/root         0 2008-03-16 01:43 ./usr/share/doc/highlight/
-rw-r--r-- root/root       990 2008-03-16 01:40 ./usr/share/doc/highlight/README_SWIG
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/doc/highlight/examples/
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/doc/highlight/examples/swig/
-rw-r--r-- root/root       913 2008-03-16 01:40 ./usr/share/doc/highlight/examples/swig/testmod.py
-rw-r--r-- root/root       901 2008-03-16 01:40 ./usr/share/doc/highlight/examples/swig/testmod.pl
-rw-r--r-- root/root       297 2008-03-16 01:40 ./usr/share/doc/highlight/examples/swig/highlight.i
-rw-r--r-- root/root      1323 2008-03-16 01:40 ./usr/share/doc/highlight/examples/swig/makefile
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/doc/highlight/examples/cgi/
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/doc/highlight/examples/cgi/perl/
-rwxr-xr-x root/root      3000 2008-03-16 01:40 ./usr/share/doc/highlight/examples/cgi/perl/highlight.cgi
drwxr-xr-x root/root         0 2008-03-16 01:43 ./usr/share/doc/highlight/examples/cgi/php/
-rw-r--r-- root/root      2579 2008-03-16 01:40 ./usr/share/doc/highlight/examples/cgi/php/SyntaxHighlighter.php.gz
-rw-r--r-- root/root      3448 2008-03-16 01:40 ./usr/share/doc/highlight/README_INDENT.gz
-rw-r--r-- root/root       510 2006-12-02 21:57 ./usr/share/doc/highlight/copyright
-rw-r--r-- root/root      8168 2008-03-16 01:40 ./usr/share/doc/highlight/README_DE.gz
-rw-r--r-- root/root      8493 2006-10-21 03:24 ./usr/share/doc/highlight/changelog.gz
-rw-r--r-- root/root       896 2008-03-16 01:40 ./usr/share/doc/highlight/AUTHORS
-rw-r--r-- root/root      8493 2008-03-16 01:40 ./usr/share/doc/highlight/ChangeLog.gz
-rw-r--r-- root/root      7625 2008-03-16 01:40 ./usr/share/doc/highlight/README.gz
-rw-r--r-- root/root       796 2008-03-16 00:23 ./usr/share/doc/highlight/changelog.Debian.gz
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/man/
drwxr-xr-x root/root         0 2008-03-16 01:43 ./usr/share/man/man1/
-rw-r--r-- root/root      2888 2008-03-16 01:42 ./usr/share/man/man1/highlight.1.gz
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/highlight/
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/highlight/themes/
-rw-r--r-- root/root       500 2008-03-16 01:40 ./usr/share/highlight/themes/darkblue.style
-rw-r--r-- root/root       395 2008-03-16 01:40 ./usr/share/highlight/themes/matlab.style
-rw-r--r-- root/root       468 2008-03-16 01:40 ./usr/share/highlight/themes/peachpuff.style
-rw-r--r-- root/root       481 2008-03-16 01:40 ./usr/share/highlight/themes/pablo.style
-rw-r--r-- root/root       573 2008-03-16 01:40 ./usr/share/highlight/themes/navy.style
-rw-r--r-- root/root       586 2008-03-16 01:40 ./usr/share/highlight/themes/darkness.style
-rw-r--r-- root/root       581 2008-03-16 01:40 ./usr/share/highlight/themes/greenlcd.style
-rw-r--r-- root/root       602 2008-03-16 01:40 ./usr/share/highlight/themes/dull.style
-rw-r--r-- root/root       580 2008-03-16 01:40 ./usr/share/highlight/themes/whatis.style
-rw-r--r-- root/root       566 2008-03-16 01:40 ./usr/share/highlight/themes/ide-anjuta.style
-rw-r--r-- root/root       451 2008-03-16 01:40 ./usr/share/highlight/themes/kwrite.style
-rw-r--r-- root/root       572 2008-03-16 01:40 ./usr/share/highlight/themes/ide-devcpp.style
-rw-r--r-- root/root       590 2008-03-16 01:40 ./usr/share/highlight/themes/blacknblue.style
-rw-r--r-- root/root       610 2008-03-16 01:40 ./usr/share/highlight/themes/night.style
-rw-r--r-- root/root       587 2008-03-16 01:40 ./usr/share/highlight/themes/desert.style
-rw-r--r-- root/root       584 2008-03-16 01:40 ./usr/share/highlight/themes/neon.style
-rw-r--r-- root/root       552 2008-03-16 01:40 ./usr/share/highlight/themes/acid.style
-rw-r--r-- root/root       428 2008-03-16 01:40 ./usr/share/highlight/themes/vim.style
-rw-r--r-- root/root       572 2008-03-16 01:40 ./usr/share/highlight/themes/whitengrey.style
-rw-r--r-- root/root       453 2008-03-16 01:40 ./usr/share/highlight/themes/the.style
-rw-r--r-- root/root       436 2008-03-16 01:40 ./usr/share/highlight/themes/ide-codewarrior.style
-rw-r--r-- root/root       630 2008-03-16 01:40 ./usr/share/highlight/themes/berries-light.style
-rw-r--r-- root/root       587 2008-03-16 01:40 ./usr/share/highlight/themes/easter.style
-rw-r--r-- root/root       584 2008-03-16 01:40 ./usr/share/highlight/themes/typical.style
-rw-r--r-- root/root       568 2008-03-16 01:40 ./usr/share/highlight/themes/ide-kdev.style
-rw-r--r-- root/root       572 2008-03-16 01:40 ./usr/share/highlight/themes/bright.style
-rw-r--r-- root/root       456 2008-03-16 01:40 ./usr/share/highlight/themes/print.style
-rw-r--r-- root/root       460 2008-03-16 01:40 ./usr/share/highlight/themes/emacs.style
-rw-r--r-- root/root       587 2008-03-16 01:40 ./usr/share/highlight/themes/golden.style
-rw-r--r-- root/root       592 2008-03-16 01:40 ./usr/share/highlight/themes/rand01.style
-rw-r--r-- root/root       585 2008-03-16 01:40 ./usr/share/highlight/themes/vampire.style
-rw-r--r-- root/root       616 2008-03-16 01:40 ./usr/share/highlight/themes/contrast.style
-rw-r--r-- root/root       624 2008-03-16 01:40 ./usr/share/highlight/themes/berries-dark.style
-rw-r--r-- root/root       466 2008-03-16 01:40 ./usr/share/highlight/themes/ide-eclipse.style
-rw-r--r-- root/root       475 2008-03-16 01:40 ./usr/share/highlight/themes/nedit.style
-rw-r--r-- root/root       477 2008-03-16 01:40 ./usr/share/highlight/themes/zellner.style
-rw-r--r-- root/root       623 2008-03-16 01:40 ./usr/share/highlight/themes/bipolar.style
-rw-r--r-- root/root       572 2008-03-16 01:40 ./usr/share/highlight/themes/ide-msvcpp.style
-rw-r--r-- root/root       428 2008-03-16 01:40 ./usr/share/highlight/themes/vim-dark.style
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/highlight/helpmsg/
-rw-r--r-- root/root      5402 2008-03-16 01:40 ./usr/share/highlight/helpmsg/fr.help
-rw-r--r-- root/root      5066 2008-03-16 01:40 ./usr/share/highlight/helpmsg/br.help
-rw-r--r-- root/root      4878 2008-03-16 01:40 ./usr/share/highlight/helpmsg/en.help
-rw-r--r-- root/root      4430 2008-03-16 01:40 ./usr/share/highlight/helpmsg/cs.help
-rw-r--r-- root/root      5244 2008-03-16 01:40 ./usr/share/highlight/helpmsg/de.help
-rw-r--r-- root/root      5391 2008-03-16 01:40 ./usr/share/highlight/helpmsg/es.help
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/highlight/indentSchemes/
-rw-r--r-- root/root       149 2008-03-16 01:40 ./usr/share/highlight/indentSchemes/gnu.indent
-rw-r--r-- root/root       154 2008-03-16 01:40 ./usr/share/highlight/indentSchemes/linux.indent
-rw-r--r-- root/root       154 2008-03-16 01:40 ./usr/share/highlight/indentSchemes/ansi.indent
-rw-r--r-- root/root       153 2008-03-16 01:40 ./usr/share/highlight/indentSchemes/kr.indent
-rw-r--r-- root/root       376 2008-03-16 01:40 ./usr/share/highlight/indentSchemes/acid.indent
-rw-r--r-- root/root       125 2008-03-16 01:40 ./usr/share/highlight/indentSchemes/java.indent
drwxr-xr-x root/root         0 2008-03-16 01:40 ./usr/share/highlight/langDefs/
-rw-r--r-- root/root      4004 2008-03-16 01:40 ./usr/share/highlight/langDefs/m.lang
-rw-r--r-- root/root     18793 2008-03-16 01:40 ./usr/share/highlight/langDefs/s.lang
-rw-r--r-- root/root       724 2008-03-16 01:40 ./usr/share/highlight/langDefs/r.lang
-rw-r--r-- root/root      1328 2008-03-16 01:40 ./usr/share/highlight/langDefs/rb.lang
-rw-r--r-- root/root      3650 2008-03-16 01:40 ./usr/share/highlight/langDefs/dot.lang
-rw-r--r-- root/root      2393 2008-03-16 01:40 ./usr/share/highlight/langDefs/j.lang
-rw-r--r-- root/root      1684 2008-03-16 01:40 ./usr/share/highlight/langDefs/make.lang
-rw-r--r-- root/root     27661 2008-03-16 01:40 ./usr/share/highlight/langDefs/php.lang
-rw-r--r-- root/root       837 2008-03-16 01:40 ./usr/share/highlight/langDefs/bib.lang
-rw-r--r-- root/root       895 2008-03-16 01:40 ./usr/share/highlight/langDefs/sma.lang
-rw-r--r-- root/root      2664 2008-03-16 01:40 ./usr/share/highlight/langDefs/pike.lang
-rw-r--r-- root/root      1877 2008-03-16 01:40 ./usr/share/highlight/langDefs/applescript.lang
-rw-r--r-- root/root      2739 2008-03-16 01:40 ./usr/share/highlight/langDefs/rexx.lang
-rw-r--r-- root/root     51249 2008-03-16 01:40 ./usr/share/highlight/langDefs/java.lang
-rw-r--r-- root/root      4515 2008-03-16 01:40 ./usr/share/highlight/langDefs/au3.lang
-rw-r--r-- root/root      1060 2008-03-16 01:40 ./usr/share/highlight/langDefs/test_re.lang
-rw-r--r-- root/root      6974 2008-03-16 01:40 ./usr/share/highlight/langDefs/sybase.lang
-rw-r--r-- root/root      5607 2008-03-16 01:40 ./usr/share/highlight/langDefs/as.lang
-rw-r--r-- root/root      2950 2008-03-16 01:40 ./usr/share/highlight/langDefs/cb.lang
-rw-r--r-- root/root       950 2008-03-16 01:40 ./usr/share/highlight/langDefs/ps.lang
-rw-r--r-- root/root      1357 2008-03-16 01:40 ./usr/share/highlight/langDefs/ada.lang
-rw-r--r-- root/root      2091 2008-03-16 01:40 ./usr/share/highlight/langDefs/psl.lang
-rw-r--r-- root/root      1329 2008-03-16 01:40 ./usr/share/highlight/langDefs/ms.lang
-rw-r--r-- root/root       931 2008-03-16 01:40 ./usr/share/highlight/langDefs/snobol.lang
-rw-r--r-- root/root      1897 2008-03-16 01:40 ./usr/share/highlight/langDefs/mib.lang
-rw-r--r-- root/root     41636 2008-03-16 01:40 ./usr/share/highlight/langDefs/clp.lang
-rw-r--r-- root/root      1240 2008-03-16 01:40 ./usr/share/highlight/langDefs/dylan.lang
-rw-r--r-- root/root      3851 2008-03-16 01:40 ./usr/share/highlight/langDefs/cob.lang
-rw-r--r-- root/root      7225 2008-03-16 01:40 ./usr/share/highlight/langDefs/pl1.lang
-rw-r--r-- root/root      1361 2008-03-16 01:40 ./usr/share/highlight/langDefs/n.lang
-rw-r--r-- root/root      1637 2008-03-16 01:40 ./usr/share/highlight/langDefs/erl.lang
-rw-r--r-- root/root       865 2008-03-16 01:40 ./usr/share/highlight/langDefs/haskell.lang
-rw-r--r-- root/root       996 2008-03-16 01:40 ./usr/share/highlight/langDefs/lbn.lang
-rw-r--r-- root/root      1447 2008-03-16 01:40 ./usr/share/highlight/langDefs/lua.lang
-rw-r--r-- root/root      3214 2008-03-16 01:40 ./usr/share/highlight/langDefs/clipper.lang
-rw-r--r-- root/root       656 2008-03-16 01:40 ./usr/share/highlight/langDefs/scala.lang
-rw-r--r-- root/root       979 2008-03-16 01:40 ./usr/share/highlight/langDefs/os.lang
-rw-r--r-- root/root     27918 2008-03-16 01:40 ./usr/share/highlight/langDefs/avenue.lang
-rw-r--r-- root/root      1311 2008-03-16 01:40 ./usr/share/highlight/langDefs/pyx.lang
-rw-r--r-- root/root      9264 2008-03-16 01:40 ./usr/share/highlight/langDefs/mel.lang
-rw-r--r-- root/root       491 2008-03-16 01:40 ./usr/share/highlight/langDefs/rnc.lang
-rw-r--r-- root/root      2345 2008-03-16 01:40 ./usr/share/highlight/langDefs/euphoria.lang
-rw-r--r-- root/root      2021 2008-03-16 01:40 ./usr/share/highlight/langDefs/c.lang
-rw-r--r-- root/root      1281 2008-03-16 01:40 ./usr/share/highlight/langDefs/lotos.lang
-rw-r--r-- root/root     34224 2008-03-16 01:40 ./usr/share/highlight/langDefs/progress.lang
-rw-r--r-- root/root      3984 2008-03-16 01:40 ./usr/share/highlight/langDefs/httpd.lang
-rw-r--r-- root/root      1717 2008-03-16 01:40 ./usr/share/highlight/langDefs/idl.lang
-rw-r--r-- root/root      1699 2008-03-16 01:40 ./usr/share/highlight/langDefs/pas.lang
-rw-r--r-- root/root      3367 2008-03-16 01:40 ./usr/share/highlight/langDefs/js.lang
-rw-r--r-- root/root      5967 2008-03-16 01:40 ./usr/share/highlight/langDefs/mpl.lang
-rw-r--r-- root/root      1019 2008-03-16 01:40 ./usr/share/highlight/langDefs/pl.lang
-rw-r--r-- root/root      5629 2008-03-16 01:40 ./usr/share/highlight/langDefs/mssql.lang
-rw-r--r-- root/root      3104 2008-03-16 01:40 ./usr/share/highlight/langDefs/abp.lang
-rw-r--r-- root/root      2007 2008-03-16 01:40 ./usr/share/highlight/langDefs/cfc.lang
-rw-r--r-- root/root      1750 2008-03-16 01:40 ./usr/share/highlight/langDefs/mod3.lang
-rw-r--r-- root/root      1098 2008-03-16 01:40 ./usr/share/highlight/langDefs/q.lang
-rw-r--r-- root/root      7785 2008-03-16 01:40 ./usr/share/highlight/langDefs/sc.lang
-rw-r--r-- root/root       738 2008-03-16 01:40 ./usr/share/highlight/langDefs/xpp.lang
-rw-r--r-- root/root       821 2008-03-16 01:40 ./usr/share/highlight/langDefs/sas.lang
-rw-r--r-- root/root      2300 2008-03-16 01:40 ./usr/share/highlight/langDefs/bms.lang
-rw-r--r-- root/root      1316 2008-03-16 01:40 ./usr/share/highlight/langDefs/vb.lang
-rw-r--r-- root/root      1414 2008-03-16 01:40 ./usr/share/highlight/langDefs/spec.lang
-rw-r--r-- root/root      3077 2008-03-16 01:40 ./usr/share/highlight/langDefs/vhd.lang
-rw-r--r-- root/root       770 2008-03-16 01:40 ./usr/share/highlight/langDefs/tex.lang
-rw-r--r-- root/root      2636 2008-03-16 01:40 ./usr/share/highlight/langDefs/css.lang
-rw-r--r-- root/root      1995 2008-03-16 01:40 ./usr/share/highlight/langDefs/lisp.lang
-rw-r--r-- root/root       854 2008-03-16 01:40 ./usr/share/highlight/langDefs/nut.lang
-rw-r--r-- root/root      1676 2008-03-16 01:40 ./usr/share/highlight/langDefs/bat.lang
-rw-r--r-- root/root       877 2008-03-16 01:40 ./usr/share/highlight/langDefs/nas.lang
-rw-r--r-- root/root      1843 2008-03-16 01:40 ./usr/share/highlight/langDefs/arm.lang
-rw-r--r-- root/root       863 2008-03-16 01:40 ./usr/share/highlight/langDefs/agda.lang
-rw-r--r-- root/root      4008 2008-03-16 01:40 ./usr/share/highlight/langDefs/exp.lang
-rw-r--r-- root/root       984 2008-03-16 01:40 ./usr/share/highlight/langDefs/asp.lang
-rw-r--r-- root/root      3264 2008-03-16 01:40 ./usr/share/highlight/langDefs/ls.lang
-rw-r--r-- root/root      3373 2008-03-16 01:40 ./usr/share/highlight/langDefs/nsi.lang
-rw-r--r-- root/root      1923 2008-03-16 01:40 ./usr/share/highlight/langDefs/io.lang
-rw-r--r-- root/root      1957 2008-03-16 01:40 ./usr/share/highlight/langDefs/ldif.lang
-rw-r--r-- root/root      1109 2008-03-16 01:40 ./usr/share/highlight/langDefs/e.lang
-rw-r--r-- root/root      9170 2008-03-16 01:40 ./usr/share/highlight/langDefs/aspect.lang
-rw-r--r-- root/root      1036 2008-03-16 01:40 ./usr/share/highlight/langDefs/f77.lang
-rw-r--r-- root/root      1463 2008-03-16 01:40 ./usr/share/highlight/langDefs/pro.lang
-rw-r--r-- root/root      5950 2008-03-16 01:40 ./usr/share/highlight/langDefs/bb.lang
-rw-r--r-- root/root      1495 2008-03-16 01:40 ./usr/share/highlight/langDefs/objc.lang
-rw-r--r-- root/root      2748 2008-03-16 01:40 ./usr/share/highlight/langDefs/asm.lang
-rw-r--r-- root/root      2749 2008-03-16 01:40 ./usr/share/highlight/langDefs/scilab.lang
-rw-r--r-- root/root      3271 2008-03-16 01:40 ./usr/share/highlight/langDefs/frink.lang
-rw-r--r-- root/root       658 2008-03-16 01:40 ./usr/share/highlight/langDefs/txt.lang
-rw-r--r-- root/root      1031 2008-03-16 01:40 ./usr/share/highlight/langDefs/spn.lang
-rw-r--r-- root/root      1080 2008-03-16 01:40 ./usr/share/highlight/langDefs/oberon.lang
-rw-r--r-- root/root      2263 2008-03-16 01:40 ./usr/share/highlight/langDefs/py.lang
-rw-r--r-- root/root       658 2008-03-16 01:40 ./usr/share/highlight/langDefs/xml.lang
-rw-r--r-- root/root      4426 2008-03-16 01:40 ./usr/share/highlight/langDefs/inp.lang
-rw-r--r-- root/root      1169 2008-03-16 01:40 ./usr/share/highlight/langDefs/qu.lang
-rw-r--r-- root/root       639 2008-03-16 01:40 ./usr/share/highlight/langDefs/ini.lang
-rw-r--r-- root/root       862 2008-03-16 01:40 ./usr/share/highlight/langDefs/ttcn3.lang
-rw-r--r-- root/root      1605 2008-03-16 01:40 ./usr/share/highlight/langDefs/cs.lang
-rw-r--r-- root/root      1649 2008-03-16 01:40 ./usr/share/highlight/langDefs/ampl.lang
-rw-r--r-- root/root      1480 2008-03-16 01:40 ./usr/share/highlight/langDefs/verilog.lang
-rw-r--r-- root/root      1229 2008-03-16 01:40 ./usr/share/highlight/langDefs/sh.lang
-rw-r--r-- root/root      1331 2008-03-16 01:40 ./usr/share/highlight/langDefs/tcsh.lang
-rw-r--r-- root/root      1986 2008-03-16 01:40 ./usr/share/highlight/langDefs/amtrix.lang
-rw-r--r-- root/root      1191 2008-03-16 01:40 ./usr/share/highlight/langDefs/mo.lang
-rw-r--r-- root/root      2887 2008-03-16 01:40 ./usr/share/highlight/langDefs/octave.lang
-rw-r--r-- root/root      1415 2008-03-16 01:40 ./usr/share/highlight/langDefs/f90.lang
-rw-r--r-- root/root      1016 2008-03-16 01:40 ./usr/share/highlight/langDefs/icn.lang
-rw-r--r-- root/root       712 2008-03-16 01:40 ./usr/share/highlight/langDefs/nice.lang
-rw-r--r-- root/root      1046 2008-03-16 01:40 ./usr/share/highlight/langDefs/awk.lang
-rw-r--r-- root/root      1390 2008-03-16 01:40 ./usr/share/highlight/langDefs/flx.lang
-rw-r--r-- root/root       619 2008-03-16 01:40 ./usr/share/highlight/langDefs/jsp.lang
-rw-r--r-- root/root       919 2008-03-16 01:40 ./usr/share/highlight/langDefs/y.lang
-rw-r--r-- root/root      5277 2008-03-16 01:40 ./usr/share/highlight/langDefs/d.lang
-rw-r--r-- root/root      1107 2008-03-16 01:40 ./usr/share/highlight/langDefs/sml.lang
-rw-r--r-- root/root      1634 2008-03-16 01:40 ./usr/share/highlight/langDefs/sql.lang
-rw-r--r-- root/root      2528 2008-03-16 01:40 ./usr/share/highlight/langDefs/4gl.lang
-rw-r--r-- root/root      3689 2008-03-16 01:40 ./usr/share/highlight/langDefs/pov.lang
-rw-r--r-- root/root      1158 2008-03-16 01:40 ./usr/share/highlight/langDefs/ml.lang
-rw-r--r-- root/root       943 2008-03-16 01:40 ./usr/share/highlight/langDefs/hcl.lang
-rw-r--r-- root/root      2173 2008-03-16 01:40 ./usr/share/highlight/langDefs/tcl.lang

******************************************************************************
Built successfully
Purging /debian/buildd2/build/chroot-unstable/build/buildd2/highlight-2.4.8
------------------------------------------------------------------------------
******************************************************************************
Finished at 20080316-0150
Build needed 01:26:57, 5924k disk space




More information about the build-status mailing list