[Pbuilder-maint] pbuilder CVS update: pbuilder/testsuite/regression/satisfydepends/debian rules

pbuilder CVS Commit pbuilder-maint at lists.alioth.debian.org
Mon Oct 30 11:04:04 CET 2006


  User: lool    
  Date: 06/10/30 11:04:04

  Added:       testsuite/regression/satisfydepends/debian rules
  Log:
  * testsuite/satisfydepends/gtk2-engines_*.changelog,
    testsuite/satisfydepends/gtk2-engines_*.control,
    testsuite/run-test-satisfy-depends.log,
    testsuite/run-test-satisfy-depends.sh: move to testsuite/regression
    and adapt to the regression suite layout.
  
  Revision  Changes    Path
  1.1                  pbuilder/testsuite/regression/satisfydepends/debian/rules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/regression/satisfydepends/debian/rules?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pbuilder/pbuilder/testsuite/regression/satisfydepends/debian/rules?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  #!/usr/bin/make -f
  
  build:
  	touch debian/files
  
  clean:
  	rm -f debian/files
  
  install:
  
  binary-indep: build install
  
  binary-arch: build install
  
  binary: binary-indep binary-arch
  
  .PHONY: build clean binary-indep binary-arch binary install
  
  
  



More information about the Pbuilder-maint mailing list