[Pbuilder-maint] pbuilder CVS update: pbuilder/testsuite run-test-satisfy-depends.sh

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Sat Oct 28 16:39:42 CEST 2006


  User: lool    
  Date: 06/10/28 16:39:42

  Modified:    testsuite run-test-satisfy-depends.sh
  Log:
  * testsuite/run-test-satisfy-depends.sh: fix invocation from CVS
    checkout by only copying debian/rules and not debian/*.
  
  Revision  Changes    Path
  1.2       +1 -1      pbuilder/testsuite/run-test-satisfy-depends.sh
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/run-test-satisfy-depends.sh?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/run-test-satisfy-depends.sh?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/pbuilder/testsuite/run-test-satisfy-depends.sh.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: run-test-satisfy-depends.sh
  ===================================================================
  RCS file: /cvsroot/pbuilder/pbuilder/testsuite/run-test-satisfy-depends.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run-test-satisfy-depends.sh	28 Oct 2006 13:17:31 -0000	1.1
  +++ run-test-satisfy-depends.sh	28 Oct 2006 14:39:42 -0000	1.2
  @@ -61,7 +61,7 @@
       [ -d "$package_dir" ] && rm -rf "$package_dir"
       # create package structure
       mkdir -p "$package_dir/debian"
  -    cp -l satisfydepends/debian/* "$package_dir/debian"
  +    cp -l satisfydepends/debian/rules "$package_dir/debian"
       cp -l $changelog "$package_dir/debian/changelog"
       cp -l $control "$package_dir/debian/control"
       log_i "Building package $package/$version as \"$PDEBUILD --buildresult $RESULT_DIR -- --pkgname-logfile\" in $package_dir"
  
  
  



More information about the Pbuilder-maint mailing list