Changeset 418 in ProjectBuilder for pbconf/devel


Ignore:
Timestamp:
Apr 27, 2008, 1:20:16 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Adapt pbinit to new pb 0.9.2 and its external functions for mondorescue
  • First attempt to have correct deb build again for pb 0.9.2
Location:
pbconf/devel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/pb.pb

    r404 r418  
    2525sshport pb = 22
    2626
    27 #
    28 # For Virtual machines management
    29 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)
    30 # followed by '_' and by release number
    31 # a .vmtype extension will be added to the resulting string
    32 # a QEMU rhel_3 here means that the VM will be named rhel_3.qemu
    33 #
    34 vmlist pb = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64
     27pbarch pb = noarch
    3528
    3629velist pb = fedora-7-i386
    37 
    38 pbarch pb = noarch
    39 
    4030vetype pb = chroot
    4131ventp default =  pool.ntp.org
     
    4434veconf pb = /etc/mock
    4535verebuild pb = false
    46 #
    47 # Valid values for vmtype are
    48 # qemu, (vmware, xen, ... TBD)
    49 vmtype pb = qemu
    50 
    51 # Hash for VM stuff on vmtype
    52 vmntp default = pool.ntp.org
    53 
    54 # We suppose we can commmunicate with the VM through SSH
    55 vmhost pb = localhost
    56 vmlogin pb = pb
    57 vmport pb = 2223
    58 
    59 # Timeout to wait when VM is launched/stopped
    60 vmtmout default = 120
    61 
    62 # per VMs needed paramaters
    63 vmopt pb = -m 384 -daemonize
    64 vmpath pb = /users/qemu
    65 vmsize pb = 5G
    6636
    6737#
     
    8454defpkgdir perl-ProjectBuilder = pb-modules
    8555
     56# On Debian perl modules have other name std
     57pbpkgdeb perl-ProjectBuilder = libprojectbuilder-perl
     58
    8659# Hash of additional package/package directory
    8760extpkgdir project-builder-doc = pb-doc
  • pbconf/devel/perl-ProjectBuilder/deb/control

    r378 r418  
    1010Section: PBGRP
    1111Priority: optional
    12 Depends: ${shlibs:Depends}, ${misc:Depends}, libdate-manip-perl, libfile-mimeinfo-perl
     12Depends: ${shlibs:Depends}, ${misc:Depends}
    1313Recommends:
    1414Suggests:
    1515Description:
    16  Project Builder aka pb is a tool to produce packages for multiple
    17  distributions.
    18  It does that by minimizing the duplication of information required
    19  and a set a very simple configuration files.
     16 Reusable perl function from the project-builder.org project
    2017 .
    21  Homepage: http://www.project-builder.org
     18 Homepage: http://trac.project-builder.org
    2219
  • pbconf/devel/perl-ProjectBuilder/deb/copyright

    r238 r418  
    11This package was originally debianized by Bruno Cornec <bruno@project-builder.org>
    2 Fri, 19 Oct 2007 11:08:11 +0100.
     2Fri, 25 Apr 2008 11:08:11 +0100.
    33
    44The current upstream source was downloaded from
Note: See TracChangeset for help on using the changeset viewer.