[Pbuilder-maint] pbuilder CVS update: pbuildd/scripts/cb avalon-framework cmucl console-data fpc lattice lattice.diff libbsf-java libcommons-logging-java libdatetime-timezone-perl libjdepend-java liblogkit-java librsvg libxalan2-java mig mingw32 mit-scheme mlton sbcl slib smlnj xemacs21-packages

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon May 22 09:20:55 UTC 2006


  User: schepler
  Date: 06/05/22 09:20:55

  Modified:    scripts/cb avalon-framework cmucl console-data fpc lattice
                        libbsf-java libcommons-logging-java
                        libdatetime-timezone-perl libjdepend-java
                        liblogkit-java libxalan2-java mig mingw32
                        mit-scheme mlton sbcl slib smlnj xemacs21-packages
  Added:       scripts/cb librsvg
  Removed:     scripts/cb lattice.diff
  Log:
  * More cb script syntax fixes (that should hopefully be all of them now).
  * New librsvg cb script.
  * Remove patch for lattice cb script, which is no longer needed (at least
    for now).
  
  Revision  Changes    Path
  1.2       +2 -2      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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/avalon-framework?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/avalon-framework.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: avalon-framework
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/avalon-framework,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- avalon-framework	3 Apr 2006 09:01:32 -0000	1.1
  +++ avalon-framework	22 May 2006 09:20:55 -0000	1.2
  @@ -12,12 +12,12 @@
   
   if ! $CHROOTEXEC /bin/bash -e -x <<EOF
   cd /tmp/ant/*/
  -$SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"
   
   dpkg -i ../ant_*.deb ../ant-optional_*.deb
   
   cd /tmp/avalon-framework/*/
  -$SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   EOF
   then
       echo "pbuilder: Failed autobuilding of package" >&2
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cmucl?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/cmucl.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: cmucl
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/cmucl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cmucl	3 Apr 2006 09:01:32 -0000	1.1
  +++ cmucl	22 May 2006 09:20:55 -0000	1.2
  @@ -7,7 +7,7 @@
   download_inst_pkgs cmucl
   inst_src cmucl
   
  -if ! $CHROOTEXEC /bin/bash -c "cd /tmp/cmucl/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
  +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
  
  
  
  1.2       +2 -2      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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/console-data?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/console-data.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: console-data
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/console-data,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- console-data	3 Apr 2006 09:01:32 -0000	1.1
  +++ console-data	22 May 2006 09:20:55 -0000	1.2
  @@ -15,13 +15,13 @@
   	/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
  +    apt-get -y --force-yes -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
  +    $SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   EOF
   then
       echo "pbuilder: Failed autobuilding of package" >&2
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/fpc?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/fpc.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: fpc
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/fpc,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- fpc	3 Apr 2006 09:01:32 -0000	1.1
  +++ fpc	22 May 2006 09:20:55 -0000	1.2
  @@ -7,7 +7,7 @@
   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
  +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
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/lattice?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/lattice.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: lattice
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/lattice,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lattice	3 Apr 2006 09:01:32 -0000	1.1
  +++ lattice	22 May 2006 09:20:55 -0000	1.2
  @@ -5,7 +5,7 @@
   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
  +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
  
  
  
  1.2       +2 -2      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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libbsf-java?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libbsf-java.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: libbsf-java
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/libbsf-java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- libbsf-java	3 Apr 2006 09:01:32 -0000	1.1
  +++ libbsf-java	22 May 2006 09:20:55 -0000	1.2
  @@ -11,12 +11,12 @@
   
   if ! $CHROOTEXEC /bin/bash -e -x <<EOF
   cd /tmp/ant/*/
  -$SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"
   
   dpkg -i ../ant_*.deb ../ant-optional_*.deb
   
   cd /tmp/libbsf-java/*/
  -$SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   EOF
   then
       echo "pbuilder: Failed autobuilding of package" >&2
  
  
  
  1.2       +2 -2      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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libcommons-logging-java?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libcommons-logging-java.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: libcommons-logging-java
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/libcommons-logging-java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- libcommons-logging-java	3 Apr 2006 09:01:32 -0000	1.1
  +++ libcommons-logging-java	22 May 2006 09:20:55 -0000	1.2
  @@ -12,12 +12,12 @@
   
   if ! $CHROOTEXEC /bin/bash -e -x <<EOF
   cd /tmp/ant/*/
  -$SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  +$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
  +$SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   EOF
   then
       echo "pbuilder: Failed autobuilding of package" >&2
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libdatetime-timezone-perl?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libdatetime-timezone-perl.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: libdatetime-timezone-perl
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/libdatetime-timezone-perl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- libdatetime-timezone-perl	3 Apr 2006 09:01:32 -0000	1.1
  +++ libdatetime-timezone-perl	22 May 2006 09:20:55 -0000	1.2
  @@ -7,7 +7,7 @@
   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
  +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
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libjdepend-java?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libjdepend-java.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: libjdepend-java
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/libjdepend-java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- libjdepend-java	3 Apr 2006 09:01:32 -0000	1.1
  +++ libjdepend-java	22 May 2006 09:20:55 -0000	1.2
  @@ -9,7 +9,7 @@
   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
  +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
  
  
  
  1.2       +2 -2      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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/liblogkit-java?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/liblogkit-java.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: liblogkit-java
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/liblogkit-java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- liblogkit-java	3 Apr 2006 09:01:32 -0000	1.1
  +++ liblogkit-java	22 May 2006 09:20:55 -0000	1.2
  @@ -12,12 +12,12 @@
   
   if ! $CHROOTEXEC /bin/bash -e -x <<EOF
   cd /tmp/ant/*/
  -$SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"
   
   dpkg -i ../ant_*.deb ../ant-optional_*.deb
   
   cd /tmp/liblogkit-java/*/
  -$SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   EOF
   then
       echo "pbuilder: Failed autobuilding of package" >&2
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxalan2-java?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/libxalan2-java.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: libxalan2-java
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/libxalan2-java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- libxalan2-java	3 Apr 2006 09:01:32 -0000	1.1
  +++ libxalan2-java	22 May 2006 09:20:55 -0000	1.2
  @@ -9,7 +9,7 @@
       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
  +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
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mig?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mig.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: mig
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/mig,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mig	3 Apr 2006 09:01:32 -0000	1.1
  +++ mig	22 May 2006 09:20:55 -0000	1.2
  @@ -6,7 +6,7 @@
   download_inst_pkgs gnumach-dev
   inst_src mig
   
  -if ! $CHROOTEXEC /bin/bash -c "cd /tmp/mig/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
  +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
  
  
  
  1.2       +2 -2      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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mingw32?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mingw32.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: mingw32
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/mingw32,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mingw32	3 Apr 2006 09:01:32 -0000	1.1
  +++ mingw32	22 May 2006 09:20:55 -0000	1.2
  @@ -8,10 +8,10 @@
   
   if ! $CHROOTEXEC /bin/bash -e -x <<EOF
   cd /tmp/mingw32/*/
  -$SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   dpkg -i ../mingw32_*.deb
   cd /tmp/mingw32-runtime/*/
  -$SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  +$SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   EOF
   then
       echo "pbuilder: Failed autobuilding of package" >&2
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mit-scheme?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mit-scheme.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: mit-scheme
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/mit-scheme,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mit-scheme	3 Apr 2006 09:01:32 -0000	1.1
  +++ mit-scheme	22 May 2006 09:20:55 -0000	1.2
  @@ -8,7 +8,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
  +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
  
  
  
  1.2       +2 -2      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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mlton?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/mlton.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: mlton
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/mlton,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mlton	3 Apr 2006 09:01:32 -0000	1.1
  +++ mlton	22 May 2006 09:20:55 -0000	1.2
  @@ -2,11 +2,11 @@
   
   . /var/cache/pbuildd/scripts/cb-functions
   
  -inst_pkgs htmldoc libgmp3-dev tetex-bin tetex-extra time
  +inst_pkgs 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
  +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
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/sbcl?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/sbcl.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: sbcl
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/sbcl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sbcl	3 Apr 2006 09:01:32 -0000	1.1
  +++ sbcl	22 May 2006 09:20:55 -0000	1.2
  @@ -7,7 +7,7 @@
   download_inst_pkgs sbcl sbcl-common
   inst_src sbcl
   
  -if ! $CHROOTEXEC /bin/bash -c "cd /tmp/sbcl/*/; $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS"; then
  +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
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/slib?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/slib.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: slib
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/slib,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- slib	3 Apr 2006 09:01:32 -0000	1.1
  +++ slib	22 May 2006 09:20:55 -0000	1.2
  @@ -7,7 +7,7 @@
   inst_pkgs texi2html texinfo
   inst_src slib
   
  -if ! $CHROOTEXEC /bin/bash -c "cd /tmp/slib/*/; $SUTOUSER dpkg-buildpackage -d -uc -us $DEBBUILDOPTS"; then
  +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
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/smlnj?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/smlnj.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: smlnj
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/smlnj,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- smlnj	3 Apr 2006 09:01:32 -0000	1.1
  +++ smlnj	22 May 2006 09:20:55 -0000	1.2
  @@ -6,7 +6,7 @@
   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
  +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
  
  
  
  1.2       +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.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xemacs21-packages?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/xemacs21-packages.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: xemacs21-packages
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuildd/scripts/cb/xemacs21-packages,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xemacs21-packages	3 Apr 2006 09:01:32 -0000	1.1
  +++ xemacs21-packages	22 May 2006 09:20:55 -0000	1.2
  @@ -26,7 +26,7 @@
   
       chown -R $BUILDUSERNAME:$BUILDUSERNAME /tmp/buildd
       cd /tmp/xemacs21-packages/*/
  -    $SUTOUSER dpkg-buildpackage -uc -us $DEBBUILDOPTS
  +    $SUTOUSER "dpkg-buildpackage -uc -us $DEBBUILDOPTS"
   EOF
   then
       echo "pbuilder: Failed autobuilding of package" >&2
  
  
  
  1.1                  pbuildd/scripts/cb/librsvg
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/librsvg?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuildd/scripts/cb/librsvg?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: librsvg
  ===================================================================
  #! /bin/sh -e
  
  # For librsvg -> libgnomeprintui ->b gnome-icon-theme ->b librsvg2-common
  
  test -d /var/cache/pbuildd/pool/g/gnome-icon-theme
  test -d /var/cache/pbuildd/pool/libg/libgnomeprintui
  
  . /var/cache/pbuildd/scripts/cb-functions
  
  inst_pkgs cdbs debhelper libxml2-dev libpopt-dev libart-2.0-dev libgtk2.0-dev \
      libpango1.0-dev libpopt-dev libgsf-1-dev gnome-pkg-tools libcroco3-dev \
      gtk-doc-tools libxt-dev libcairo2-dev python
  inst_src librsvg
  
  $CHROOTEXEC dpkg -i --force-depends /var/cache/pbuildd/pool/g/gnome-icon-theme/gnome-icon-theme_*.deb /var/cache/pbuildd/pool/libg/libgnomeprintui/libgnomeprintui2.2-common_*.deb /var/cache/pbuildd/pool/libg/libgnomeprintui/libgnomeprintui2.2-0_*.deb /var/cache/pbuildd/pool/libg/libgnomeprintui/libgnomeprintui2.2-dev_*.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 /var/cache/pbuildd/pool/libg/libgnomeprintui/libgnomeprintui2.2-common_*.deb /var/cache/pbuildd/pool/libg/libgnomeprintui/libgnomeprintui2.2-0_*.deb /var/cache/pbuildd/pool/libg/libgnomeprintui/libgnomeprintui2.2-dev_*.deb
  
  if ! $CHROOTEXEC /bin/bash -c "cd /tmp/librsvg/*/; $SUTOUSER \"dpkg-buildpackage -uc -us $DEBBUILDOPTS\""; then
      echo "pbuilder: Failed autobuilding of package" >&2
      exit 1
  fi
  
  pkgs_done librsvg
  
  
  



More information about the Pbuilder-maint mailing list