[Pbuilder-maint] pbuilder CVS update: pbuildd/scripts/cb ant antlr autoconf autoconf.diff autotools-dev avalon-framework bison bzip2 bzip2.diff cdbs cdbs.diff classpath classpath.diff cmucl console-data cyrus-sasl2 db4.3 db4.3.diff db4.4 db4.4.diff dbs dbs.diff debconf debconf.diff debhelper debhelper.diff doxygen doxygen.diff ecj-bootstrap ecj-bootstrap.diff file file.diff fpc freetype freetype.diff gcc-2.95 gcc-2.95.diff gcc-3.3 gcc-3.3.diff gcc-3.4 gdbm gettext gettext.diff ghc6 glibc gnat html2text intltool-debian lattice lattice.diff libbsf-java libcommons-logging-java libdatetime-timezone-perl libextutils-cbuilder-perl libextutils-parsexs-perl libgnomeprintui libjdepend-java liblogkit-java libselinux libselinux.diff libtasn1-2 libtool libxalan2-java libxerces2-java libxml-commons-resolver1.1-java mig mingw32 mit-scheme mlton ncurses ncurses.diff opensp opensp.diff pkg-config pkg-config.diff po-debconf python-defaults python-defaults.diff quilt quilt.diff readline5 readline5.diff sbcl slib slib.diff smlnj tetex-bin tetex-bin.diff xemacs21-packages xorg-x11 xorg-x11.diff zlib zlib.diff

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon Apr 3 09:01:36 UTC 2006


  User: schepler
  Date: 06/04/03 09:01:36

  Added:       scripts/cb ant antlr autoconf autoconf.diff autotools-dev
                        avalon-framework bison bzip2 bzip2.diff cdbs
                        cdbs.diff classpath classpath.diff cmucl
                        console-data cyrus-sasl2 db4.3 db4.3.diff db4.4
                        db4.4.diff dbs dbs.diff debconf debconf.diff
                        debhelper debhelper.diff doxygen doxygen.diff
                        ecj-bootstrap ecj-bootstrap.diff file file.diff fpc
                        freetype freetype.diff gcc-2.95 gcc-2.95.diff
                        gcc-3.3 gcc-3.3.diff gcc-3.4 gdbm gettext
                        gettext.diff ghc6 glibc gnat html2text
                        intltool-debian lattice lattice.diff libbsf-java
                        libcommons-logging-java libdatetime-timezone-perl
                        libextutils-cbuilder-perl libextutils-parsexs-perl
                        libgnomeprintui libjdepend-java liblogkit-java
                        libselinux libselinux.diff libtasn1-2 libtool
                        libxalan2-java libxerces2-java
                        libxml-commons-resolver1.1-java mig mingw32
                        mit-scheme mlton ncurses ncurses.diff opensp
                        opensp.diff pkg-config pkg-config.diff po-debconf
                        python-defaults python-defaults.diff quilt
                        quilt.diff readline5 readline5.diff sbcl slib
                        slib.diff smlnj tetex-bin tetex-bin.diff
                        xemacs21-packages xorg-x11 xorg-x11.diff zlib
                        zlib.diff
  Log:
  Initial check in of pbuildd scripts.
  
  Revision  Changes    Path
  1.1                  pbuildd/scripts/cb/ant
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ant?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ant?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: ant
  ===================================================================
  #! /bin/sh -e
  
  # For the ant -> libxerces2-java -> ant circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper kaffe junit antlr
  inst_src ant
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/ant/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  rm -f "$BUILDPLACE"/tmp/ant/ant-optional_*.deb
  
  pkgs_done ant
  
  
  
  1.1                  pbuildd/scripts/cb/antlr
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/antlr?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/antlr?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: antlr
  ===================================================================
  #! /bin/sh -e
  
  # For the antlr -> kaffe ->b gjdoc -> antlr circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  test -d /var/cache/pbuildd/pool/k/kaffe
  inst_pkgs debhelper fastjar classpath jikes-classpath autotools-dev \
      gcj libgcj-dev python autotools-dev kaffe-common
  inst_src antlr
  
  if ! $CHROOTEXEC /bin/bash -e <<EOF
      cd /var/cache/pbuildd/pool/k/kaffe
      dpkg -i --force-depends kaffe_*.deb kaffe-pthreads_*.deb || true
  
      apt-get -y --allow-unauthenticated -f install </dev/null
  
      cd /var/cache/pbuildd/pool/k/kaffe
      dpkg -i --force-depends kaffe_*.deb kaffe-pthreads_*.deb
  
      cd /tmp/antlr/*/
      $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done antlr
  
  
  
  1.1                  pbuildd/scripts/cb/autoconf
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/autoconf?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/autoconf?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: autoconf
  ===================================================================
  #! /bin/sh -e
  
  # For autoconf -> automake1.9 -> autoconf circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs texinfo debhelper m4
  inst_src autoconf
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/autoconf/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done autoconf
  
  
  
  1.1                  pbuildd/scripts/cb/autoconf.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/autoconf.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/autoconf.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: autoconf.diff
  ===================================================================
  diff -urN autoconf-2.59a.old/debian/rules autoconf-2.59a/debian/rules
  --- autoconf-2.59a.old/debian/rules	2005-12-17 03:37:42.000000000 +0100
  +++ autoconf-2.59a/debian/rules	2005-12-17 03:38:32.000000000 +0100
  @@ -9,11 +9,9 @@
   configure: configure-stamp
   configure-stamp:
   	dh_testdir
  -	aclocal-1.9 -I config
  -	automake-1.9
   	touch doc/fdl.texi
   	perl -pi~ -e "s/^my \\\$$VERSION.*/my \\\$$VERSION = '`date`';/;" lib/Autom4te/C4che.pm
  -	AWK=awk EMACS=no ACLOCAL=aclocal-1.9 AUTOMAKE=automake-1.9 ./configure --prefix=/usr --with-lispdir=
  +	AWK=awk EMACS=no ./configure --prefix=/usr --with-lispdir=
   	touch configure-stamp
   
   build: configure-stamp build-stamp
  
  
  
  1.1                  pbuildd/scripts/cb/autotools-dev
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/autotools-dev?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/autotools-dev?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: autotools-dev
  ===================================================================
  #! /bin/sh -e
  
  # For autotools-dev -> debhelper ->b file -> autotools-dev circular dependency.
  
  test -d /var/cache/pbuildd/partial/d/debhelper || test -d /var/cache/pbuildd/pool/d/debhelper
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs
  if test -d /var/cache/pbuildd/partial/d/debhelper; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/d/debhelper/debhelper_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/d/debhelper/debhelper_*.deb
  fi
  
  inst_src autotools-dev
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/autotools-dev/*; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done autotools-dev
  
  
  
  1.1                  pbuildd/scripts/cb/avalon-framework
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/avalon-framework?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/avalon-framework?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: avalon-framework
  ===================================================================
  #! /bin/sh -e
  
  # For the avalon-framework -> ant-optional -> libcommons-logging-java ->
  #    avalon-framework circular dependency
  #  (where ant-optional is not built by ant's bootstrap script)
  # We build as much of ant-optional as needed locally and install that.
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper kaffe junit antlr libxerces2-java liblog4j1.2-java \
      liblogkit-java libxalan2-java junit
  inst_src ant avalon-framework
  
  if ! $CHROOTEXEC /bin/bash -e -x <<EOF
  cd /tmp/ant/*/
  $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  
  dpkg -i ../ant_*.deb ../ant-optional_*.deb
  
  cd /tmp/avalon-framework/*/
  $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done avalon-framework
  
  
  
  1.1                  pbuildd/scripts/cb/bison
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/bison?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/bison?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: bison
  ===================================================================
  #! /bin/sh -e
  
  # For bison -> tetex-bin -> bison circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper texinfo gettext m4
  inst_src bison
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/bison/*/; touch doc/bison.dvi doc/bison.ps; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done bison
  
  
  
  1.1                  pbuildd/scripts/cb/bzip2
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/bzip2?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/bzip2?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: bzip2
  ===================================================================
  #! /bin/sh -e
  
  # Put off building 64-bit bzip2 libraries until later
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs texinfo
  inst_src bzip2
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/bzip2/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done bzip2
  
  
  
  1.1                  pbuildd/scripts/cb/bzip2.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/bzip2.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/bzip2.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: bzip2.diff
  ===================================================================
  diff -urN bzip2-1.0.3.old/debian/rules bzip2-1.0.3/debian/rules
  --- bzip2-1.0.3.old/debian/rules	2006-02-17 14:18:03.000000000 +0000
  +++ bzip2-1.0.3/debian/rules	2006-02-17 14:17:05.000000000 +0000
  @@ -28,14 +28,6 @@
   		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
   UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/-[0-9.]*$$//')
   
  -ifneq (,$(findstring /$(DEB_HOST_ARCH)/,/i386/powerpc/sparc/s390/))
  -	build64-stamp := build64-stamp
  -	CC64=gcc -m64
  -endif
  -ifeq ($(DEB_HOST_ARCH),i386)
  -	CC64 += -march=x86-64 -mtune=x86-64
  -endif
  -
   #ifneq (,$(findstring /$(DEB_HOST_ARCH)/,/amd64/ppc64/))
   #	build32-stamp := build32-stamp
   #endif
  
  
  
  1.1                  pbuildd/scripts/cb/cdbs
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cdbs?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cdbs?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: cdbs
  ===================================================================
  #! /bin/sh -e
  
  # For _lots_ of circular dependencies involving cdbs
  # (for example, cdbs -> springgraph ->b libgd-gd2-perl -> cdbs)
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper
  inst_src cdbs
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/cdbs/*/; DEB_BUILD_OPTIONS=nocheck $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done cdbs
  
  
  
  1.1                  pbuildd/scripts/cb/cdbs.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cdbs.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cdbs.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: cdbs.diff
  ===================================================================
  diff -urN cdbs-0.4.32.old/debian/docs cdbs-0.4.32/debian/docs
  --- cdbs-0.4.32.old/debian/docs	2005-07-05 12:34:39.000000000 -0700
  +++ cdbs-0.4.32/debian/docs	2005-07-11 12:52:31.000000000 -0700
  @@ -1,4 +0,0 @@
  -guide/cdbs-doc.xhtml
  -guide/cdbs-doc.pdf
  -guide/cdbs-doc.ps
  -guide/cdbs-doc.txt
  diff -urN cdbs-0.4.32.old/debian/rules cdbs-0.4.32/debian/rules
  --- cdbs-0.4.32.old/debian/rules	2005-07-09 07:56:34.000000000 -0700
  +++ cdbs-0.4.32/debian/rules	2005-07-11 12:51:00.000000000 -0700
  @@ -27,7 +27,7 @@
   DEB_ARCH_PACKAGES :=
   DEB_PACKAGES := $(DEB_INDEP_PACKAGES)
   DEB_ALL_PACKAGES := $(DEB_PACKAGES)
  -DEB_AUTO_UPDATE_DEBIAN_CONTROL	:= yes
  +#DEB_AUTO_UPDATE_DEBIAN_CONTROL	:= yes
   include 1/rules/buildvars.mk.in
   include 1/rules/debhelper.mk.in
   include 1/class/autotools.mk.in
  @@ -39,7 +39,7 @@
   DEB_COMPRESS_EXCLUDE := .xhtml
   
   build/cdbs::
  -	make -C guide
  +	-make -C guide
   
   clean::
   	make -C guide dist-clean
  
  
  
  1.1                  pbuildd/scripts/cb/classpath
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/classpath?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/classpath?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: classpath
  ===================================================================
  #! /bin/sh -e
  
  # For the classpath -> gjdoc -> antlr -> jikes-classpath circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper jikes zip libgtk2.0-dev libart-2.0-dev libx11-dev \
      libice-dev libxt-dev libxtst-dev libasound2-dev cdbs libcairo2-dev dpatch \
      libqt4-dev
  inst_src classpath
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/classpath/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  rm -f "$BUILDPLACE"/tmp/classpath/classpath-doc_*.deb
  
  pkgs_done classpath
  
  
  
  1.1                  pbuildd/scripts/cb/classpath.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/classpath.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/classpath.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: classpath.diff
  ===================================================================
  diff -urN classpath-0.18.old/debian/rules classpath-0.18/debian/rules
  --- classpath-0.18.old/debian/rules	2005-10-07 10:29:33.000000000 +0200
  +++ classpath-0.18/debian/rules	2005-10-07 10:31:09.000000000 +0200
  @@ -37,7 +37,7 @@
   		$(OPT_COMPILER) \
   		--enable-gtk-cairo \
   		--enable-jni \
  -		--with-gjdoc
  +		# --with-gjdoc
   	touch configured-stamp
   
   configure-native-only: patch configure
  @@ -110,7 +110,7 @@
   	# Move examples
   	mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/classpath-doc
   	mv $(CURDIR)/debian/tmp/usr/share/classpath/examples $(CURDIR)/debian/tmp/usr/share/doc/classpath-doc/examples
  -	cp -r $(CURDIR)/doc/api/html $(CURDIR)/debian/tmp/usr/share/doc/classpath-doc/api
  +	#cp -r $(CURDIR)/doc/api/html $(CURDIR)/debian/tmp/usr/share/doc/classpath-doc/api
   	
   	dh_install -i --sourcedir=debian/tmp
   	dh_installdocs -i
  
  
  
  1.1                  pbuildd/scripts/cb/cmucl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cmucl?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cmucl?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: cmucl
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper lesstif-dev tetex-extra tar hevea tidy a2ps \
      common-lisp-controller x-dev gcc-3.4 bc
  download_inst_pkgs cmucl
  inst_src cmucl
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/cmucl/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done cmucl
  
  
  
  1.1                  pbuildd/scripts/cb/console-data
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/console-data?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/console-data?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: console-data
  ===================================================================
  #! /bin/sh -e
  
  # For console-data -> console-tools ->b console-common ->b console-data
  #  circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  test -d /var/cache/pbuildd/pool/c/console-common
  test -d /var/cache/pbuildd/pool/c/console-tools
  inst_pkgs dbs debhelper dh-consoledata sharutils libconsole
  inst_src console-data
  
  if ! $CHROOTEXEC /bin/bash -e <<EOF
      dpkg -i --force-depends \
  	/var/cache/pbuildd/pool/c/console-common/console-common_*.deb \
  	/var/cache/pbuildd/pool/c/console-tools/console-tools_*.deb || true
  
      apt-get -y -f install </dev/null
  
      dpkg -i --force-depends \
  	/var/cache/pbuildd/pool/c/console-common/console-common_*.deb \
  	/var/cache/pbuildd/pool/c/console-tools/console-tools_*.deb
      cd /tmp/console-data/*/
      $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done console-data
  
  
  
  1.1                  pbuildd/scripts/cb/cyrus-sasl2
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cyrus-sasl2?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cyrus-sasl2?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: cyrus-sasl2
  ===================================================================
  #! /bin/sh -e
  
  # For cyrus-sasl2 -> openldap2 -> cyrus-sasl2 circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs autotools-dev debhelper libpam0g-dev zlib1g-dev libdb4.2-dev \
      libopie-dev chrpath libssl-dev libmysqlclient10-dev \
      libpq-dev automake1.7 autoconf dbs groff-base comerr-dev libtool
  inst_src cyrus-sasl2
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/cyrus-sasl2/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  rm -f "$BUILDROOT/tmp/cyrus-sasl2/libsasl2-modules*_*.deb"
  pkgs_done cyrus-sasl2
  
  
  
  1.1                  pbuildd/scripts/cb/db4.3
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.3?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.3?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: db4.3
  ===================================================================
  #! /bin/sh -e
  
  # For db4.3 -> fastjar -> ... -> perl-doc -> db4.3 circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs tcl8.4-dev procps
  inst_src db4.3
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/db4.3/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done db4.3
  
  
  
  1.1                  pbuildd/scripts/cb/db4.3.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.3.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.3.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: db4.3.diff
  ===================================================================
  diff -urN db4.3-4.3.29.old/debian/rules db4.3-4.3.29/debian/rules
  --- db4.3-4.3.29.old/debian/rules	2005-12-19 16:19:31.000000000 +0100
  +++ db4.3-4.3.29/debian/rules	2005-12-19 16:18:55.000000000 +0100
  @@ -23,8 +23,8 @@
   DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
   DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
   
  -JAVA_UNSUPPORTED_CPUS = zm32rz zm68kz zmipsz zmipselz zarmz
  -JAVA_UNSUPPORTED_SYSTEMS = zgnuz zkfreebsd-gnuz zknetbsd-gnuz
  +JAVA_UNSUPPORTED_CPUS = z$(DEB_BUILD_GNU_CPU)z
  +JAVA_UNSUPPORTED_SYSTEMS = z$(DEB_BUILD_GNU_SYSTEM)z
   
   CONFIGURE_VARS = CC=gcc CFLAGS="$(CFLAGS)" CPPFLAGS="-I/usr/include/tcl8.4" 
   CONFIGURE_SWITCHES =    --prefix=/usr \
  
  
  
  1.1                  pbuildd/scripts/cb/db4.4
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.4?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.4?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: db4.4
  ===================================================================
  #! /bin/sh -e
  
  # For db4.4 -> fastjar -> ... -> perl-doc -> db4.4 circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs tcl8.4-dev procps
  inst_src db4.4
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/db4.4/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done db4.4
  
  
  
  1.1                  pbuildd/scripts/cb/db4.4.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.4.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/db4.4.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: db4.4.diff
  ===================================================================
  diff -urN db4.3-4.3.29.old/debian/rules db4.3-4.3.29/debian/rules
  --- db4.3-4.3.29.old/debian/rules	2005-12-19 16:19:31.000000000 +0100
  +++ db4.3-4.3.29/debian/rules	2005-12-19 16:18:55.000000000 +0100
  @@ -23,8 +23,8 @@
   DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
   DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
   
  -JAVA_UNSUPPORTED_CPUS = zm32rz zm68kz zmipsz zmipselz zarmz
  -JAVA_UNSUPPORTED_SYSTEMS = zgnuz zkfreebsd-gnuz zknetbsd-gnuz
  +JAVA_UNSUPPORTED_CPUS = z$(DEB_BUILD_GNU_CPU)z
  +JAVA_UNSUPPORTED_SYSTEMS = z$(DEB_BUILD_GNU_SYSTEM)z
   
   CONFIGURE_VARS = CC=gcc CFLAGS="$(CFLAGS)" CPPFLAGS="-I/usr/include/tcl8.4" 
   CONFIGURE_SWITCHES =    --prefix=/usr \
  
  
  
  1.1                  pbuildd/scripts/cb/dbs
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/dbs?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/dbs?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: dbs
  ===================================================================
  #! /bin/sh -e
  
  # For dbs -> xmlto -> libxslt -> libxml2 -> zlib -> dbs circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper
  inst_src dbs
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/dbs/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done dbs
  
  
  
  1.1                  pbuildd/scripts/cb/dbs.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/dbs.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/dbs.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: dbs.diff
  ===================================================================
  diff -urN dbs-0.34.old/debian/rules dbs-0.34/debian/rules
  --- dbs-0.34.old/debian/rules	2004-05-13 15:06:07.000000000 -0700
  +++ dbs-0.34/debian/rules	2004-06-21 23:57:31.810772598 -0700
  @@ -15,7 +15,7 @@
   	
   	# Add here commands to compile the package.
   	#$(MAKE)
  -	xmlto man dbs-edit-patch.xml
  +	-xmlto man dbs-edit-patch.xml
   
   	touch build-stamp
   
  @@ -65,7 +65,7 @@
   #	dh_installpam -i
   #	dh_installinit -i
   	dh_installcron -i
  -	dh_installman -i dbs-edit-patch.1 dbs.7
  +	dh_installman -i dbs.7
   	dh_installinfo -i
   #	dh_undocumented -i
   	dh_installchangelogs  -i
  
  
  
  1.1                  pbuildd/scripts/cb/debconf
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debconf?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debconf?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: debconf
  ===================================================================
  #! /bin/sh -e
  
  # For debconf -> debhelper ->b debconf circular dependency.
  # Also get rid of python, etc build-depends temporarily.
  
  test -d /var/cache/pbuildd/partial/d/debhelper || test -d /var/cache/pbuildd/pool/d/debhelper
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs gettext po-debconf
  if test -d /var/cache/pbuildd/partial/d/debhelper; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/d/debhelper/debhelper_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/d/debhelper/debhelper_*.deb
  fi
  
  inst_src debconf
  
  if ! $CHROOTEXEC /bin/bash -e <<EOF
      cd /tmp/debconf/*/
      $SUTOUSER $FAKEROOT debian/rules clean
      $SUTOUSER touch doc/introduction.html doc/introduction.txt
      $SUTOUSER touch doc/tutorial.html doc/tutorial.txt
      $SUTOUSER dpkg-buildpackage -d -nc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done debconf
  
  
  
  1.1                  pbuildd/scripts/cb/debconf.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debconf.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debconf.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: debconf.diff
  ===================================================================
  diff -urN debconf-1.4.62.old/debian/rules debconf-1.4.62/debian/rules
  --- debconf-1.4.62.old/debian/rules	2005-12-03 23:23:33.000000000 +0100
  +++ debconf-1.4.62/debian/rules	2005-12-16 23:15:17.000000000 +0100
  @@ -60,8 +60,6 @@
   	echo "Install debconf-doc and see /usr/share/doc/debconf-doc/changelog.gz" >> debian/debconf.changelog
   	echo "for the remainder of this changelog." >> debian/debconf.changelog
   
  -	dh_python -V2.3
  -	dh_python -V2.4
   	dh_installchangelogs
   	dh_compress -X demo.templates -X tutorial.templates
   	dh_fixperms
  
  
  
  1.1                  pbuildd/scripts/cb/debhelper
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debhelper?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debhelper?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: debhelper
  ===================================================================
  #! /bin/sh -e
  
  # For debhelper -> po4a -> debhelper circular dependency.
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs
  inst_src debhelper
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/debhelper/*; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done debhelper
  
  
  
  1.1                  pbuildd/scripts/cb/debhelper.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debhelper.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/debhelper.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: debhelper.diff
  ===================================================================
  diff -urN debhelper-5.0.22.old/debian/rules debhelper-5.0.22/debian/rules
  --- debhelper-5.0.22.old/debian/rules	2006-01-18 22:12:08.000000000 +0100
  +++ debhelper-5.0.22/debian/rules	2006-02-13 11:03:37.000000000 +0100
  @@ -46,18 +46,6 @@
   	cat debhelper.pod | \
   		$(MAKEMANLIST) `find . -maxdepth 1 -type f -perm +100 -name "dh_*" | sort` | \
   		$(POD2MAN) --name="debhelper" --section=7  > debhelper.7
  -	po4a man/po4a/po4a.cfg 
  -	set -e; \
  -	for lang in $(LANGS); do \
  -		dir=man/$$lang; \
  -		for file in $$dir/dh_*.pod; do \
  -			prog=`basename $$file | sed 's/.pod//'`; \
  -			$(POD2MAN) $$file $$prog.$$lang.1; \
  -		done; \
  -		cat $$dir/debhelper.pod | \
  -			$(MAKEMANLIST) `find $$dir -type f -maxdepth 1 -name "dh_*.pod" | sort` | \
  -			$(POD2MAN) --section=7 > debhelper.$$lang.7; \
  -	done
   	
   	touch build-stamp
   
  @@ -65,7 +53,6 @@
   	./run dh_testdir
   	./run dh_testroot
   	./run dh_clean *.1 *.7 *-stamp Debian/Debhelper/Dh_Version.pm
  -	po4a --rm-translations man/po4a/po4a.cfg
   
   test: version test-stamp
   test-stamp:
  
  
  
  1.1                  pbuildd/scripts/cb/doxygen
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/doxygen?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/doxygen?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: doxygen
  ===================================================================
  #! /bin/sh -e
  
  # For the doxygen -> qt-x11-free -> mysql-dfsg -> doxygen
  #  circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper flex-old bison python libpng12-dev patch \
      tetex-bin tetex-extra gs
  inst_src doxygen
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/doxygen/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done doxygen
  
  
  
  1.1                  pbuildd/scripts/cb/doxygen.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/doxygen.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/doxygen.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: doxygen.diff
  ===================================================================
  diff -urN doxygen-1.4.4.old/debian/rules doxygen-1.4.4/debian/rules
  --- doxygen-1.4.4.old/debian/rules	2005-10-02 19:13:18.000000000 +0200
  +++ doxygen-1.4.4/debian/rules	2005-10-02 19:14:24.000000000 +0200
  @@ -5,10 +5,7 @@
   export QTDIR=/usr/share/qt3
   
   DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
  -with_doxywizard := yes
  -ifeq ($(DEB_BUILD_ARCH),hurd-i386)
  -  with_doxywizard := no
  -endif
  +with_doxywizard := no
   
   CFLAGS+=$(if $(findstring debug,$(DEB_BUILD_OPTIONS)),-g)
   CFLAGS+=$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),-O0,-O2)
  
  
  
  1.1                  pbuildd/scripts/cb/ecj-bootstrap
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ecj-bootstrap?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ecj-bootstrap?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: ecj-bootstrap
  ===================================================================
  #! /bin/sh -e
  
  # For ecj-bootstrap -> ant -> kaffe -> ecj-bootstrap
  #  (The ant Build-Depends is only necessary for building the ant
  #  bindings, so build with ant source unpacked and point gcj to it.)
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper gcj-4.0 fastjar
  inst_src ecj-bootstrap ant
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/ecj-bootstrap/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done ecj-bootstrap
  
  
  
  1.1                  pbuildd/scripts/cb/ecj-bootstrap.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ecj-bootstrap.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ecj-bootstrap.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: ecj-bootstrap.diff
  ===================================================================
  diff -urN ecj-bootstrap-3.1.2.old/debian/rules ecj-bootstrap-3.1.2/debian/rules
  --- ecj-bootstrap-3.1.2.old/debian/rules	2006-03-05 09:09:23.000000000 +0000
  +++ ecj-bootstrap-3.1.2/debian/rules	2006-03-05 09:15:44.000000000 +0000
  @@ -25,6 +25,7 @@
   ifeq ($(DEB_HOST_ARCH),hppa)
     with_rebuild := no
   endif
  +with_rebuild := no
   
   default: build
   
  @@ -54,7 +55,7 @@
   	set -e; \
   	for f in $$(find build/bin -name '*.java'); do \
   	    $(GCJ) -d build/bin -C -g \
  -	        -I/usr/share/ant$(ant_version)/lib/ant.jar \
  +	        -I$(shell echo /tmp/ant/*/)src/main \
   		-Ibuild/bin \
   	        $$f; \
   	done
  
  
  
  1.1                  pbuildd/scripts/cb/file
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/file?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/file?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: file
  ===================================================================
  #! /bin/sh -e
  
  # For file -> debhelper ->b file circular dependency.
  # Also temporarily get rid of libtool and python build-depends.
  
  test -d /var/cache/pbuildd/partial/d/debhelper || test -d /var/cache/pbuildd/pool/d/debhelper
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs autotools-dev
  if test -d /var/cache/pbuildd/partial/d/debhelper; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/d/debhelper/debhelper_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/d/debhelper/debhelper_*.deb
  fi
  
  inst_src file
  
  if ! $CHROOTEXEC /bin/bash -e <<EOF
      cd /tmp/file/*/
      $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
      dpkg -i ../file_*.deb ../libmagic1_*.deb
  
      # Build again to get correct binary dependencies
      $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done file
  
  
  
  1.1                  pbuildd/scripts/cb/file.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/file.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/file.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: file.diff
  ===================================================================
  diff -urN file-4.15.old/debian/rules file-4.15/debian/rules
  --- file-4.15.old/debian/rules	2005-12-16 22:44:04.000000000 +0100
  +++ file-4.15/debian/rules	2005-12-16 22:47:29.000000000 +0100
  @@ -9,8 +9,6 @@
   # Uncomment this to turn on verbose mode. 
   #export DH_VERBOSE=1
   
  -PYTHON_VERSIONS=2.4 2.3
  -
   # This has to be exported to make some magic below work.
   export DH_OPTIONS
   
  @@ -46,7 +44,7 @@
   		--enable-fsect-man5
   	rm config.sub && mv config.sub.upstream config.sub
   	rm config.guess && mv config.guess.upstream config.guess
  -	mv libtool libtool.upstream && cp /usr/bin/libtool libtool
  +	mv libtool libtool.upstream && cp libtool.copy libtool && chmod a+x libtool
   	make
   	rm libtool && mv libtool.upstream libtool
   	touch build-stamp
  @@ -75,7 +73,7 @@
   	dh_installdirs
   
   	# Add here commands to install the package into debian/tmp.
  -	mv libtool libtool.upstream && cp /usr/bin/libtool libtool
  +	mv libtool libtool.upstream && cp libtool.copy libtool && chmod a+x libtool
   	$(MAKE) prefix=`pwd`/debian/tmp/usr install
   	rm libtool && mv libtool.upstream libtool
   	install -m644 -p -D magic/magic.local debian/tmp/etc/magic
  @@ -122,7 +120,6 @@
   	dh_compress
   	dh_fixperms
   #	dh_perl
  -	dh_python
   	dh_makeshlibs
   	dh_installdeb
   	dh_shlibdeps -Llibmagic1 -ldebian/libmagic1/usr/lib
  diff -urN file-4.15.old/libtool.copy file-4.15/libtool.copy
  --- file-4.15.old/libtool.copy	1970-01-01 01:00:00.000000000 +0100
  +++ file-4.15/libtool.copy	2005-12-16 22:44:31.000000000 +0100
  @@ -0,0 +1,7901 @@
  +#! /bin/sh
  +
  +# libtoolT - Provide generalized library-building support services.
  +# Generated automatically by  (GNU libtool 1.5.0a (1.1220.2.35 2003/11/12 18:51:58))
  +# NOTE: Changes made to this file will be lost: look at ltmain.sh.
  +#
  +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
  +# Free Software Foundation, Inc.
  +#
  +# This file is part of GNU Libtool:
  +# Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
  +#
  +# This program is free software; you can redistribute it and/or modify
  +# it under the terms of the GNU General Public License as published by
  +# the Free Software Foundation; either version 2 of the License, or
  +# (at your option) any later version.
  +#
  +# This program is distributed in the hope that it will be useful, but
  +# WITHOUT ANY WARRANTY; without even the implied warranty of
  +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  +# General Public License for more details.
  +#
  +# You should have received a copy of the GNU General Public License
  +# along with this program; if not, write to the Free Software
  +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  +#
  +# As a special exception to the GNU General Public License, if you
  +# distribute this file as part of a program that contains a
  +# configuration script generated by Autoconf, you may include it under
  +# the same distribution terms that you use for the rest of that program.
  +
  +# A sed program that does not truncate output.
  +SED="/bin/sed"
  +
  +# Sed that helps us avoid accidentally triggering echo(1) options like -n.
  +Xsed="/bin/sed -e s/^X//"
  +
  +# The HP-UX ksh and POSIX shell print the target directory to stdout
  +# if CDPATH is set.
  +if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
  +
  +# The names of the tagged configurations supported by this script.
  +available_tags=" CXX F77 GCJ BINCC BINCXX"
  +
  +# ### BEGIN LIBTOOL CONFIG
  +
  +# Libtool was configured on host frobnitz:
  +
  +# Shell to use when invoking shell scripts.
  +SHELL="/bin/sh"
  +
  +# Whether or not to build shared libraries.
  +build_libtool_libs=yes
  +
  +# Whether or not to build static libraries.
  +build_old_libs=yes
  +
  +# Whether or not to add -lc for building shared libraries.
  +build_libtool_need_lc=no
  +
  +# Whether or not to disallow shared libs when runtime libs are static
  +allow_libtool_libs_with_static_runtimes=no
  +
  +# Whether or not to optimize for fast installation.
  +fast_install=yes
  +
  +# The host system.
  +host_alias=
  +host=i386-pc-linux-gnu
  +
  +# An echo program that does not interpret backslashes.
  +echo="echo"
  +
  +# The archiver.
  +AR="ar"
  +AR_FLAGS="cru"
  +
  +# A C compiler.
  +LTCC="gcc"
  +
  +# A language-specific compiler.
  +CC="gcc"
  +
  +# Is the compiler the GNU C compiler?
  +with_gcc=yes
  +
  +# An ERE matcher.
  +EGREP="grep -E"
  +
  +# The linker used to build libraries.
  +LD="/usr/bin/ld"
  +
  +# Whether we need hard or soft links.
  +LN_S="ln -s"
  +
  +# A BSD-compatible nm program.
  +NM="/usr/bin/nm -B"
  +
  +# A symbol stripping program
  +STRIP="strip"
  +
  +# Used to examine libraries when file_magic_cmd begins "file"
  +MAGIC_CMD=file
  +
  +# Used on cygwin: DLL creation program.
  +DLLTOOL="dlltool"
  +
  +# Used on cygwin: object dumper.
  +OBJDUMP="objdump"
  +
  +# Used on cygwin: assembler.
  +AS="as"
  +
  +# The name of the directory that contains temporary libtool files.
  +objdir=.libs
  +
  +# How to create reloadable object files.
  +reload_flag=" -r"
  +reload_cmds="\$LD\$reload_flag -o \$output\$reload_objs"
  +
  +# How to pass a linker flag through the compiler.
  +wl="-Wl,"
  +
  +# Object file suffix (normally "o").
  +objext="o"
  +
  +# Old archive suffix (normally "a").
  +libext="a"
  +
  +# Shared library suffix (normally ".so").
  +shrext='.so'
  +
  +# Executable file suffix (normally "").
  +exeext=""
  +
  +# Additional compiler flags for building library objects.
  +pic_flag=" -fPIC -DPIC"
  +pic_mode=default
  +
  +# What is the maximum length of a command?
  +max_cmd_len=32768
  +
  +# Does compiler simultaneously support -c and -o options?
  +compiler_c_o="yes"
  +
  +# Must we lock files when doing compilation ?
  +need_locks="no"
  +
  +# Do we need the lib prefix for modules?
  +need_lib_prefix=no
  +
  +# Do we need a version for libraries?
  +need_version=no
  +
  +# Whether dlopen is supported.
  +dlopen_support=yes
  +
  +# Whether dlopen of programs is supported.
  +dlopen_self=yes
  +
  +# Whether dlopen of statically linked programs is supported.
  +dlopen_self_static=yes
  +
  +# Compiler flag to prevent dynamic linking.
  +link_static_flag="-static"
  +
  +# Compiler flag to turn off builtin functions.
  +no_builtin_flag=" -fno-builtin"
  +
  +# Compiler flag to allow reflexive dlopens.
  +export_dynamic_flag_spec="\${wl}--export-dynamic"
  +
  +# Compiler flag to generate shared objects directly from archives.
  +whole_archive_flag_spec="\${wl}--whole-archive\$convenience \${wl}--no-whole-archive"
  +
  +# Compiler flag to generate thread-safe objects.
  +thread_safe_flag_spec=""
  +
  +# Library versioning type.
  +version_type=linux
  +
  +# Format of library name prefix.
  +libname_spec="lib\$name"
  +
  +# List of archive names.  First name is the real one, the rest are links.
  +# The last name is the one that the linker finds with -lNAME.
  +library_names_spec="\${libname}\${release}\${shared_ext}\$versuffix \${libname}\${release}\${shared_ext}\$major \$libname\${shared_ext}"
  +
  +# The coded name of the library, if different from the real name.
  +soname_spec="\${libname}\${release}\${shared_ext}\$major"
  +
  +# Commands used to build and install an old-style archive.
  +RANLIB="ranlib"
  +old_archive_cmds="\$AR \$AR_FLAGS \$oldlib\$oldobjs\$old_deplibs~\$RANLIB \$oldlib"
  +old_postinstall_cmds="\$RANLIB \$oldlib~chmod 644 \$oldlib"
  +old_postuninstall_cmds=""
  +
  +# Create an old-style archive from a shared archive.
  +old_archive_from_new_cmds=""
  +
  +# Create a temporary old-style archive to link instead of a shared archive.
  +old_archive_from_expsyms_cmds=""
  +
  +# Commands used to build and install a shared archive.
  +archive_cmds="\$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
  +archive_expsym_cmds="\$echo \\\"{ global:\\\" > \$output_objdir/\$libname.ver~
  +cat \$export_symbols | sed -e \\\"s/\\\\(.*\\\\)/\\\\1;/\\\" >> \$output_objdir/\$libname.ver~
  +\$echo \\\"local: *; };\\\" >> \$output_objdir/\$libname.ver~
  +        \$CC -shared \$libobjs \$deplibs \$compiler_flags \${wl}-soname \$wl\$soname \${wl}-version-script \${wl}\$output_objdir/\$libname.ver -o \$lib"
  +postinstall_cmds=""
  +postuninstall_cmds=""
  +
  +# Commands used to build a loadable module (assumed same as above if empty)
  +module_cmds=""
  +module_expsym_cmds=""
  +
  +# Commands to strip libraries.
  +old_striplib="strip --strip-debug"
  +striplib="strip --strip-unneeded"
  +
  +# Dependencies to place before the objects being linked to create a
  +# shared library.
  +predep_objects=""
  +
  +# Dependencies to place after the objects being linked to create a
  +# shared library.
  +postdep_objects=""
  +
  +# Dependencies to place before the objects being linked to create a
  +# shared library.
  +predeps=""
  +
  +# Dependencies to place after the objects being linked to create a
  +# shared library.
  +postdeps=""
  +
  +# The library search path used internally by the compiler when linking
  +# a shared library.
  +compiler_lib_search_path=""
  +
  +# Method to check whether dependent libraries are shared objects.
  +deplibs_check_method="pass_all"
  +
  +# Command to use when deplibs_check_method == file_magic.
  +file_magic_cmd="\$MAGIC_CMD"
  +
  +# Flag that allows shared libraries with undefined symbols to be built.
  +allow_undefined_flag=""
  +
  +# Flag that forces no undefined symbols.
  +no_undefined_flag=""
  +
  +# Commands used to finish a libtool library installation in a directory.
  +finish_cmds="PATH=\\\"\\\$PATH:/sbin\\\" ldconfig -n \$libdir"
  +
  +# Same as above, but a single script fragment to be evaled but not shown.
  +finish_eval=""
  +
  +# Take the output of nm and produce a listing of raw symbols and C names.
  +global_symbol_pipe="sed -n -e 's/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'"
  +
  +# Transform the output of nm in a proper C declaration
  +global_symbol_to_cdecl="sed -n -e 's/^. .* \\(.*\\)\$/extern int \\1;/p'"
  +
  +# Transform the output of nm in a C name address pair
  +global_symbol_to_c_name_address="sed -n -e 's/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p' -e 's/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'"
  +
  +# This is the shared library runtime path variable.
  +runpath_var=LD_RUN_PATH
  +
  +# This is the shared library path variable.
  +shlibpath_var=LD_LIBRARY_PATH
  +
  +# Is shlibpath searched before the hard-coded library search path?
  +shlibpath_overrides_runpath=no
  +
  +# How to hardcode a shared library path into an executable.
  +hardcode_action=immediate
  +
  +# Whether we should hardcode library paths into libraries.
  +hardcode_into_libs=yes
  +
  +# Flag to hardcode $libdir into a binary during linking.
  +# This must work even if $libdir does not exist.
  +hardcode_libdir_flag_spec="\${wl}--rpath \${wl}\$libdir"
  +
  +# If ld is used when linking, flag to hardcode $libdir into
  +# a binary during linking. This must work even if $libdir does
  +# not exist.
  +hardcode_libdir_flag_spec_ld=""
  +
  +# Whether we need a single -rpath flag with a separated argument.
  +hardcode_libdir_separator=""
  +
  +# Set to yes if using DIR/libNAME during linking hardcodes DIR into the
  +# resulting binary.
  +hardcode_direct=no
  +
  +# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
  +# resulting binary.
  +hardcode_minus_L=no
  +
  +# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
  +# the resulting binary.
  +hardcode_shlibpath_var=unsupported
  +
  +# Set to yes if building a shared library automatically hardcodes DIR into the library
  +# and all subsequent libraries and executables linked against it.
  +hardcode_automatic=no
  +
  +# Variables whose values should be saved in libtool wrapper scripts and
  +# restored at relink time.
  +variables_saved_for_relink="PATH  LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  +
  +# Whether libtool must link a program against all its dependency libraries.
  +link_all_deplibs=unknown
  +
  +# Compile-time system search path for libraries
  +sys_lib_search_path_spec="/lib/ /usr/lib/ /usr/X11R6/lib/ /usr/local/lib/"
  +
  +# Run-time system search path for libraries
  +sys_lib_dlsearch_path_spec="/lib /usr/lib /usr/X11R6/lib"
  +
  +# Fix the shell variable $srcfile for the compiler.
  +fix_srcfile_path=""
  +
  +# Set to yes if exported symbols are required.
  +always_export_symbols=no
  +
  +# The commands to list exported symbols.
  +export_symbols_cmds="\$NM \$libobjs \$convenience | \$global_symbol_pipe | \$SED 's/.* //' | sort | uniq > \$export_symbols"
  +
  +# The commands to extract the exported symbol list from a shared archive.
  +extract_expsyms_cmds=""
  +
  +# Symbols that should not be listed in the preloaded symbols.
  +exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
  +
  +# Symbols that must always be exported.
  +include_expsyms=""
  +
  +# ### END LIBTOOL CONFIG
  +
  +# ltmain.sh - Provide generalized library-building support services.
  +# NOTE: Changing this file will not affect anything until you rerun configure.
  +#
  +# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003
  +# Free Software Foundation, Inc.
  +# Originally by Gordon Matzigkeit <gord at gnu.ai.mit.edu>, 1996
  +#
  +# This program is free software; you can redistribute it and/or modify
  +# it under the terms of the GNU General Public License as published by
  +# the Free Software Foundation; either version 2 of the License, or
  +# (at your option) any later version.
  +#
  +# This program is distributed in the hope that it will be useful, but
  +# WITHOUT ANY WARRANTY; without even the implied warranty of
  +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  +# General Public License for more details.
  +#
  +# You should have received a copy of the GNU General Public License
  +# along with this program; if not, write to the Free Software
  +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  +#
  +# As a special exception to the GNU General Public License, if you
  +# distribute this file as part of a program that contains a
  +# configuration script generated by Autoconf, you may include it under
  +# the same distribution terms that you use for the rest of that program.
  +
  +# Check that we have a working $echo.
  +if test "X$1" = X--no-reexec; then
  +  # Discard the --no-reexec flag, and continue.
  +  shift
  +elif test "X$1" = X--fallback-echo; then
  +  # Avoid inline document here, it may be left over
  +  :
  +elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
  +  # Yippee, $echo works!
  +  :
  +else
  +  # Restart under the correct shell, and then maybe $echo will work.
  +  exec $SHELL "$0" --no-reexec ${1+"$@"}
  +fi
  +
  +if test "X$1" = X--fallback-echo; then
  +  # used as fallback echo
  +  shift
  +  cat <<EOF
  +$*
  +EOF
  +  exit 0
  +fi
  +
  +# The name of this program.
  +progname=`$echo "$0" | ${SED} 's%^.*/%%'`
  +modename="$progname"
  +
  +# Constants.
  +PROGRAM=ltmain.sh
  +PACKAGE=libtool
  +VERSION=1.5.0a
  +TIMESTAMP=" (1.1220.2.35 2003/11/12 18:51:58) Debian$Rev: 159 $"
  +
  +default_mode=
  +help="Try \`$progname --help' for more information."
  +magic="%%%MAGIC variable%%%"
  +mkdir="mkdir"
  +mv="mv -f"
  +rm="rm -f"
  +
  +# Sed substitution that helps us do robust quoting.  It backslashifies
  +# metacharacters that are still active within double-quoted strings.
  +Xsed="${SED}"' -e 1s/^X//'
  +sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
  +# test EBCDIC or ASCII
  +case `echo A|tr A '\301'` in
  + A) # EBCDIC based system
  +  SP2NL="tr '\100' '\n'"
  +  NL2SP="tr '\r\n' '\100\100'"
  +  ;;
  + *) # Assume ASCII based system
  +  SP2NL="tr '\040' '\012'"
  +  NL2SP="tr '\015\012' '\040\040'"
  +  ;;
  +esac
  +
  +# NLS nuisances.
  +# Only set LANG and LC_ALL to C if already set.
  +# These must not be set unconditionally because not all systems understand
  +# e.g. LANG=C (notably SCO).
  +# We save the old values to restore during execute mode.
  +if test "${LC_ALL+set}" = set; then
  +  save_LC_ALL="$LC_ALL"; LC_ALL=C; export LC_ALL
  +fi
  +if test "${LANG+set}" = set; then
  +  save_LANG="$LANG"; LANG=C; export LANG
  +fi
  +
  +# Make sure IFS has a sensible default
  +: ${IFS=" 	
  +"}
  +
  +if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
  +  $echo "$modename: not configured to build any kind of library" 1>&2
  +  $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
  +  exit 1
  +fi
  +
  +# Global variables.
  +mode=$default_mode
  +nonopt=
  +prev=
  +prevopt=
  +run=
  +show="$echo"
  +show_help=
  +execute_dlfiles=
  +lo2o="s/\\.lo\$/.${objext}/"
  +o2lo="s/\\.${objext}\$/.lo/"
  
  Reached max line limit 500!
  
  
  1.1                  pbuildd/scripts/cb/fpc
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/fpc?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/fpc?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: fpc
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper tetex-bin tetex-extra gs-common \
  	libncurses5-dev libgpmg1-dev
  download_inst_pkgs fp-compiler fp-units-rtl fp-utils
  inst_src fpc
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/fpc/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done fpc
  
  
  
  1.1                  pbuildd/scripts/cb/freetype
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/freetype?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/freetype?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: freetype
  ===================================================================
  #! /bin/sh -e
  
  # For freetype -> xorg-x11 -> freetype circular dependency
  # (although xorg-x11 is also bootstrapped, even the bootstrap goes
  # awry without freetype present)
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper bzip2 docbook-to-man gettext zlib1g-dev
  inst_src freetype
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/freetype/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done freetype
  
  
  
  1.1                  pbuildd/scripts/cb/freetype.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/freetype.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/freetype.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: freetype.diff
  ===================================================================
  diff -urN freetype-2.1.10.old/debian/rules freetype-2.1.10/debian/rules
  --- freetype-2.1.10.old/debian/rules	2005-09-24 11:12:49.000000000 +0200
  +++ freetype-2.1.10/debian/rules	2005-09-24 11:18:28.000000000 +0200
  @@ -64,7 +64,7 @@
   	dh_testdir
   
   	# Unpack upstream tarballs
  -	@for i in $(freetype_u) $(ftdocs_u) $(ft2demos_u); do \
  +	@for i in $(freetype_u) $(ftdocs_u); do \
   	    if [ -f $$i.tar.bz2 ]; then \
   		echo "Unpacking $$i.tar.bz2 ..."; \
   		tar -x --bzip2 -f $$i.tar.bz2; \
  @@ -97,8 +97,8 @@
   	#patch -p0 -i $(patchdir)/004-freetype-2.1.7-ttgload-monospace-halfwidth.diff
   
   	# face->num_glyphs may be less than the assigned codepoints from cmap
  -	patch -p1 -d $(ft2demos_u) \
  -		-i $(patchdir)/005-ft2demos-2.1.7-ftbench.diff
  +	#patch -p1 -d $(ft2demos_u) \
  +	#	-i $(patchdir)/005-ft2demos-2.1.7-ftbench.diff
   
   	# Turn on CJK font specific autohinting, written by Akito Hirai
   	# and recommended by Firefly.
  @@ -117,8 +117,8 @@
   
   	# No, we do not want rpath on Debian; reversing YAMANO-UCHI Hidetoshi's
   	# 2003-06-13 change.  (Anthony Fok, 2003-08-28)
  -	patch -p1 -d $(ft2demos_u) \
  -	    -i $(patchdir)/070-ft2demos-2.1.7-no-rpath.diff
  +	#patch -p1 -d $(ft2demos_u) \
  +	#    -i $(patchdir)/070-ft2demos-2.1.7-no-rpath.diff
   
   	# Too much jaggies?  Not sure, let's disable this for now...
   	#patch -p0 -i $(patchdir)/200-freetype-2.1.4-smooth-usegamma-20030519.diff
  @@ -164,7 +164,7 @@
   #	cd $(freetype_u) && ./configure --prefix=/usr
   	$(MAKE) -C $(freetype_u)
   
  -	$(MAKE) -C $(ft2demos_u) TOP_DIR=../$(freetype_u) X11_PATH=/usr/X11R6
  +#	$(MAKE) -C $(ft2demos_u) TOP_DIR=../$(freetype_u) X11_PATH=/usr/X11R6
   
   	docbook-to-man $(freetype_config_sgml) > $(freetype_config_man)
   
  @@ -193,10 +193,10 @@
   	    exit 1; \
   	fi
   
  -	dh_installdirs -p$(demospkg)/usr/bin
  -	$(freetype_u)/builds/unix/libtool --mode=install \
  -	    cp -av `find $(ft2demos_u)/bin -type f -perm -u=x -maxdepth 1` \
  -		$(PWD)/debian/$(demospkg)/usr/bin/
  +#	dh_installdirs -p$(demospkg)/usr/bin
  +#	$(freetype_u)/builds/unix/libtool --mode=install \
  +#	    cp -av `find $(ft2demos_u)/bin -type f -perm -u=x -maxdepth 1` \
  +#		$(PWD)/debian/$(demospkg)/usr/bin/
   
   	cp -a $(freetype_u)/objs/.libs/*so.* $(PWD)/debian/$(udebpkg)/usr/lib
   
  @@ -209,7 +209,7 @@
   # Build architecture-dependent files here.
   # Pass -a to all debhelper commands in this target to reduce clutter.
   binary-arch: DH_OPTIONS=-a
  -binary-arch: build $(libpkg) $(devpkg) $(demospkg) $(udebpkg)
  +binary-arch: build $(libpkg) $(devpkg) $(udebpkg)
   
   $(libpkg): DH_OPTIONS=-p$(libpkg)
   $(libpkg): build install
  
  
  
  1.1                  pbuildd/scripts/cb/gcc-2.95
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-2.95?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-2.95?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gcc-2.95
  ===================================================================
  #! /bin/sh -e
  
  # For gcc-2.95 -> cpp-2.95 self-build-depends
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs dejagnu bzip2 binutils debhelper gperf autoconf2.13 bison-1.35 \
      flex-old gettext texinfo libgc-dev mawk libncurses-dev libgmp3-dev \
      help2man
  inst_src gcc-2.95
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/gcc-2.95/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done gcc-2.95
  
  
  
  1.1                  pbuildd/scripts/cb/gcc-2.95.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-2.95.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-2.95.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gcc-2.95.diff
  ===================================================================
  diff -urN gcc-2.95-2.95.4.ds14.old/debian/rules.conf gcc-2.95-2.95.4.ds14/debian/rules.conf
  --- gcc-2.95-2.95.4.ds14.old/debian/rules.conf	2003-05-25 23:32:07.000000000 -0700
  +++ gcc-2.95-2.95.4.ds14/debian/rules.conf	2003-05-25 23:33:28.000000000 -0700
  @@ -180,7 +180,7 @@
   control: control-file parameters-file
   
   control-file:
  -	cpp-2.95 -P $(ctrl_flags) debian/control.in \
  +	cpp -P $(ctrl_flags) debian/control.in \
   	  | awk '/^ *$$/ && x !~ /^ / {next} /SNAPSHOT_WARNING/ $(snap_awk) /NEWLINE/ {print ""; next} {print; x=$$0}' | sed -e '/^[^ ]/s/  */ /g' -e 's/  *\([,)]\)/\1/g' -e 's/ *$$//' \
   	  | sed -e 's/_LIB_SO_/$(PKG_SONAME)/g' \
   		-e 's/_LGP_SO_/$(LGP_PKG_SONAME)/g' \
  @@ -195,7 +195,7 @@
   	cp debian/control.tmp debian/control.native
   ifneq ($(TARGETS),)
   	for i in $(TARGETS); do \
  -	    cpp-2.95 -P $(ctrl_flags) -Dhej -D__target_is_$$i"__" -DTARGET=$$i debian/control.in \
  +	    cpp -P $(ctrl_flags) -Dhej -D__target_is_$$i"__" -DTARGET=$$i debian/control.in \
   	      | awk '/^ *$$/ && x !~ /^ / {next} /SNAPSHOT_WARNING/ $(snap_awk) /NEWLINE/ {print ""; next} {print; x=$$0}' | sed -e '/^[^ ]/s/  */ /g' -e 's/  *\([,)]\)/\1/g' -e 's/ *$$//' \
   	      | sed -e 's/_LIB_SO_/$(PKG_SONAME)/g' \
   		    -e 's/_LGP_SO_/$(LGP_PKG_SONAME)/g' \
  
  
  
  1.1                  pbuildd/scripts/cb/gcc-3.3
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-3.3?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-3.3?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gcc-3.3
  ===================================================================
  #! /bin/sh -e
  
  # For gcc-3.3's self-build-depends
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs dpkg-dev libc6-dev m4 autoconf2.13 automake1.4 libtool \
      autotools-dev gawk dejagnu expect bzip2 binutils debhelper gperf \
      bison flex gettext texinfo zlib1g-dev libgc-dev locales procps \
      sharutils realpath lsb-release doxygen graphviz gsfonts-x11
  inst_src gcc-3.3
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/gcc-3.3/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done gcc-3.3
  
  
  
  1.1                  pbuildd/scripts/cb/gcc-3.3.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-3.3.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-3.3.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gcc-3.3.diff
  ===================================================================
  diff -urN gcc-3.3-3.3.6.old/debian/rules2 gcc-3.3-3.3.6/debian/rules2
  --- gcc-3.3-3.3.6.old/debian/rules2	2006-01-10 17:57:13.000000000 +0100
  +++ gcc-3.3-3.3.6/debian/rules2	2006-01-10 17:58:09.000000000 +0100
  @@ -35,7 +35,7 @@
   ifeq ($(with_ada),yes)
     CC		= gnatgcc $(CPPFLAGS)
   else
  -  CC		= gcc-3.3 $(CPPFLAGS)
  +  CC		= gcc $(CPPFLAGS)
   endif
   
   ifdef DEB_CROSS
  
  
  
  1.1                  pbuildd/scripts/cb/gcc-3.4
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-3.4?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gcc-3.4?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gcc-3.4
  ===================================================================
  #! /bin/sh -e
  
  # For gcc-3.4's self-build-dependency
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs dpkg-dev libc6-dev libc6-dev-amd64 lib64gcc1 m4 autoconf2.13 \
      autoconf automake1.4 automake1.7 libtool autotools-dev gawk \
      dejagnu expect-tcl8.3 bzip2 binutils debhelper gperf bison flex gettext \
      texinfo zlib1g-dev libgc-dev gnat locales procps sharutils \
      libncurses5-dev tetex-bin libgmp3-dev help2man realpath \
      lsb-release doxygen graphviz gsfonts-x11
  inst_src gcc-3.4
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/gcc-3.4/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done gcc-3.4
  
  
  
  1.1                  pbuildd/scripts/cb/gdbm
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gdbm?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gdbm?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gdbm
  ===================================================================
  #! /bin/sh -e
  
  # For gdbm -> texinfo ->b tex-common -> eperl -> libperl-dev -> gdbm
  
  test -d /var/cache/pbuildd/pool/t/texinfo
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs dpatch chrpath
  $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/t/texinfo/texinfo_*.deb
  
  inst_src gdbm
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/gdbm/*; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done gdbm
  
  
  
  1.1                  pbuildd/scripts/cb/gettext
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gettext?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gettext?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gettext
  ===================================================================
  #! /bin/sh -e
  
  # For gettext -> expat -> debhelper ->b po-debconf ->b gettext.
  # Temporarily get rid of expat and java build-depends.
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs
  inst_src gettext
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/gettext/*; $SUTOUSER dpkg-buildpackage -d -B -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done gettext
  
  
  
  1.1                  pbuildd/scripts/cb/gettext.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gettext.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gettext.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gettext.diff
  ===================================================================
  diff -urN gettext-0.14.1.old/debian/rules gettext-0.14.1/debian/rules
  --- gettext-0.14.1.old/debian/rules	2005-02-13 12:09:00.189417000 -0800
  +++ gettext-0.14.1/debian/rules	2005-02-13 12:09:47.276619127 -0800
  @@ -75,8 +75,8 @@
   	$(STRIP) debian/$@/usr/lib/libgettextpo.so.*
   	find debian/$@/usr/share/locale | grep gettext-tools | xargs rm
   	install -d debian/$@/usr/share/gettext
  -	cp -p debian/tmp/usr/share/gettext/libintl.jar \
  -		debian/$@/usr/share/gettext
  +	#cp -p debian/tmp/usr/share/gettext/libintl.jar \
  +	#	debian/$@/usr/share/gettext
   	cp -p gettext-tools/ABOUT-NLS debian/$@/usr/share/doc/$@
   	cp -p debian/copyright debian/$@/usr/share/doc/$@
   	install -m 644 debian/shlibs debian/$@/DEBIAN
  
  
  
  1.1                  pbuildd/scripts/cb/ghc6
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ghc6?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ghc6?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: ghc6
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper libgmp3-dev xsltproc libreadline5-dev xlibmesa-gl-dev \
      libglu1-xorg-dev libglut3-dev time xutils devscripts cpio \
      libx11-dev libsm-dev libice-dev libxmu-dev libxi-dev grep-dctrl \
      autotools-dev haskell-utils docbook-xsl docbook-utils docbook-xml
  download_inst_pkgs ghc6
  inst_src ghc6 haddock
  
  if ! $CHROOTEXEC /bin/bash -e <<EOF
      cd /tmp/haddock/*/
      $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
      dpkg -i ../haddock_*.deb
  
      cd /tmp/ghc6/*/
      $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done ghc6 haddock
  
  
  
  1.1                  pbuildd/scripts/cb/glibc
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/glibc?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/glibc?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: glibc
  ===================================================================
  #! /bin/sh -e
  
  # For the glibc -> libc6-dev-amd64 self-build-depends
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs gettext make dpkg-dev debianutils tar bzip2 texinfo \
      linux-kernel-headers texi2html file gcc-4.0 autoconf binutils \
      sed gawk debhelper \
      m4 automake1.9 libtool gperf bison flex zlib1g-dev \
      procps sharutils chrpath lsb-release
  inst_src glibc gcc-4.0
  
  if ! $CHROOTEXEC /bin/bash -e -x <<EOF
  
  # first build a preliminary lib64gcc1
  cd /tmp/gcc-4.0/*/
  export TARGET32_MACHINE=i486-linux-gnu
  export TARGET64_MACHINE=x86_64-linux-gnu
  
  $SUTOUSER debian/rules patch
  $SUTOUSER mkdir -p build/stage1
  cd build/stage1
  CFLAGS="-g -O2 -Dinhibit_libc" $SUTOUSER ../../src/configure --enable-languages=c --prefix=/usr i486-linux-gnu
  $SUTOUSER make || true
  cd gcc
  $SUTOUSER ./xgcc -B. -g -shared -nodefaultlibs -Wl,--soname=libgcc_s.so.1 -Wl,--version-script=libgcc/64/libgcc.map -Wl,-O1 -o libgcc/64/libgcc_s.so.1 -m64 libgcc/64/*_s.o
  mkdir -p /lib64
  install libgcc/64/libgcc_s.so.1 /lib64/
  
  # now build the 64-bit glibc only, skipping the configure tests which
  # require the 64-bit library already be present
  cd /tmp/glibc/*/
  export libc_cv_forced_unwind=yes
  export libc_cv_c_cleanup=yes
  $SUTOUSER debian/rules build_amd64
  # Because install_amd64 installs its ldd to tmp-libc
  $SUTOUSER mkdir -p debian/tmp-libc/usr/bin
  $SUTOUSER $FAKEROOT debian/rules install_amd64 \
      binaryinst_libc6-amd64 binaryinst_libc6-dev-amd64
  
  dpkg -i --force-depends ../libc6-amd64_*.deb
  dpkg -i --force-depends ../libc6-dev-amd64_*.deb
  
  # finally, go back and build a proper lib64gcc1 deb
  cd /tmp/gcc-4.0/*/
  $SUTOUSER mkdir -p build/stage2
  cd build/stage2
  $SUTOUSER ../../src/configure --enable-languages=c --prefix=/usr i486-linux-gnu
  $SUTOUSER make
  
  # Fake out the package build script
  cd ../..
  $SUTOUSER touch stamps/07-install-stamp
  $SUTOUSER mkdir -p debian/tmp/usr/lib64
  $SUTOUSER install build/stage2/gcc/64/libgcc_s.so.1 debian/tmp/usr/lib64/
  $SUTOUSER chmod +x debian/dh_rmemptydirs
  $SUTOUSER make -f debian/rules.conf substvars-file
  $SUTOUSER $FAKEROOT make -f debian/rules2 stamps/08-binary-stamp-lib64gcc \
      install_dependencies=
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1;
  fi
  
  pkgs_done glibc gcc-4.0
  
  
  
  1.1                  pbuildd/scripts/cb/gnat
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gnat?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/gnat?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: gnat
  ===================================================================
  #! /bin/sh -e
  
  # For gnat's self-build-depends
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper autotools-dev
  download_inst_pkgs gnat libgnat-3.15p-1 libgnatprj-3.15p libgnatvsn-3.15p
  inst_src gnat
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/gnat/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done gnat
  
  
  
  1.1                  pbuildd/scripts/cb/html2text
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/html2text?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/html2text?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: html2text
  ===================================================================
  #! /bin/sh -e
  
  # For html2text -> debhelper ->b html2text circular dependency.
  
  test -d /var/cache/pbuildd/partial/d/debhelper || test -d /var/cache/pbuildd/pool/d/debhelper
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs file
  if test -d /var/cache/pbuildd/partial/d/debhelper; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/d/debhelper/debhelper_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/d/debhelper/debhelper_*.deb
  fi
  
  inst_src html2text
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/html2text/*; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done html2text
  
  
  
  1.1                  pbuildd/scripts/cb/intltool-debian
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/intltool-debian?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/intltool-debian?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: intltool-debian
  ===================================================================
  #! /bin/sh -e
  
  # For intltool-debian -> debhelper ->b po-debconf ->b intltool-debian
  # circular dependency.
  
  test -d /var/cache/pbuildd/partial/d/debhelper || test -d /var/cache/pbuildd/pool/d/debhelper
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs
  if test -d /var/cache/pbuildd/partial/d/debhelper; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/d/debhelper/debhelper_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/d/debhelper/debhelper_*.deb
  fi
  
  inst_src intltool-debian
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/intltool-debian/*; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done intltool-debian
  
  
  
  1.1                  pbuildd/scripts/cb/lattice
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/lattice?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/lattice?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: lattice
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper r-base-dev cdbs
  inst_src lattice
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/lattice/*/; $SUTOUSER dpkg-buildpackage -d -uc -us -B $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done lattice
  
  
  
  1.1                  pbuildd/scripts/cb/lattice.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/lattice.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/lattice.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: lattice.diff
  ===================================================================
  diff -urN lattice-0.12-10.old/debian/rules lattice-0.12-10/debian/rules
  --- lattice-0.12-10.old/debian/rules	2005-10-23 23:24:24.000000000 +0200
  +++ lattice-0.12-10/debian/rules	2005-10-23 23:27:10.000000000 +0200
  @@ -29,15 +29,6 @@
   ## edd 11 Nov 2004      do run R CMD check on these only
   ##                      if arch in argument list, result is "..." and != ""
   ##                      else we get that arch string and skip the test
  -ifeq "$(findstring $(arch), s390 mipsel mips m68k arm)" ""
  -	        mkdir debian/$(cranName)
  -	        find . -not -path "./debian*" | cpio -p -m debian/$(cranName)
  -	        (cd debian 						&& \
  -			R CMD check --no-latex $(cranName)		&& \
  -			R CMD INSTALL -l $(debRlib) $(cranName) 	&& \
  -			rm -rf $(cranName) 				)
  -else 
   		R CMD INSTALL -l $(debRlib) --clean .
  -endif
   		rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING
   
  
  
  
  1.1                  pbuildd/scripts/cb/libbsf-java
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libbsf-java?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libbsf-java?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libbsf-java
  ===================================================================
  #! /bin/sh -e
  
  # For the libbsf-java -> ant-optional -> libbsf-java circular dependency
  #  (where ant-optional is not built by ant's bootstrap script)
  # We build as much of ant-optional as needed locally and install that.
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper kaffe junit antlr libservlet2.3-java libxalan2-java \
      jython rhino junit
  inst_src ant libbsf-java
  
  if ! $CHROOTEXEC /bin/bash -e -x <<EOF
  cd /tmp/ant/*/
  $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  
  dpkg -i ../ant_*.deb ../ant-optional_*.deb
  
  cd /tmp/libbsf-java/*/
  $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libbsf-java
  
  
  
  1.1                  pbuildd/scripts/cb/libcommons-logging-java
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libcommons-logging-java?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libcommons-logging-java?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libcommons-logging-java
  ===================================================================
  #! /bin/sh -e
  
  # For the libcommons-logging-java -> ant-optional -> libcommons-logging-java
  #    circular dependency
  #  (where ant-optional is not built by ant's bootstrap script)
  # We build as much of ant-optional as needed locally and install that.
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper kaffe junit antlr libxerces2-java liblogkit-java \
      liblog4j1.2-java libavalon-framework-java junit
  inst_src ant libcommons-logging-java
  
  if ! $CHROOTEXEC /bin/bash -e -x <<EOF
  cd /tmp/ant/*/
  $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  
  dpkg -i ../ant_*.deb ../ant-optional_*.deb
  
  cd /tmp/libcommons-logging-java/*/
  $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libcommons-logging-java
  
  
  
  1.1                  pbuildd/scripts/cb/libdatetime-timezone-perl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libdatetime-timezone-perl?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libdatetime-timezone-perl?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libdatetime-timezone-perl
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs perl libmodule-build-perl libclass-singleton-perl \
      libparams-validate-perl yada
  inst_src libdatetime-timezone-perl
  
  export without_test=1
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libdatetime-timezone-perl/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libdatetime-timezone-perl
  
  
  
  1.1                  pbuildd/scripts/cb/libextutils-cbuilder-perl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libextutils-cbuilder-perl?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libextutils-cbuilder-perl?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libextutils-cbuilder-perl
  ===================================================================
  #! /bin/sh -e
  
  # For libextutils-cbuilder-perl -> libmodule-build-perl ->b
  #   libextutils-parsexs-perl -> libextutils-cbuilder-perl
  #  circular dependency
  
  test -d /var/cache/pbuildd/pool/libm/libmodule-build-perl
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper perl libarchive-tar-perl libyaml-perl
  
  $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/libm/libmodule-build-perl/libmodule-build-perl_*.deb
  
  inst_src libextutils-cbuilder-perl
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libextutils-cbuilder-perl/*; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libextutils-cbuilder-perl
  
  
  
  1.1                  pbuildd/scripts/cb/libextutils-parsexs-perl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libextutils-parsexs-perl?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libextutils-parsexs-perl?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libextutils-parsexs-perl
  ===================================================================
  #! /bin/sh -e
  
  # For libextutils-parsexs-perl -> libmodule-build-perl ->b
  #  libextutils-parsexs-perl circular dependency
  
  test -d /var/cache/pbuildd/pool/libm/libmodule-build-perl
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper perl libarchive-tar-perl libyaml-perl libextutils-cbuilder-perl
  
  $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/libm/libmodule-build-perl/libmodule-build-perl_*.deb
  
  inst_src libextutils-parsexs-perl
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libextutils-parsexs-perl/*; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libextutils-parsexs-perl
  
  
  
  1.1                  pbuildd/scripts/cb/libgnomeprintui
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libgnomeprintui?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libgnomeprintui?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgnomeprintui
  ===================================================================
  #! /bin/sh -e
  
  # For libgnomeprintui -> gnome-icon-theme ->b librsvg2 -> libgnomeprintui
  
  test -d /var/cache/pbuildd/pool/g/gnome-icon-theme
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper cdbs gettext gnome-pkg-tools libxml2-dev zlib1g-dev \
      libgtk2.0-dev libart-2.0-dev libglade2-dev libgnomecanvas2-dev \
      libgnomeprint2.2-dev gtk-doc-tools
  inst_src libgnomeprintui
  
  $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/g/gnome-icon-theme/gnome-icon-theme_*.deb
  $CHROOTEXEC apt-get -y --force-yes -f install </dev/null
  $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/g/gnome-icon-theme/gnome-icon-theme_*.deb
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libgnomeprintui/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libgnomeprintui
  
  
  
  1.1                  pbuildd/scripts/cb/libjdepend-java
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libjdepend-java?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libjdepend-java?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libjdepend-java
  ===================================================================
  #! /bin/sh -e
  
  # For the libjdepend-java -> ant-optional -> libjdepend-java
  #  circular dependency (where ant-optional is not built by ant's
  #  bootstrap script)
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper kaffe ant cdbs
  inst_src libjdepend-java
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libjdepend-java/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libjdepend-java
  
  
  
  1.1                  pbuildd/scripts/cb/liblogkit-java
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/liblogkit-java?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/liblogkit-java?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: liblogkit-java
  ===================================================================
  #! /bin/sh -e
  
  # For the liblogkit-java -> ant-optional -> libcommons-logging-java ->
  #    avalon-framework -> liblogkit-java circular dependency
  #  (where ant-optional is not built by ant's bootstrap script)
  # We build as much of ant-optional as needed locally and install that.
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper kaffe junit antlr libxerces2-java liboro-java \
      cdbs junit libservlet2.3-java libgnumail-java libgnujaf-java
  inst_src ant liblogkit-java
  
  if ! $CHROOTEXEC /bin/bash -e -x <<EOF
  cd /tmp/ant/*/
  $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  
  dpkg -i ../ant_*.deb ../ant-optional_*.deb
  
  cd /tmp/liblogkit-java/*/
  $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done liblogkit-java
  
  
  
  1.1                  pbuildd/scripts/cb/libselinux
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libselinux?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libselinux?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libselinux
  ===================================================================
  #! /bin/sh -e
  
  # For libselinux -> python2.4 -> tk8.4 -> xorg-x11 -> libselinux.
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs file libsepol1-dev
  inst_src libselinux
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libselinux/*; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libselinux
  
  
  
  1.1                  pbuildd/scripts/cb/libselinux.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libselinux.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libselinux.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libselinux.diff
  ===================================================================
  diff -urN libselinux-1.28.old/debian/control libselinux-1.28/debian/control
  --- libselinux-1.28.old/debian/control	2006-02-18 12:47:20.000000000 +0000
  +++ libselinux-1.28/debian/control	2006-02-18 12:43:19.000000000 +0000
  @@ -59,7 +59,7 @@
    Enforcement, Role-based Access Control, and Multi-level Security.
   
   Package: python2.4-selinux
  -Architecture: any
  +Architecture: none
   Depends: ${shlibs:Depends}
   Section: devel
   Conflicts: libselinux-dev (<= 1.28-1)
  diff -urN libselinux-1.28.old/debian/local.mk libselinux-1.28/debian/local.mk
  --- libselinux-1.28.old/debian/local.mk	2006-02-18 12:47:20.000000000 +0000
  +++ libselinux-1.28/debian/local.mk	2006-02-18 12:44:33.000000000 +0000
  @@ -132,7 +132,7 @@
   	rm -f		    $(TMPTOP)/usr/lib/libselinux.so
   	rm -f		    $(TMPTOP)/usr/lib/libselinux.a
   	test ! -d           $(TMPTOP)/usr/lib/pkgconfig || rm -fr $(TMPTOP)/usr/lib/pkgconfig
  -	chmod 0644          $(TMPTOP)/usr/lib/python2.4/site-packages/_selinux.so
  +	-chmod 0644          $(TMPTOP)/usr/lib/python2.4/site-packages/_selinux.so
   	$(install_file)	    debian/changelog 	     $(DOCDIR)/changelog.Debian
   	$(install_file)	    ChangeLog		     $(DOCDIR)/changelog
   	gzip -9fqr	    $(DOCDIR)/
  diff -urN libselinux-1.28.old/src/Makefile libselinux-1.28/src/Makefile
  --- libselinux-1.28.old/src/Makefile	2006-02-18 12:47:20.000000000 +0000
  +++ libselinux-1.28/src/Makefile	2006-02-18 12:46:37.000000000 +0000
  @@ -28,7 +28,7 @@
   
   SWIG = swig -Wall -python -o $(SWIGCOUT) -outdir ./
   
  -all: $(LIBA) $(LIBSO) $(LIBPC) $(SWIGSO)
  +all: $(LIBA) $(LIBSO) $(LIBPC)
   
   $(LIBA):  $(OBJS)
   	$(AR) rcs $@ $^
  @@ -59,7 +59,7 @@
   swigify: $(SWIGIF)
   	$(SWIG) $^
   
  -install: all install-pywrap
  +install: all
   	test -d $(DESTDIR)$(LIBDIR) || install -m 755 -d $(DESTDIR)$(LIBDIR)
   	install -m 644 $(LIBA) $(DESTDIR)$(LIBDIR)
   	test -d $(DESTDIR)$(LIBDIR)/pkgconfig || install -m 755 -d $(DESTDIR)$(LIBDIR)/pkgconfig
  
  
  
  1.1                  pbuildd/scripts/cb/libtasn1-2
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libtasn1-2?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libtasn1-2?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libtasn1-2
  ===================================================================
  #! /bin/sh -e
  
  # For the libtasn1-2 -> gtk-doc -> xsltproc -> libxml2 -> python2.3 ->
  #   blt -> tk8.0 -> xlibs-dev -> lynx -> gnutls11 -> libtasn1-2
  #  circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper cdbs bison tetex-bin tetex-extra binutils autotools-dev \
      texinfo
  inst_src libtasn1-2
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libtasn1-2/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libtasn1-2
  
  
  
  1.1                  pbuildd/scripts/cb/libtool
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libtool?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libtool?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libtool
  ===================================================================
  #! /bin/sh -e
  
  # For libtool -> g77 ->b gcc-3.4 -> libtool circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper file texi2html texinfo automake1.9 autoconf \
      autotools-dev dpatch
  inst_src libtool
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libtool/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libtool
  
  
  
  1.1                  pbuildd/scripts/cb/libxalan2-java
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxalan2-java?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxalan2-java?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libxalan2-java
  ===================================================================
  #! /bin/sh -e
  
  # For the libxalan2-java -> libbsf-java -> libxalan2-java
  #  circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper cdbs kaffe ant libxerces2-java libregexp-java \
      libbcel-java jlex cup libjaxp1.2-java
  inst_src libxalan2-java
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libxalan2-java/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libxalan2-java
  
  
  
  1.1                  pbuildd/scripts/cb/libxerces2-java
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxerces2-java?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxerces2-java?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libxerces2-java
  ===================================================================
  #! /bin/sh -e
  
  # For the libxerces2-java -> ant ->b libxerces2-java circular dependency
  
  test -d /var/cache/pbuildd/pool/a/ant || test -d /var/cache/pbuildd/partial/a/ant
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper free-java-sdk sablevm libjaxp1.2-java \
      libgnujaxp-java libxml-commons-resolver1.1-java
  if test -d /var/cache/pbuildd/partial/a/ant; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/a/ant/ant_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/a/ant/ant_*.deb
  fi
  inst_src libxerces2-java
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libxerces2-java/*/; $SUTOUSER \"dpkg-buildpackage -d -uc -us $DEBBUILDOPTS\""; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libxerces2-java
  
  
  
  1.1                  pbuildd/scripts/cb/libxml-commons-resolver1.1-java
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxml-commons-resolver1.1-java?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxml-commons-resolver1.1-java?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libxml-commons-resolver1.1-java
  ===================================================================
  #! /bin/sh -e
  
  # For the libxml-commons-resolver1.1-java -> ant ->b libxerces2-java ->
  #   libxml-c-r1.1-j circular dependency
  
  test -d /var/cache/pbuildd/pool/a/ant || test -d /var/cache/pbuildd/partial/a/ant
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper kaffe jikes libxerces-java libjaxp1.2-java
  if test -d /var/cache/pbuildd/partial/a/ant; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/a/ant/ant_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/a/ant/ant_*.deb
  fi
  inst_src libxml-commons-resolver1.1-java
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/libxml-commons-resolver1.1-java/*/; $SUTOUSER \"dpkg-buildpackage -d -uc -us $DEBBUILDOPTS\""; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done libxml-commons-resolver1.1-java
  
  
  
  1.1                  pbuildd/scripts/cb/mig
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mig?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mig?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: mig
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper flex
  download_inst_pkgs gnumach-dev
  inst_src mig
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/mig/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done mig
  
  
  
  1.1                  pbuildd/scripts/cb/mingw32
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mingw32?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mingw32?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: mingw32
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs mingw32-binutils debhelper gettext bison flex perl texinfo
  download_inst_pkgs mingw32-runtime
  inst_src mingw32 mingw32-runtime
  
  if ! $CHROOTEXEC /bin/bash -e -x <<EOF
  cd /tmp/mingw32/*/
  $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  dpkg -i ../mingw32_*.deb
  cd /tmp/mingw32-runtime/*/
  $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done mingw32 mingw32-runtime
  
  
  
  1.1                  pbuildd/scripts/cb/mit-scheme
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mit-scheme?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mit-scheme?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: mit-scheme
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper m4 autotools-dev libssl-dev libmhash-dev libmcrypt-dev \
      libgdbm-dev libpq-dev libncurses5-dev libx11-dev tetex-bin tetex-extra \
      texinfo libssl0.9.7
  download_inst_pkgs mit-scheme
  inst_src mit-scheme
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/mit-scheme/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done mit-scheme
  
  
  
  1.1                  pbuildd/scripts/cb/mlton
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mlton?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mlton?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: mlton
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs htmldoc libgmp3-dev tetex-bin tetex-extra time
  download_inst_pkgs mlton
  inst_src mlton
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/mlton/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done mlton
  
  
  
  1.1                  pbuildd/scripts/cb/ncurses
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ncurses?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ncurses?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: ncurses
  ===================================================================
  #! /bin/sh -e
  
  # For ncurses -> gpm -> texinfo -> ncurses circular dependency.
  # Also handle some involving quilt's binary dependencies, and
  # put off building 64-bit libs until later.
  
  test -d /var/cache/pbuildd/pool/q/quilt || test -d /var/cache/pbuildd/partial/q/quilt
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper patch diffstat gettext
  if test -d /var/cache/pbuildd/partial/q/quilt; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/q/quilt/quilt_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/q/quilt/quilt_*.deb
  fi
  $CHROOTEXEC ln -sf mawk /usr/bin/gawk
  inst_src ncurses
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/ncurses/*/; $SUTOUSER \"dpkg-buildpackage -d -uc -us $DEBBUILDOPTS\""; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done ncurses
  
  
  
  1.1                  pbuildd/scripts/cb/ncurses.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ncurses.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/ncurses.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: ncurses.diff
  ===================================================================
  --- ncurses-5.5/debian/rules~	2005-12-17 01:30:16.000000000 +0100
  +++ ncurses-5.5/debian/rules	2005-12-17 01:31:14.000000000 +0100
  @@ -42,30 +42,6 @@
   DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
   DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
   
  -ifeq ($(DEB_HOST_GNU_CPU),i486)
  -build_64_target = x86_64-$(DEB_HOST_GNU_SYSTEM)
  -build_64 = build-64
  -endif
  -
  -ifeq ($(DEB_HOST_GNU_CPU),powerpc)
  -build_64_target = powerpc64-$(DEB_HOST_GNU_SYSTEM)
  -build_64 = build-64
  -endif
  -
  -ifeq ($(DEB_HOST_GNU_CPU),s390)
  -build_64_target = s390x-$(DEB_HOST_GNU_SYSTEM)
  -build_64 = build-64
  -endif
  -
  -ifeq ($(DEB_HOST_GNU_CPU),sparc)
  -build_64_target = sparc64-$(DEB_HOST_GNU_SYSTEM)
  -build_64 = build-64
  -endif
  -
  -ifneq ($(findstring linux,$(DEB_HOST_GNU_SYSTEM)),)
  -with_gpm = --with-gpm
  -endif
  -
   CFLAGS = -O2 -g
   CONFARGS =	--prefix=/usr \
   		--with-shared \
  --- ncurses-5.5/debian/control~	2005-12-17 01:30:16.000000000 +0100
  +++ ncurses-5.5/debian/control	2005-12-17 01:44:33.000000000 +0100
  @@ -69,33 +69,6 @@
    .
    This package includes support for wide characters.
   
  -Package: lib64ncurses5
  -Architecture: i386 powerpc sparc s390
  -Section: libs
  -Priority: optional
  -Depends: ${shlibs:Depends}
  -Recommends: libgpmg1
  -Replaces: amd64-libs (<= 1.2)
  -Description: Shared libraries for terminal handling (64-bit)
  - This package contains the shared libraries necessary to run programs
  - compiled with ncurses.
  - .
  - This package supports the 64-bit ABI variant of your system's
  - architecure.
  -
  -Package: lib64ncurses5-dev
  -Architecture: i386 powerpc sparc s390
  -Section: libdevel
  -Priority: optional
  -Depends: lib64ncurses5 (= ${Source-Version}), libncurses5-dev
  -Replaces: amd64-libs-dev (<= 1.2)
  -Description: Developer's libraries for ncurses (64-bit)
  - This package contains the header files, static libraries
  - and symbolic links that developers using ncursesw will need.
  - .
  - This package supports the 64-bit ABI variant of your system's
  - architecure.
  -
   Package: ncurses-bin
   Architecture: any
   Section: base
  
  
  
  1.1                  pbuildd/scripts/cb/opensp
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/opensp?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/opensp?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: opensp
  ===================================================================
  #! /bin/sh -e
  
  # For opensp -> xmlto -> libxslt -> libgcrypt11 -> docbook-utils ->B
  #  jadetex -> openjade -> opensp
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper dh-buildinfo
  inst_src opensp
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/opensp/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done opensp
  
  
  
  1.1                  pbuildd/scripts/cb/opensp.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/opensp.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/opensp.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: opensp.diff
  ===================================================================
  diff -urN opensp-1.5.2.old/debian/libosp-dev.docs opensp-1.5.2/debian/libosp-dev.docs
  --- opensp-1.5.2.old/debian/libosp-dev.docs	2006-02-23 12:02:15.000000000 +0000
  +++ opensp-1.5.2/debian/libosp-dev.docs	2006-02-23 12:00:58.000000000 +0000
  @@ -1,6 +1,3 @@
   debian/tmp/usr/share/doc/OpenSP/AUTHORS
   debian/tmp/usr/share/doc/OpenSP/README
   debian/tmp/usr/share/doc/OpenSP/NEWS
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.html
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.pdf
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.ps
  diff -urN opensp-1.5.2.old/debian/libosp5.docs opensp-1.5.2/debian/libosp5.docs
  --- opensp-1.5.2.old/debian/libosp5.docs	2006-02-23 12:02:15.000000000 +0000
  +++ opensp-1.5.2/debian/libosp5.docs	2006-02-23 12:01:07.000000000 +0000
  @@ -2,6 +2,3 @@
   debian/tmp/usr/share/doc/OpenSP/AUTHORS
   debian/tmp/usr/share/doc/OpenSP/README
   debian/tmp/usr/share/doc/OpenSP/NEWS
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.html
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.pdf
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.ps
  diff -urN opensp-1.5.2.old/debian/opensp.docs opensp-1.5.2/debian/opensp.docs
  --- opensp-1.5.2.old/debian/opensp.docs	2006-02-23 12:02:15.000000000 +0000
  +++ opensp-1.5.2/debian/opensp.docs	2006-02-23 12:00:35.000000000 +0000
  @@ -2,7 +2,4 @@
   debian/tmp/usr/share/doc/OpenSP/AUTHORS
   debian/tmp/usr/share/doc/OpenSP/README
   debian/tmp/usr/share/doc/OpenSP/NEWS
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.html
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.pdf
  -debian/tmp/usr/share/doc/OpenSP/releasenotes.ps
   debian/tmp/usr/share/doc/OpenSP/doc/*.htm
  diff -urN opensp-1.5.2.old/debian/opensp.manpages opensp-1.5.2/debian/opensp.manpages
  --- opensp-1.5.2.old/debian/opensp.manpages	2006-02-23 12:02:15.000000000 +0000
  +++ opensp-1.5.2/debian/opensp.manpages	2006-02-23 12:01:44.000000000 +0000
  @@ -1,6 +0,0 @@
  -debian/tmp/usr/man/man1/onsgmls.1
  -debian/tmp/usr/man/man1/osgmlnorm.1
  -debian/tmp/usr/man/man1/ospam.1
  -debian/tmp/usr/man/man1/ospcat.1
  -debian/tmp/usr/man/man1/ospent.1
  -debian/tmp/usr/man/man1/osx.1
  diff -urN opensp-1.5.2.old/debian/rules opensp-1.5.2/debian/rules
  --- opensp-1.5.2.old/debian/rules	2006-02-23 12:02:15.000000000 +0000
  +++ opensp-1.5.2/debian/rules	2006-02-23 11:55:09.000000000 +0000
  @@ -98,7 +98,7 @@
   	   --enable-http --enable-shared --enable-static \
   	   --enable-default-catalog=$(default-catalogs) \
   	   --enable-default-search-path=$(default-sgml-path) \
  -	   --disable-dtddecl --enable-full-doc-build
  +	   --disable-dtddecl --disable-doc-build
   	touch $@
   
   configure: config-stamp
  
  
  
  1.1                  pbuildd/scripts/cb/pkg-config
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/pkg-config?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/pkg-config?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: pkg-config
  ===================================================================
  #! /bin/sh -e
  
  # For the pkg-config -> glib2.0 -> pkg-config circular dependency.
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper
  inst_src pkg-config
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/pkg-config/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done pkg-config
  
  
  
  1.1                  pbuildd/scripts/cb/pkg-config.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/pkg-config.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/pkg-config.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: pkg-config.diff
  ===================================================================
  --- pkg-config-0.18.1.old/debian/rules	2005-07-10 23:48:35.000000000 -0700
  +++ pkg-config-0.18.1/debian/rules	2005-07-10 23:51:04.000000000 -0700
  @@ -18,11 +18,6 @@
   DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
   DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
   DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  -ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
  -	confflags += --build=$(DEB_HOST_GNU_TYPE)
  -else
  -	confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
  -endif
   
   build: build-stamp
   build-stamp:
  @@ -32,8 +27,8 @@
   		--mandir=\$${prefix}/share/man \
   		--infodir=\$${prefix}/share/info --disable-shared \
   		--with-pc-path=/usr/local/lib/pkgconfig:/usr/local/lib/pkgconfig/$(DEB_BUILD_GNU_TYPE):/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/lib/pkgconfig/$(DEB_BUILD_GNU_TYPE):/usr/share/pkgconfig \
  -		$(confflags) CFLAGS='$(CFLAGS)' 
  -	$(MAKE)
  +		$(confflags)
  +	$(MAKE) CFLAGS="$(CFLAGS)"
   
   	touch build-stamp
   
  
  
  
  1.1                  pbuildd/scripts/cb/po-debconf
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/po-debconf?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/po-debconf?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: po-debconf
  ===================================================================
  #! /bin/sh -e
  
  # For po-debconf -> debhelper ->b po-debconf circular dependency.
  
  test -d /var/cache/pbuildd/partial/d/debhelper || test -d /var/cache/pbuildd/pool/d/debhelper
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs
  if test -d /var/cache/pbuildd/partial/d/debhelper; then
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/partial/d/debhelper/debhelper_*.deb
  else
      $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/d/debhelper/debhelper_*.deb
  fi
  
  inst_src po-debconf
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/po-debconf/*; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done po-debconf
  
  
  
  1.1                  pbuildd/scripts/cb/python-defaults
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/python-defaults?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/python-defaults?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: python-defaults
  ===================================================================
  #! /bin/sh -e
  
  # For python-defaults -> python-docutils -> python-defaults circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper libhtml-tree-perl debiandoc-sgml
  inst_src python-defaults
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/python-defaults/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done python-defaults
  
  
  
  1.1                  pbuildd/scripts/cb/python-defaults.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/python-defaults.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/python-defaults.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: python-defaults.diff
  ===================================================================
  diff -urN python-defaults-2.3.4.old/debian/rules python-defaults-2.3.4/debian/rules
  --- python-defaults-2.3.4.old/debian/rules	2004-11-14 02:56:37.000000000 -0800
  +++ python-defaults-2.3.4/debian/rules	2004-12-08 06:24:23.351189425 -0800
  @@ -106,18 +106,6 @@
   	dh_clean -k
   	dh_installdirs usr/share/doc/python/faq
   
  -	cd faq && \
  -	for p in *.ht; do \
  -	  p=`basename $$p .ht`; \
  -	  echo $(rst2html) $$p.ht $$p.html; \
  -	  awk 'NR > 2' $$p.ht > $$p.ht2; \
  -	  $(rst2html) $$p.ht2 $$p.html; \
  -	  mv $$p.html ../debian/python/usr/share/doc/python/faq/; \
  -	  rm -f $$p.ht2; \
  -	done
  -	mv debian/python/usr/share/doc/python/faq/FAQ.html \
  -		debian/python/usr/share/doc/python/
  -
   	touch stamp-install
   
   # Build architecture-independent files here.
  
  
  
  1.1                  pbuildd/scripts/cb/quilt
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/quilt?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/quilt?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: quilt
  ===================================================================
  #! /bin/sh -e
  
  # For quilt -> hevea -> ... -> texinfo -> ncurses -> quilt
  # circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper gettext
  inst_src quilt
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/quilt/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done quilt
  
  
  
  1.1                  pbuildd/scripts/cb/quilt.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/quilt.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/quilt.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: quilt.diff
  ===================================================================
  diff -urN quilt-0.42.old/debian/quilt.install quilt-0.42/debian/quilt.install
  --- quilt-0.42.old/debian/quilt.install	2005-08-10 10:35:32.000000000 +0200
  +++ quilt-0.42/debian/quilt.install	2005-09-23 09:43:06.000000000 +0200
  @@ -8,6 +8,3 @@
   ../quilt.debbuild.mk usr/share/quilt
   ../quilt.make        usr/share/quilt
   ../patchsys-quilt.mk /usr/share/cdbs/1/rules/
  -
  -../../doc/quilt.html usr/share/doc/quilt
  -../../doc/quilt.txt usr/share/doc/quilt
  diff -urN quilt-0.42.old/debian/rules quilt-0.42/debian/rules
  --- quilt-0.42.old/debian/rules	2005-08-10 10:36:02.000000000 +0200
  +++ quilt-0.42/debian/rules	2005-09-23 09:40:12.000000000 +0200
  @@ -23,10 +23,10 @@
   # distribute a text version of the doc for fool souls
   common-build-arch::
   	mkdir doc/tmp || true
  -	cd doc/tmp; LC_ALL=C hevea ../main.tex ; LC_ALL=C hevea ../main.tex; LC_ALL=C hevea ../main.tex
  -	cp doc/tmp/main.html doc/quilt.html 
  -	LC_ALL=C perl -e '$$/ = undef; $$f=<>; $$f =~ s|<A[^>]*?HREF="[^"]*#[^"]*">(.*?)</A>|$$1|msg; print $$f;' < doc/tmp/main.html > doc/tmp/tmp.html
  -	LC_ALL=C lynx doc/tmp/tmp.html -dump > doc/quilt.txt
  +#	cd doc/tmp; LC_ALL=C hevea ../main.tex ; LC_ALL=C hevea ../main.tex; LC_ALL=C hevea ../main.tex
  +#	cp doc/tmp/main.html doc/quilt.html 
  +#	LC_ALL=C perl -e '$$/ = undef; $$f=<>; $$f =~ s|<A[^>]*?HREF="[^"]*#[^"]*">(.*?)</A>|$$1|msg; print $$f;' < doc/tmp/main.html > doc/tmp/tmp.html
  +#	LC_ALL=C lynx doc/tmp/tmp.html -dump > doc/quilt.txt
   
   clean::
   	rm -rf doc/quilt.txt doc/quilt.html doc/tmp 
  
  
  
  1.1                  pbuildd/scripts/cb/readline5
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/readline5?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/readline5?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: readline5
  ===================================================================
  #! /bin/sh -e
  
  # Put off building 64-bit libs until later.
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper patch libncurses5-dev mawk texinfo autotools-dev
  inst_src readline5
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/readline5/*/; $SUTOUSER \"dpkg-buildpackage -d -uc -us $DEBBUILDOPTS\""; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done readline5
  
  
  
  1.1                  pbuildd/scripts/cb/readline5.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/readline5.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/readline5.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: readline5.diff
  ===================================================================
  diff -urN readline5-5.1.old/debian/control readline5-5.1/debian/control
  --- readline5-5.1.old/debian/control	2005-12-28 15:07:27.000000000 +0100
  +++ readline5-5.1/debian/control	2005-12-28 15:09:04.000000000 +0100
  @@ -19,7 +19,7 @@
    recalling lines of previously typed input.
   
   Package: lib64readline5
  -Architecture: i386 powerpc s390 sparc
  +Architecture: none
   Depends: readline-common, ${libxx:Depends}, ${shlibs:Depends}
   Section: libs
   Priority: optional
  @@ -64,7 +64,7 @@
    This package contains as well the readline documentation in info format.
   
   Package: lib64readline5-dev
  -Architecture: i386 powerpc s390 sparc
  +Architecture: none
   Depends: lib64readline5 (= ${Source-Version}), lib64ncurses5-dev, ${devxx:Depends}
   Provides: lib64readline-dev
   Conflicts: lib64readline-dev
  diff -urN readline5-5.1.old/debian/rules readline5-5.1/debian/rules
  --- readline5-5.1.old/debian/rules	2005-12-28 15:07:27.000000000 +0100
  +++ readline5-5.1/debian/rules	2005-12-28 15:10:22.000000000 +0100
  @@ -9,7 +9,7 @@
   DEB_HOST_ARCH_OS	?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
   DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
   
  -ifneq (,$(findstring /$(DEB_HOST_ARCH)/,/i386/powerpc/sparc/s390/))
  +ifneq (,)
     build64 = yes
     CC64 = gcc -m64
     gencontrol_flags = -- \
  
  
  
  1.1                  pbuildd/scripts/cb/sbcl
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/sbcl?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/sbcl?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: sbcl
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs dh-lisp debhelper common-lisp-controller \
  	tetex-bin texinfo time locales
  download_inst_pkgs sbcl sbcl-common
  inst_src sbcl
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/sbcl/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done sbcl
  
  
  
  1.1                  pbuildd/scripts/cb/slib
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/slib?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/slib?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: slib
  ===================================================================
  #! /bin/sh -e
  
  # For slib -> scm -> slib
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs texi2html texinfo
  inst_src slib
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/slib/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done slib
  
  
  
  1.1                  pbuildd/scripts/cb/slib.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/slib.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/slib.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: slib.diff
  ===================================================================
  --- slib-2d4.orig/Makefile	2003-07-02 02:15:34.000000000 -0700
  +++ slib-2d4/Makefile	2003-07-02 02:17:58.000000000 -0700
  @@ -111,7 +111,7 @@
   	echo @set SLIBVERSION $(VERSION) > version.txi
   	echo @set SLIBDATE `date +"%B %Y"` >> version.txi
   
  -scheme = scm
  +scheme = : #scm
   
   htmlform.txi:	 *.scm
   	$(scheme) -rschmooz -e'(schmooz "slib.texi")'
  
  
  
  1.1                  pbuildd/scripts/cb/smlnj
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/smlnj?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/smlnj?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: smlnj
  ===================================================================
  #! /bin/sh -e
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper pkg-config
  download_inst_pkgs smlnj smlnj-runtime libsmlnj-smlnj ml-lex ml-yacc
  inst_src smlnj
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/smlnj/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done smlnj
  
  
  
  1.1                  pbuildd/scripts/cb/tetex-bin
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/tetex-bin?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/tetex-bin?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: tetex-bin
  ===================================================================
  #! /bin/sh -e
  
  # For tetex-bin -> poppler -> gtk+2.0 -> libxrandr -> tetex-bin
  # circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper ed libpng12-dev zlib1g-dev libxaw8-dev flex bison \
      tetex-base libt1-dev po-debconf autotools-dev libpaper-dev texinfo \
      eperl debiandoc-sgml quilt libjpeg62-dev
  inst_src tetex-bin
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/tetex-bin/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done tetex-bin
  
  
  
  1.1                  pbuildd/scripts/cb/tetex-bin.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/tetex-bin.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/tetex-bin.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: tetex-bin.diff
  ===================================================================
  diff -urN tetex-bin-3.0.old/debian/patches/series tetex-bin-3.0/debian/patches/series
  --- tetex-bin-3.0.old/debian/patches/series	2006-01-04 10:50:46.000000000 +0100
  +++ tetex-bin-3.0/debian/patches/series	2006-01-04 10:51:40.000000000 +0100
  @@ -8,4 +8,3 @@
   patch-libtool 
   patch-deb 
   patch-lintian
  -patch-poppler
  diff -urN tetex-bin-3.0.old/debian/rules.in tetex-bin-3.0/debian/rules.in
  --- tetex-bin-3.0.old/debian/rules.in	2006-01-04 10:50:47.000000000 +0100
  +++ tetex-bin-3.0/debian/rules.in	2006-01-04 10:52:40.000000000 +0100
  @@ -219,9 +219,6 @@
   	$(check-svn)
   	dh_testdir
   
  -	# just to be sure to not use them
  -	rm -rf libs/xpdf libs/zlib
  -
   	# Obsolete and now fixed pl.l by patch-tmp (for broken flex)
   #	cp texk/web2c/omegafonts/lex.yy.c-dist texk/web2c/omegafonts/lex.yy.c
   	# Add here commands to compile the package.
  
  
  
  1.1                  pbuildd/scripts/cb/xemacs21-packages
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xemacs21-packages?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xemacs21-packages?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: xemacs21-packages
  ===================================================================
  #! /bin/sh -e
  
  # For xemacs21-packages -> xemacs21-mule ->b xemacs21-packages
  #  circular dependency
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  test -d /var/cache/pbuildd/pool/x/xemacs21
  inst_pkgs debhelper texinfo info tetex-bin tetex-extra texi2html xutils \
      emacsen-common dpatch
  inst_src xemacs21-packages
  
  if ! $CHROOTEXEC /bin/bash -e <<EOF
      cd /var/cache/pbuildd/pool/x/xemacs21
      dpkg -i --force-depends xemacs21_*.deb xemacs21-bin_*.deb \
  	xemacs21-support_*.deb xemacs21-mule_*.deb || true
  
      apt-get -y --force-yes -f install </dev/null
  
      cd /var/cache/pbuildd/pool/x/xemacs21
      dpkg -i --force-depends xemacs21_*.deb xemacs21-bin_*.deb \
  	xemacs21-support_*.deb xemacs21-mule_*.deb
      ln -sf /tmp/xemacs21-packages/*/mule-packages \
  	/tmp/xemacs21-packages/*/xemacs-packages \
  	/usr/share/xemacs21/
  
      chown -R $BUILDUSERNAME:$BUILDUSERNAME /tmp/buildd
      cd /tmp/xemacs21-packages/*/
      $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  EOF
  then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done xemacs21-packages
  
  
  
  1.1                  pbuildd/scripts/cb/xorg-x11
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xorg-x11?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xorg-x11?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: xorg-x11
  ===================================================================
  #! /bin/sh -e
  
  # For xorg-x11 -> xft -> xorg-x11 circular dependency (and many others)
  # This builds a crippled version without several of the packages
  # (making xlibs-dev uninstallable until xorg-x11 is completely built).
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  test -d /var/cache/pbuildd/pool/r/renderext
  
  inst_pkgs bison bsdmainutils flex libexpat1-dev libfreetype6-dev \
      libncurses5-dev libselinux1-dev libpam0g-dev libpng12-dev zlib1g-dev \
      debhelper dpkg-dev linux-kernel-headers po-debconf quilt gcc-4.0
  inst_src xorg-x11
  
  $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/r/renderext/render-dev_*.deb
  
  $CHROOTEXEC ln -sf ../X11R6/include/X11 /usr/include/
  
  export IGNORE_MANIFEST_CHANGES=1
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/xorg-x11/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  # Remove packages which are totally broken with this build
  rm -f "$BUILDPLACE"/tmp/xorg-x11/libxrandr2_*.deb
  rm -f "$BUILDPLACE"/tmp/xorg-x11/libxrandr2-dbg_*.deb
  rm -f "$BUILDPLACE"/tmp/xorg-x11/libxrandr-dev_*.deb
  rm -f "$BUILDPLACE"/tmp/xorg-x11/xdmx_*.deb
  rm -f "$BUILDPLACE"/tmp/xorg-x11/xserver-xorg-dbg_*.deb
  rm -f "$BUILDPLACE"/tmp/xorg-x11/xspecs_*.deb
  
  pkgs_done xorg-x11
  
  
  
  1.1                  pbuildd/scripts/cb/xorg-x11.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xorg-x11.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xorg-x11.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: xorg-x11.diff
  ===================================================================
  diff -urN xorg-x11-6.9.0.dfsg.1.old/debian/dh_install xorg-x11-6.9.0.dfsg.1/debian/dh_install
  --- xorg-x11-6.9.0.dfsg.1.old/debian/dh_install	1970-01-01 00:00:00.000000000 +0000
  +++ xorg-x11-6.9.0.dfsg.1/debian/dh_install	2006-02-19 01:04:14.000000000 +0000
  @@ -0,0 +1,261 @@
  +#!/usr/bin/perl -w
  +
  +=head1 NAME
  +
  +dh_install - install files into package build directories
  +
  +=cut
  +
  +use strict;
  +use File::Find;
  +use Debian::Debhelper::Dh_Lib;
  +
  +=head1 SYNOPSIS
  +
  +B<dh_install> [B<-X>I<item>] [B<--autodest>] [B<--sourcedir=>I<dir>] [S<I<debhelper options>>] [S<I<file [...] dest>>]
  +
  +=head1 DESCRIPTION
  +
  +dh_install is a debhelper program that handles installing files into package
  +build directories. There are many dh_install* commands that handle installing
  +specific types of files such as documentation, examples, man pages, and so on,
  +and they should be used when possible as they often have extra intelligence for
  +those particular tasks. dh_install, then, is useful for installing everything
  +else, for which no particular intelligence is needed. It is a replacement for
  +the old dh_movefiles command.
  +
  +Files named debian/package.install list the files to install into each
  +package and the directory they should be installed to. The format is a set
  +of lines, where each line lists a file or files to install, and at the end
  +of the line tells the directory it should be installed in. The name of the
  +files (or directories) to install should be given relative to the current
  +directory, while the installation directory is given relative to the
  +package build directory. You may use wildcards in the names of the files to
  +install (in v3 mode and above).
  +
  +This program may be used in one of two ways. If you just have a file or two
  +that the upstream Makefile does not install for you, you can run dh_install
  +on them to move them into place. On the other hand, maybe you have a large
  +package that builds multiple binary packages. You can use the upstream
  +Makefile to install it all into debian/tmp, and then use dh_install to copy
  +directories and files from there into the proper package build directories.
  +
  +=head1 OPTIONS
  +
  +=over 4
  +
  +=item B<-Xitem>, B<--exclude=item>
  +
  +Exclude files that contain "item" anywhere in their filename from
  +being installed.
  +
  +=item B<--autodest>
  +
  +Guess as the destination directory to install things to. If this is
  +specified, you should not list destination directories in
  +debian/package.install files or on the command line. Instead, dh_install
  +will guess as follows:
  +
  +Strip off debian/tmp (or the sourcedir if one is given) from the front of
  +the filename, if it is present, and install into the dirname of the
  +filename. So if the filename is debian/tmp/usr/bin, then that directory
  +will be copied to debian/package/usr/. If the filename is
  +debian/tmp/etc/passwd, it will be copied to debian/package/etc/.
  +
  +Note that if you list exactly one filename or wildcard-pattern on a line by
  +itself in a
  +debian/package.install file, with no explicit destination, then dh_install
  +will automatically guess the destination even if this flag is not set.
  +
  +=item B<--list-missing>
  +
  +This option makes dh_install keep track of the files it installs, and then at
  +the end, compare that list with the files in the source directory. If any of
  +the files (and symlinks) in the source directory were not installed to
  +somewhere, it will warn on stderr about that.
  +
  +This may be useful if you have a large package and want to make sure that
  +you don't miss installing newly added files in new upstream releases.
  +
  +Note that files that are excluded from being moved via the -X option are not
  +warned about.
  +
  +=item B<--fail-missing>
  +
  +This option is like --list-missing, except if a file was missed, it will
  +not only list the missing files, but also fail with a nonzero exit code. 
  +
  +=item B<--sourcedir=dir>
  +
  +Makes all source files be found under dir. If this is specified, it is
  +akin to all the source filenames having "dir/" prepended to them.
  +
  +To make dh_install behave like the old dh_movefiles, move your
  +package.files file to package.install and call dh_install with
  +"--sourcedir=debian/tmp" appended to the command. This will
  +approximate dh_movefiles behaviour, except it will copy files instead
  +of moving them.
  +
  +=item I<file [...] dest>
  +
  +Lists files (or directories) to install and where to install them to.
  +The files will be installed into the first package dh_install acts on.
  +
  +=back
  +
  +=cut
  +
  +init();
  +
  +my @installed;
  +
  +my $srcdir = '.';
  +$srcdir = $dh{SOURCEDIR}."/" if defined $dh{SOURCEDIR};
  +
  +foreach my $package (@{$dh{DOPACKAGES}}) {
  +	my $tmp=tmpdir($package);
  +	my $file=pkgfile($package,"install");
  +
  +	my @install;
  +	if ($file) {
  +		@install=filedoublearray($file); # no globbing yet
  +	}
  +	
  +	if (($package eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) {
  +		push @install, [@ARGV];
  +	}
  +
  +	# Support for -X flag.
  +	my $exclude = '';
  +	if ($dh{EXCLUDE_FIND}) {
  +		$exclude = '! \( '.$dh{EXCLUDE_FIND}.' \)';
  +	}
  +	
  +	foreach my $set (@install) {
  +		my $dest;
  +		my $tmpdest=0;
  +		
  +		if (! defined $dh{AUTODEST} && @$set > 1) {
  +			$dest=pop @$set;
  +		}
  +		if (! compat(4)) { # check added in v5
  +			# glob now, relative to srcdir
  +			if (! map { glob "$srcdir/$_" } @$set) {
  +				error("missing files (@$set), aborting");
  +			}
  +		}
  +		foreach my $src (map { glob "$srcdir/$_" } @$set) { 
  +			next if excludefile($src);
  +		
  +			if (! defined $dest) {
  +				# Guess at destination directory.
  +				$dest=$src;
  +				my $strip=$srcdir;
  +				if ($strip eq '.') {
  +					$strip = "debian/tmp";
  +				}
  +				$dest=~s/^(.*\/)?\Q$strip\E//;
  +				$dest=dirname($dest);
  +				$tmpdest=1;
  +			}
  +			
  +			# Make sure the destination directory exists.
  +			if (! -e "$tmp/$dest") {
  +				doit("install","-d","$tmp/$dest");
  +			}
  +
  +			# Keep track of what's installed.
  +			if ($dh{LIST_MISSING} || $dh{FAIL_MISSING}) {
  +				# Kill any extra slashes. Makes the
  +				# @installed stuff more robust.
  +				$src=~y:/:/:s;
  +				$src=~s:/+$::;
  +				$src=~s:^(\./)*::;
  +				push @installed, "\Q$src\E\/.*|\Q$src\E";
  +			}
  +			
  +			if (-d $src && $exclude) {
  +				my ($dir_basename) = basename($src);
  +				# Pity there's no cp --exclude ..
  +				my $pwd=`pwd`;
  +				chomp $pwd;
  +				complex_doit("cd $src/.. && find $dir_basename $exclude \\( -type f -or -type l \\) -exec cp --parents -dp {} $pwd/$tmp/$dest/ \\;");
  +				# cp is annoying so I need a separate pass
  +				# just for empty directories
  +				complex_doit("cd $src/.. && find $dir_basename $exclude \\( -type d -and -empty \\) -exec cp --parents -a {} $pwd/$tmp/$dest/ \\;");
  +			}
  +			else {
  +				system("cp", "-a", $src, "$tmp/$dest/");
  +			}
  +
  +			if ($tmpdest) {
  +				$dest=undef;
  +			}
  +		}
  +	}
  +}
  +
  +if ($dh{LIST_MISSING} || $dh{FAIL_MISSING}) {
  +	# . as srcdir makes no sense, so this is a special case.
  +	if ($srcdir eq '.') {
  +		$srcdir='debian/tmp';
  +	}
  +	
  +	my @missing;
  +	my $installed=join("|", @installed);
  +	$installed=qr{^($installed)$};
  +	find(sub {
  +		-f || -l || return;
  +		$_="$File::Find::dir/$_";
  +		if (! /$installed/ && ! excludefile($_)) {
  +			my $file=$_;
  +			$file=~s/^\Q$srcdir\E\///;
  +			push @missing, $file;
  +		}
  +	}, $srcdir);
  +	if (@missing) {
  +		warning "$_ exists in debian/tmp but is not installed to anywhere" foreach @missing;
  +		if ($dh{FAIL_MISSING}) {
  +			error("missing files, aborting");
  +		}
  +	}
  +}
  +
  +=head1 EXAMPLE
  +
  +Suppose your package's upstream Makefile installs a binary, a man page, and
  +a library into appropriate subdirectories of debian/tmp. You want to put
  +the library into package libfoo, and the rest into package foo. Your rules
  +file will run "dh_install --sourcedir=debian/tmp". Make debian/foo.install
  +contain:
  +
  +  usr/bin
  +  usr/share/man/man1
  +
  +While debian/libfoo.install contains:
  +
  +  usr/lib/libfoo*.so.*
  +
  +If you want a libfoo-dev package too, debian/libfoo-dev.install might contain:
  +
  +  usr/include
  +  usr/lib/libfoo*.so
  +  usr/share/man/man3
  +
  +=head1 LIMITATIONS
  +
  +dh_install cannot rename files or directories, it can only install them
  +with the names they already have into wherever you want in the package
  +build tree.
  +  
  +=head1 SEE ALSO
  +
  +L<debhelper(7)>
  +
  +This program is a part of debhelper.
  +
  +=head1 AUTHOR
  +
  +Joey Hess <joeyh at debian.org>
  +
  +=cut
  diff -urN xorg-x11-6.9.0.dfsg.1.old/debian/dh_installdocs xorg-x11-6.9.0.dfsg.1/debian/dh_installdocs
  --- xorg-x11-6.9.0.dfsg.1.old/debian/dh_installdocs	1970-01-01 00:00:00.000000000 +0000
  +++ xorg-x11-6.9.0.dfsg.1/debian/dh_installdocs	2006-02-19 01:04:14.000000000 +0000
  @@ -0,0 +1,242 @@
  +#!/usr/bin/perl -w
  +
  +=head1 NAME
  +
  +dh_installdocs - install documentation into package build directories
  +
  +=cut
  +
  +use strict;
  +use Debian::Debhelper::Dh_Lib;
  +
  +=head1 SYNOPSIS
  +
  +B<dh_installdocs> [S<I<debhelper options>>] [B<-A>] [B<-n>] [B<-X>I<item>] [S<I<file ...>>]
  +
  +=head1 DESCRIPTION
  +
  +dh_installdocs is a debhelper program that is responsible for installing
  +documentation into usr/share/doc/package in package build directories.
  +
  +dh_installdocs automatically installs debian/copyright if it exists. If
  +dh_installdocs is acting on multiple packages, debian/copyright files will be
  +installed into all packages. However, if you need to have separate copyright
  +files for different binary packages, you can use files named
  +debian/package.copyright.
  +
  +Any filenames specified as parameters will be installed into the first
  +package dh_installdocs is told to act on. By default, this is the first
  +binary package in debian/control, but if you use B<-p>, B<-i>, or B<-a> flags, it
  +will be the first package specified by those flags.
  +
  +Also, debian/README.Debian (or debian/README.debian) and debian/TODO, if
  +they exist, will be installed into the first binary package listed in
  +debian/control, if dh_installdocs is acting on that package. Note that
  +debian/TODO will be installed named TODO.Debian, if the package is not a
  +debian native package. Also note that README.debian is installed as
  +README.Debian, for consistency. Note that debian/package.README.Debian and
  +debian/package.TODO can be used to specify files for subpackages.
  +
  +Files named debian/package.docs can list other files to be installed.
  +
  +Files named debian/package.doc-base, will be installed as doc-base control
  +files, and will make this program automatically generate the postinst and
  +prerm commands needed to interface with the doc-base package. Note that the
  +doc-id will be determined from the "Document:" entry in the
  +doc-base control file in question.
  +
  +If your package needs to register more than one document, you need multiple
  +files. To accomplish this, you can use files named debian/package.doc-base.*
  +
  +=head1 OPTIONS
  +
  +=over 4
  +
  +=item B<-A>, B<--all>
  +
  +Install all files specified by command line parameters in ALL packages
  +acted on.
  +
  +=item B<-n>, B<--noscripts>
  +
  +Do not modify postinst/prerm scripts.
  +
  +=item B<-Xitem>, B<--exclude=item>
  +
  +Exclude files that contain "item" anywhere in their filename from
  +being installed.
  +
  +=item I<file ...>
  +
  +Install these files as documentation into the first package acted on. (Or
  +in all packages if B<-A> is specified).
  +
  +=back
  +
  +=head1 EXAMPLES
  +
  +This is an example of a debian/package.docs file:
  +
  +  README
  +  TODO
  +  debian/notes-for-maintainers.txt
  +  docs/manual.txt
  +  docs/manual.pdf
  +  docs/manual-html/
  +
  +=head1 NOTES
  +
  +Note that dh_installdocs will happily copy entire directory hierarchies if
  +you ask it to (similar to cp -a). If it is asked to install a
  +directory, it will install the complete contents of the directory.
  +
  +Note that this command is not idempotent. "dh_clean B<-k>" should be called
  +between invocations of this command. Otherwise, it may cause multiple
  +instances of the same text to be added to maintainer scripts.
  +
  +=cut
  +
  +init();
  +
  +foreach my $package (@{$dh{DOPACKAGES}}) {
  +	next if is_udeb($package);
  +	
  +	my $tmp=tmpdir($package);
  +	my $file=pkgfile($package,"docs");
  +
  +	# If this is a symlink, leave it alone.
  +	if ( ! -d "$tmp/usr/share/doc/$package" &&
  +	     ! -l "$tmp/usr/share/doc/$package") {
  +		doit("install","-g",0,"-o",0,"-d","$tmp/usr/share/doc/$package");
  +	}
  +
  +	my @docs;
  +
  +	if ($file) {
  +		@docs=filearray($file, ".");
  +	}
  +
  +	if (($package eq $dh{FIRSTPACKAGE} || $dh{PARAMS_ALL}) && @ARGV) {
  +		push @docs, @ARGV;
  +	}
  +
  +	if (@docs) {
  +		my $exclude = '';
  +		if ($dh{EXCLUDE_FIND}) {
  +			$exclude = ' -and ! \( '.$dh{EXCLUDE_FIND}.' \)';
  +		}
  +		foreach my $doc (@docs) {
  +			next if excludefile($doc);
  +			next if ! -s $doc && ! compat(4); # ignore empty BUGS, etc
  +			if (-d $doc && $exclude) {
  +			    my ($dir_basename) = basename($doc);
  +			    # Pity there's no cp --exclude ..
  +			    my $pwd=`pwd`;
  +			    chomp $pwd;
  +			    complex_doit("cd $doc/.. && find $dir_basename \\( -type f -or -type l \\)$exclude -exec cp --parents -dp {} $pwd/$tmp/usr/share/doc/$package \\;");
  +			}
  +			else {
  +				system("cp","-a",$doc,"$tmp/usr/share/doc/$package");
  +			}
  +		}
  +		doit("chown","-R","0:0","$tmp/usr/share/doc");
  +		doit("chmod","-R","go=rX","$tmp/usr/share/doc");
  +		doit("chmod","-R","u+rw","$tmp/usr/share/doc");
  +	}
  +
  +	# .Debian is correct, according to policy, but I'm easy.
  +	my $readme_debian=pkgfile($package,'README.Debian');
  +	if (! $readme_debian) {
  +		$readme_debian=pkgfile($package,'README.debian');
  +	}
  +	if ($readme_debian && ! excludefile($readme_debian)) {
  +		doit("install","-g",0,"-o",0,"-m","644","-p","$readme_debian",
  +			"$tmp/usr/share/doc/$package/README.Debian");
  +	}
  +
  +	my $todo=pkgfile($package,'TODO');
  +	if ($todo && ! excludefile($todo)) {
  +		if (isnative($package)) {
  +			doit("install","-g",0,"-o",0,"-m","644","-p",$todo,
  +				"$tmp/usr/share/doc/$package/TODO");
  +		}
  +		else {
  +			doit("install","-g",0,"-o",0,"-m","644","-p",$todo,
  +				"$tmp/usr/share/doc/$package/TODO.Debian");
  +		}
  +	}
  +
  +	# If the "directory" is a dangling symlink, then don't install
  +	# the copyright file. This is useful for multibinary packages 
  +	# that share a doc directory.
  +	if (-d "$tmp/usr/share/doc/$package") {
  +		# Support debian/package.copyright, but if not present, fall
  +		# back on debian/copyright for all packages, not just the 
  +		# main binary package.
  +		my $copyright=pkgfile($package,'copyright');
  +		if (! $copyright && -e "debian/copyright") {
  +			$copyright="debian/copyright";
  +		}
  +		if ($copyright && ! excludefile($copyright)) {
  +				doit("install","-g",0,"-o",0,"-m","644","-p",$copyright,
  +					"$tmp/usr/share/doc/$package/copyright");
  +		}
  +	}
  +
  +	# Handle doc-base files. There are two filename formats, the usual
  +	# plus an extended format (debian/package.*).
  +	my %doc_ids;
  +	
  +	opendir(DEB,"debian/") || error("can't read debian directory: $!");
  +	# If this is the main package, we need to handle unprefixed filenames.
  +	# For all packages, we must support both the usual filename format plus
  +	# that format with a period an something appended.
  +	my $regexp="\Q$package\E\.";
  +	if ($package eq $dh{MAINPACKAGE}) {
  +		$regexp="(|$regexp)";
  +	}
  +	foreach my $fn (grep {/^${regexp}doc-base(\..*)?$/} readdir(DEB)) {
  +		# .EX are example files, generated by eg, dh-make
  +		next if $fn=~/\.EX$/;
  +		# Parse the file to get the doc id.
  +		open (IN, "debian/$fn") || die "Cannot read debian/$fn.";
  +		while (<IN>) {
  +			if (/^Document:\s+(.*)(\s+)?/) {
  +				$doc_ids{$fn}=$1;
  +				last;
  +			}
  +		}
  +		close IN;
  +	}
  +	closedir(DEB);
  +	
  +	if (%doc_ids) {
  +		if (! -d "$tmp/usr/share/doc-base/") {
  +			doit("install","-g",0,"-o",0,"-d","$tmp/usr/share/doc-base/");
  +		}
  +	}
  +	foreach my $fn (keys %doc_ids) {
  +		doit("install","-g",0,"-o",0,"-m644","-p","debian/$fn",
  +		     "$tmp/usr/share/doc-base/$doc_ids{$fn}");
  +		if (! $dh{NOSCRIPTS}) {
  +			autoscript($package,"postinst","postinst-doc-base",
  +				"s/#DOC-ID#/$doc_ids{$fn}/",
  +			);
  +			autoscript($package,"prerm","prerm-doc-base",
  +				"s/#DOC-ID#/$doc_ids{$fn}/",
  +			);
  +		}
  +	}
  +}
  +
  +=head1 SEE ALSO
  
  Reached max line limit 500!
  
  
  1.1                  pbuildd/scripts/cb/zlib
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/zlib?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/zlib?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: zlib
  ===================================================================
  #! /bin/sh -e
  
  # Put off building 64-bit zlib libraries until later
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs debhelper dbs
  inst_src zlib
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/zlib/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done zlib
  
  
  
  1.1                  pbuildd/scripts/cb/zlib.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/zlib.diff?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/zlib.diff?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: zlib.diff
  ===================================================================
  diff -urN zlib-1.2.3.old/debian/rules zlib-1.2.3/debian/rules
  --- zlib-1.2.3.old/debian/rules	2005-12-17 04:06:23.000000000 +0100
  +++ zlib-1.2.3/debian/rules	2005-12-17 04:07:48.000000000 +0100
  @@ -28,18 +28,6 @@
   CC64=$(DEB_HOST_GNU_TYPE)-gcc -m64
   endif
   
  -64-ARCHS=s390 sparc i386 powerpc
  -ifneq (,$(findstring $(DEB_HOST_ARCH), $(64-ARCHS)))
  -DOBUILD		+= $(STAMP_DIR)/build-64 $(STAMP_DIR)/build-64-nopic
  -DOBINARY	:= binary-lib64z1 binary-lib64z1-dev
  -endif
  -
  -32-ARCHS=amd64 ppc64
  -ifneq (,$(findstring $(DEB_HOST_ARCH), $(32-ARCHS)))
  -DOBUILD		+= $(STAMP_DIR)/build-32 $(STAMP_DIR)/build-32-nopic
  -DOBINARY	:= binary-lib32z1 binary-lib32z1-dev
  -endif
  -
   # Did the user want to turn optimisation off for some reason?
   ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CFLAGS=-O0
  
  
  



More information about the Pbuilder-maint mailing list