# # Project Builder configuration file # For project schroot # # $Id$ # # # What is the project URL # #pburl schroot = svn://svn.schroot.org/schroot/devel #pburl schroot = svn://svn+ssh.schroot.org/schroot/devel #pburl schroot = cvs://cvs.schroot.org/schroot/devel #pburl schroot = http://www.schroot.org/src/schroot-devel.tar.gz #pburl schroot = ftp://ftp.schroot.org/src/schroot-devel.tar.gz #pburl schroot = file:///src/schroot-devel.tar.gz #pburl schroot = dir:///src/schroot-devel pburl schroot = git://git.debian.org/git/buildd-tools/schroot # Repository pbrepo schroot = ftp://ftp.schroot.org #pbml schroot = schroot-announce@lists.schroot.org #pbsmtp schroot = localhost # Check whether project is well formed # when downloading from ftp/http/... # (containing already a directory with the project-version name) #pbwf schroot = 1 # # Packager label # pbpackager schroot = Bruno Cornec # # For delivery to a machine by SSH (potentially the FTP server) # Needs hostname, account and directory # #sshhost schroot = www.schroot.org #sshlogin schroot = bill #sshdir schroot = /schroot/ftp #sshport schroot = 22 # # Global version/tag for the project # projver schroot = devel projtag schroot = 1 # Hash of valid version names version schroot = devel # Is it a test version or a production version testver schroot = true # Adapt to your needs: # Optional if you need to overwrite the global values above # #pkgver schroot = stable #pkgtag schroot = 3 # Hash of default package/package directory defpkgdir schroot = . # Hash of additional package/package directory #extpkgdir minor-pkg = dir-minor-pkg # List of files per pkg on which to apply filters # Files are mentioned relatively to pbroot/defpkgdir #filteredfiles schroot = Makefile.PL,configure.in,install.sh,schroot.8 #supfiles schroot = schroot.init # For perl modules, names are different depending on distro # Here perl-xxx for RPMs, libxxx-perl for debs, ... # So the package name is indeed virtual #namingtype schroot = perl