libprojectbuilder-perl (0.14.3-1) unstable; urgency=low

  * Fix a bug on the analysis of build dependencies for deb packages when using
    multiple versions constraints
  * Add support for additional signed deb repositories
  * Rename pb_distro_setuprepo_gen as pb_distro_setuprepo_gen_conf and create a new
    pb_distro_setuprepo_gen external function called by pb to allow the usage
    of external repository for pb installation itself if needed
  * Solve an issue with dependency optimization
  * Calls zypper refresh before making install for SUSE distros
  * Import GPG key files on OpenSUSE as zypper doesn't do it alone it seems
  * build is now calling back prep first in order to speed up the debug
  * Adds man, help and versions options to pbdistrocheck and pbgetparam
  * Fix #152 by adding support for https scheme in URLs

 -- Bruno Cornec <bruno@project-builder.org>  Sat, 04 Mar 2017 00:00:00 +0100


libprojectbuilder-perl (0.14.2-1) unstable; urgency=low

  * Fix #148 by providing a pb_filter_var_print function (Bruno Cornec)
  * Fix #115 by providing system conf file (under /usr/share/pb) and an admin conf
    file (under /etc/pb) (Bruno Cornec)
  * Docker is now the default vetype (Bruno Cornec)
  * Fix conf file analysis (changes in pb_conf_get_if, pb_conf_add_last_in_hash,
    pb_distro_conf_print) (Bruno Cornec)
  * Document in Conf.pm the order in which all conf files are loaded (Bruno Cornec)
  * Use function pb_distro_conf_print in pbgetparam to avoid code duplication
    (Bruno Cornec)
  * Fix a bug in pbgetparam where the project.pb file wasn't read (Bruno Cornec)
  * Change interface of pb_ve_docker_get_image which now returns undef when no
    image id was found (Bruno Cornec)
  * Adds support for fedora 25, Cloudlinux and Ubuntu 16.10. Fix OEL detection.
    (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Wed, 04 Jan 2017 00:00:00 +0100


libprojectbuilder-perl (0.14.1-1) unstable; urgency=low

  * Adds Docker support and test builds for mageia 4-5, fedora 21-24, debian7-8,
    ubuntu 12.04,14.04-16.04, opensuse 13.2-42.1, centos 5-7, gentoo (Bruno
    Cornec)
  * Fedora distributions since f10 uses perl-core to provide core modules (Bruno
    Cornec)
  * Fix #144 by declaring PBTMP when File::Temp doesn't exist (Bruno Cornec)
  * Fix docker repo/registry usage and adds conf file entries for them (Bruno
    Cornec)
  * build and delivery directories renamed pbbuild and pbdelivery for consistency
    and to ease filtering (with git e.g.) (Bruno Cornec)
  * Update latest Ubuntu codenames (Bruno Cornec)
  * Add support for pbr for python project such as python-redfish (Bruno Cornec)
  * Start working on a Mojolicious web app with swagger providing a RESTful API for
    pb (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Mon, 25 Jul 2016 00:00:00 +0200


libprojectbuilder-perl (0.13.2-1) unstable; urgency=low

  * Improve yum and dnf invocation by just cleaning cache of metadata, avoiding to
    do a clean + upgrade 
  * Fix dependencies for Fedora 22 docker container
  * improve git support by archiving HEAD if no modif in progress and removing git+
    on uri when needed
  * Improve git support where pbconf is upstream in the main directory of a simple
    project

 -- Bruno Cornec <bruno@project-builder.org>  Wed, 17 Feb 2016 00:00:00 +0100


libprojectbuilder-perl (0.13.1-1) unstable; urgency=low

  * Adds Docker support for VE build (using a specific build account in the
    container). Can start from a Docker Hub cimage. Can also build our own with
    rpmbootstrap or debootstrap as for chroot. Build 3 layers of containers
    (d-v-a, d-v-a-pb, d-v-a-pb-prj) and build in a container made from this
    third image (Bruno Cornec)
  * Adds preliminary dnf support for new Fedora 22+ versions (Bruno Cornec)
  * Fix perl deps for rhel7/centos7 for new/prep phase
  * Add support for mageia 5
  * Adds a pb_ssh_setup function used for both VM and RM to setup the ssh
    environment with the right keyfile used in launchv (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Wed, 25 Nov 2015 00:00:00 +0100


libprojectbuilder-perl (0.12.7-1) unstable; urgency=low

  * Fix SLES update and install scripts with now SLES 12 (Bruno Cornec)
  * Adds support for SLES 12 and mageia 3/4 chroots (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Thu, 05 Feb 2015 00:00:00 +0100


libprojectbuilder-perl (0.12.6-1) unstable; urgency=low

  * Improve git and git-svn support (Bruno Cornec)
  * Data::Dumper is a required perl module during sbx2setupvm and his documented as
    such (can be a separate one depending on distros) (Bruno Cornec)
  * Fix duplicate display error and intermediate RE error as well (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Sun, 22 Jun 2014 00:00:00 +0200


libprojectbuilder-perl (0.12.5-1) unstable; urgency=low

  * Adapt VM names and filters for Debian as per the new rule (major numbers only)
    (Bruno Cornec)
  * Fix #128 by removing the initialization to STDOUT of the FD in pb_display_file
    and also improving pb_get_content to avoid to handle the last line (Bruno
    Cornec)
  * Move pb_cms_compliant fundtion into VCS.pm and rename it pb_vcs_compliant, as
    it was used incorrectly in Env.pm which was lower in the tree. (Corey
    Wirun/Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Tue, 04 Feb 2014 00:00:00 +0100


libprojectbuilder-perl (0.12.4-1) unstable; urgency=low

  * Droping by default the release number for Debian distributions as this is now
    part of the version as for RHEL. (Bruno Cornec)
  * Fix bugs in Distribution.pm preventing debian VM to be setup anymore (Bruno
    Cornec)
  * Adds future Debian 8 and Ubuntu 14.04 codenames (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Wed, 15 Jan 2014 00:00:00 +0100


libprojectbuilder-perl (0.12.3-1) unstable; urgency=low

  * Adds Fedora 18, 19 and 20 and Mageia 3 VE definitions (Bruno Cornec)
  * Adds rbsmirrorupd feature (Bruno Cornec)
  * No -s option for oppatchcmd by default now (Bruno Cornec)
  * Adds git-svn support (Bruno Cornec)
  * function pb_conf_print renamed into pb_distro_conf_print and move to
    Distribution.pm (Bruno Cornec)
  * Fix some opensuse yast/patch usages (Bruno COrnec)
  * Adds a parameter for the mode of the sudoers file instead of hard-coding (Bruno
    Cornec)
  * Improve ntp handling by using oscmdntp instead of vmntpcmd (Bruno Cornec)
  * Adds the possibility to prefix the output of commands executed by pb_system, if
    the verbose keyword is of the form verbose_prefix (Bruno Cornec)
  * Fix #116 by documenting the cachedir parameter (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Sun, 05 Jan 2014 00:00:00 +0100


libprojectbuilder-perl (0.12.2-1) unstable; urgency=low

  * pbdistrogetparam now works, is built & delivered, and has a new -a (all) option
    (Bruno Cornec)
  * New function pb_conf_get_all to return the list of all parameters, also now
    used by pb_conf_print (Bruno Cornec)
  * add a pbdistrogetparam command to ease shell interface (Bruno Cornec) 
  * Latest Ubuntu codename updated (Bruno Cornec)
  * rpmbootstrap content for opensuse 12.2 (Bruno Cornec)
  * Exports function pb_vcs_add_if_not_in (Bruno Cornec)
  * Introduce a pb_exit function and use it in all apps (Bruno Cornec)
  * In debug mode, do not erase the temporary dir created to ease analysis (Bruno
    Cornec)
  * Red Hat 6.2 (not RHEL) support (Bruno Cornec)
  * Factorize the proxy usages in pb_apply_conf_proxy and make it public (was
    partly done only) (Bruno Cornec)
  * Allow usage of mayfailverbose in pb_system when both features are needed to
    help debuging (Bruno Cornec)
  * Render File::Temp and Pod::Usage optional, in order to support partly old perl
    versions (5.00.5 at least) such as on RH6.2, so that the Base.pm module can
    be used in such a VE/VM (Bruno Cornec)
  * Really use snapshot for launchve when needed. fix some parts of the condition
    which were wrong. (Bruno Cornec)
  * Fix a nasty bug when using an empty value on the right side of the = sign in a
    conf file, he parameter wasn't created in the cache conf. (Bruno Cornec)
  * Changing old checksum for yum from sha1 to sha as it wasn't working at least
    for RHEL5. (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Tue, 26 Feb 2013 00:00:00 +0100


libprojectbuilder-perl (0.12.1-1) unstable; urgency=low

  * Adds pbstoponerr option in conf file to allow to overwrite the default which is
    back to not stopping on errors as it perturbates VE and VM build for
    themoment, as not all commands are expected to succeed systematically.
    (Bruno Cornec)
  * Change urpmi.update call from /usr/bin (consolehelper) to /usr/sbin (urpmi) as
    that's what we have in VE. (Bruno Cornec)
  * Fix mageia 1 and 2 deps for VE (Bruno Cornec)
  * Adds option pbshowsudo (false by default) to check whether we display the
    detail of sudo commands (to match security requiremetns) or not (to have a
    nicer output) (Bruno Cornec)
  * In VE.pm fix modes of the chroot after the snapshot phase detection to avoid
    error which make the code die (Bruno Cornec)
  * Improve system cmd display in Distribution.pm for deps analysis (Bruno Cornec)
  * pb_system is back to 3 params, as the previously undocumented "mayfail" 3rd
    parameter provides what the 4th was dded for. callers adapted in
    relationship. Also improves error message displayed (Bruno Cornec)
  * Fix another bug in pb_check_req on the default value used with a || where an
    undef wasn't different from a bad integer. (Bruno Cornec)
  * Use pb_cjeck_req for all commands called in the VE for its setup, so it can be
    used correctly in a secured environement with a sudoers conf file (Cf
    pbtest) (Bruno Cornec)
  * Adds support for the PBVCSOPT env var to pass cli options to the VCS command.
    Example is authentication method for SVN as in pbtest. (Bruno Cornec)
  * Fix pb_syntax, where a call with an exit of 0 was seen as false and thus lead
    to a value of -1. Now pb -h returns true (Bruno Cornec)
  * Move PBPROJ env var setuo  from Env.pm to Conf.pm to have it earlier available
    for some calls with less context. (Bruno Cornec)
  * Fix a bug when (ve|vm|rm)path->ENV(PBPROJ) was undefined, and expand its path
    when defined to support that type of definition in conf files (pbtest does
    it) (Bruno Cornec)
  * getconf now loads more conf files, and calls cms_compliant (Bruno Cornec)
  * Use new pbgpgcheck option to control whether we enable gpgcheck in the repo
    script. (Eric Anderson)
  * Use new projcomponent value to specify which component we are building for --
    most things probably aren't contrib (for deb based distros) (Eric Anderson)
  * Tolerate the file: and flat: schemes -- they were tolerated in some places but
    not others. (Eric Anderson)
  * Add a new option pbusesshagent in pb.conf to allow the user to specify whether
    he wants to use his existing SSH environement and agent, or if he prefers
    to create a new key pair for building. (Bruno Cornec)
  * newv(e|m) doesn't require execution of cms2build before being available. (Bruno
    Cornec)
  * Add git support in pb_vcs_up, pb_vcs_checkin and pb_vcs_add and Improve git
    support for pb_vcs_get_uri (Eric Anderson)
  * VE.pm: Verify that the proxy variables are passed through if we are using sudo.
    (Eric Anderson)
  * Adds Scientific Linux support . (Eric Anderson)
  * Add case where centos versioning include minor since centos makes major changes
    in minor releases. (Eric Anderson)
  * Fix typo in oracle linux regex. (Eric Anderson)
  * Proposes min dependencies separately for centos-5.2, 5.6 others just match that
    set. (Eric Anderson)
  * Add next ubuntu codename. (Eric Anderson)
  * Add new pb_pbos_to_keylist function that generates the keys that should be used
    for looking up filter filenames or keys into the hash-maps. New function
    will generate 5.m, for all m in [0,n] for version 5.n of some OS. Useful
    because minor versions are usually similar. Use it in distro_get_param,
    simplifying the function and making it more powerful. (Eric Anderson)
  * add auto-agree-with-licenses for opensuse, other failures on install can occur.
    (Eric Anderson)
  * Fix bug, if we install with yum, put the repo in the yum location.  If we
    install with zypper, put it in the zypper location. Otherwise complain that
    we don't know what to do with the file. (Eric Anderson/Bruno Cornec)
  * Run bootstrapping under linux32 (Bruno changed that to setarch) if arch is i386
    and host is x86_64/amd64 so that it gets the architecture right. (Eric
    Anderson)
  * multiple improvements to distro dep lists. (Eric Anderson)
  * document addrepo. (Eric Anderson)
  * Fix the code to check to see if a deb package is installed.  (Eric Anderson)
  * sudo does not pass through the DEBIAN_FRONTEND variable; use env to make sure
    it is set.	Also change from --force-yes to --allow-unauthenticated (Eric
    Anderson)
  * Make sure to apply the ftp/http proxy when installing dependencies. Also add
    hack to try the install twice if it fails the first time. (Eric Anderson)
  * Handle multi-line entries in debian control files. (Eric Anderson)
  * Add a parameter to pb_system that allows commands to fail even if
    pb_stop_on_error is set. (Eric Anderson)
  * Add in pid to the error output from pb_system for help in tracking down which
    parent ran the command. (Eric Anderson)
  * pb_conf_init is called at low level on the default project to avoid PBPROJ to
    be undefined and creatin lots of error msgs. pbdistrocheck works again with
    it. (Bruno Cornec)
  * Fix sbx2setupvm in order to call pb_conf_init correctly at start of the pbinit
    script. (Bruno Cornec)
  * Document new ftp_proxy and http_proxy options. (Eric Anderson)
  * Document the rbsmirrorsrv option (already supported, not documented). (Eric
    Anderson)
  * Document that sshlogin and sshport are now optional parameters. (Eric Anderson)
  * Use confess so when failing to get a parameter we get a stack trace. (Eric
    Anderson)
  * Adding the internal function pb_distro_compare_repo to avoid code duplication
    between apt and yum repos treatment (Bruno Cornec)
  * add pb_path_expand to do the path expansion for config values. (Eric Anderson)
  * Print out all sudo'd commands if we haven't already so people know what they're
    typing their passwords in for. (Eric Anderson)
  * verify that we don't try to launch a mips ve on x86_64 (previous check only
    prevented x86_64 on ix86). (Eric Anderson)
  * Make sure to create the path to the VE before we try to bootstrap it. (Eric
    Anderson)
  * Use new Global::pb_stop_on_error variable to decide whether we should abort on
    an error. (Eric Anderson)
  * Skip dependencies that are all whitespace since that leads to errors when
    running dpkg -L <whitespace> (Eric Anderson)
  * Add possibility to use a PREFIX variable for Makefie.PL for pb-module (Eric
    Anderson)
  * Conf.pm largely rewritten to cache all conf files into a local $h hash in which
    conf files are added in reverse order. (Bruno Cornec)
  * pb_vcs_add and pb_vcs_up now support a list of dirs/files as second parameter.
    (Bruno Cornec)
  * pb_mkdir_p now returns the return value of mkpath. (Bruno Cornec)
  * Split CMS functions in 2 parts, one lowlevel reusable outside of pb in VCS.pm,
    the remaining stay in CMS.pm, part of pb. (Bruno Cornec)
  * Provides a new pb_get_osrelease function similar to uname -r. (Bruno Cornec)
  * patch command and option are now variables in pb.conf under ospatchcmd and
    ospatchopt (Bruno Cornec)
  * Adds OEL support for build (Bruno Cornec)
  * Adds support for Fedora 15 and 16 (tested) and RHEL 6 (to be tested) for VE
    (Bruno Cornec)
  * Create a new VE.pm module to host pb_ve_launch (from pb code now reusable for
    pbmkbm) (Bruno Cornec)
  * Adds codename for debian 7 and Ubuntu 11.10 (Bruno Cornec)
  * Fix #103: ProjectBuilder::Env is needed by rpmbootstrap so should be under
    pb-modules (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Mon, 28 May 2012 00:00:00 +0200


libprojectbuilder-perl (0.11.3-1) unstable; urgency=low

  * Working VE for opensuse-11.4 (Bruno Cornec)
  * Arch Linux doesn't have a version. It's like gentoo (Bruno Cornec)
  * Adds RPM signature support and doc (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Wed, 25 May 2011 00:00:00 +0200


libprojectbuilder-perl (0.11.2-1) unstable; urgency=low

  * Adds mdkonline as a dependency for Mandriva VE builds (at least afetr 2010.1)
    to have urpmi.update (Bruno Cornec)
  * Fix rpm repo installation for pb (missing arch) (Bruno Cornec)
  * Add support for sources.list pb repo installation for deb based distro. Fix for
    #81. (Bruno Cornec)
  * No repo provided for CentOS so file install. Fix for #81. (Bruno Cornec)
  * Some more fixes for full path commands with sudo (older rhel) (Bruno Cornec)
  * Fix sudo calls for sles/suse with full path (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Sat, 12 Mar 2011 00:00:00 +0100


libprojectbuilder-perl (0.11.1-1) unstable; urgency=low

  * Document [web]sshdir|port|login|host (Bruno Cornec)
  * tmout param is optional and now handled and documented as such (Bruno Cornec)
  * rmntpcmd, vmhost, vmmem, vmntpcmd and vmsize have OS keys and not project keys.
    Fixed in doc and code.  (Bruno Cornec)
  * Mageia distributions are now working wirh pb (Bruno Cornec)
  * pb_mkdir_p doesn't return anything anymore. Test of return removed. (Bruno
    Cornec)
  * Add debian 6.0 build support and VMs (Bruno Cornec)
  * use --no-suggests for urpmi to allow for minimal chroot build (Bruno Cornec)
  * Add full path names on sudo  (Bruno Cornec)
  * Fix pb_changelog with test for correct pb hash values which were changed
    previously (Bruno Cornec)
  * Detail security aspects in pb, especially for RM setup with sudo (to be
    improved) in file SECURITY in pb-doc (Bruno Cornec)
  * Adds codenames for Debian 6.0 and Ubuntu 11.04 (Bruno Cornec)
  * Introduction of a new hash $pbos to manage all os related info through a single
    data structure. All functions reviewed accordingly. Externally transparent,
    hopefully, but much cleaner code as a consequence. (Bruno Cornec)
  * Adds support for Remote Machines (RM). (Bruno Cornec)
  * removedot only applies to the extension generated not to the rest of the distro
    ver (so filters have the right name, ...) (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Sat, 26 Feb 2011 00:00:00 +0100


libprojectbuilder-perl (0.10.1-1) unstable; urgency=low

  * Prepare HP-UX port (Bruno Cornec)
  * redhat distros extension set by default to rh (Bruno Cornec)
  * Adds a global variables VERSION and REVISION for version management (Bruno
    Cornec)
  * Module Version.pm move to pb-modules due to that (Bruno Cornec)
  * Fix pbdistrocheck install command printing (Bruno Cornec)
  * Fix mandralinux old distro build in pb.conf (Note only non symlink release
    files are important) (Bruno Cornec)
  * Avoid File::MimeInfo hard requirement. Only abort if not found when needed.
    (Bruno Cornec)
  * Fix a bug in test modules when using Test simple only (Bruno Cornec)
  * Avoids to force a dep on Test::More. Just use Test and a fake test if
    Test::More is not available. (Bruno Cornec)
  * pb_system fixed to support parallel calls (Bruno Cornec)
  * Update of pb.conf.pod documentation for all changes made (Bruno Cornec)
  * Adds params to pb_distro_setuprepo to support generic family/os templates
    (Bruno Cornec)
  * Use new pb.conf variable (ospkg and osrepo for pkg install) (Bruno Cornec)
  * Adds function pb_distro_setuposrepo to setup pb install repo in case of package
    install and adds a default pbinstalltype for projects as pkg (Bruno Cornec)
  * Use pb_check_req to avoid hardcoded path of needed commands (Bruno Cornec)
  * Fix #70 by adding update commands updatevm|ve and fixes for gentoo and debian
    (Bruno Cornec)
  * Fix a bug in pb_system when using redirctions in the command (Bruno Cornec)
  * Rename previous option osupd into the more correct osins, and add a real osupd
    param to support distribution update commands (Bruno Cornec)
  * Remove dependency on Mail::Sendmail to where it's really needed (part of Log,
    not used yet, and annouce). In particular this removes one non std dep for
    VE/VM build. (Bruno Cornec)
  * Fix #66: Adds log management (contribution from joachim). Starting point, as
    some more work has to be done around it. (Bruno Cornec)
  * Increase number of tests for Base and fix a bug on pb_get_uri (Bruno Cornec)
  * Adds function pb_distro_getlsb and make pbdistrocheck fully lsb_release
    compatible (Bruno Cornec)
  * Adds a new optional "os" parameter for pb_distro_get_param (upper family such
    as linux) (Bruno Cornec)
  * Adds new feature: possibility to deliver in multiple variable dirs, and not
    just / and test (Bruno Cornec)
  * Force printing on stdout in pb_log if 0 level (Bruno Cornec)
  * Add support for LSB 3.2 (Bruno Cornec)
  * remove all dots in version when asked to (Bruno Cornec)
  * various rpmlint and lintian fixes (Bruno Cornec)
  * Adds ebuild version for pb gentoo packages (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Thu, 13 Jan 2011 00:00:00 +0100


libprojectbuilder-perl (0.9.10-1) unstable; urgency=low

  * Add support for Ubuntu 10.04 natively and with debootstrap (universe repo
    needed) (Bruno Cornec)
  * Project-Builder.org is licensed under the GPL v2 for the moment. (Bruno Cornec)
  * Remove the useless vemindep option and fix ospkgdep accordingly (Bruno Cornec)
  * Adds rbsopt parameter + doc to allow for passing options to rpmbootstrap such
    as -k now by default. (Bruno Cornec)
  * Update perl modules versions (Date-Manip is now in 6.x, still using 5.x at the
    moment) (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Mon, 07 Jun 2010 00:00:00 +0200


libprojectbuilder-perl (0.9.9-1) unstable; urgency=low

  * Fix a bug in the analysis of Build-Requires (middle packages were missed)
    (Bruno Cornec)
  * Improve conf when starting from scratch (pbproj undefined) (Bruno Cornec)
  * Improves debian build (tab/space were mixed) (Bruno Cornec)
  * Adds Centos support for setup of VE (Bruno Cornec)
  * pbdistrocheck now has a man page (Bruno Cornec)
  * Split function pb_env_init and add function pb_env_init_pbrc needed for
    rpmbootstrap (Bruno Cornec)
  * Adds function pb_check_requirements and use it in pb (Bruno Cornec)
  * pb_distro_get_param now can expand some variables before returning a value
    (Bruno Cornec)
  * fedora-12 package list updated (Bruno Cornec)
  * Rename options: veconf => rbsconf, ve4pi => rbs4pi, vepkglist => vemindep
    (Bruno Cornec)
  * new pb_get_postinstall generic function for rinse and rpmbootstrap (Bruno
    Cornec)
  * verebuild, ventp/vmntp are now optional (Bruno Cornec)
  * vetmout removed (Bruno Cornec)
  * Fixes to support ia64 chroot with centos5 - ongoing (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Sat, 01 May 2010 00:00:00 +0200


libprojectbuilder-perl (0.9.8-1) unstable; urgency=low

  * Removes dependency on GNU install to be more portable (Bruno Cornec)
  * Improves setupvm for RHEL 3 (Bruno Cornec)
  * Add support for Fedora 12, Mandriva 2010.0, OpenSuSE 11.2, Ubuntu 9.10 (Bruno
    Cornec)
  * Do not add conf files if already present in the list (changing pbconffiles into
    a hash for that to still keep order as this is mandatory) (Bruno Cornec)
  * Adds Solaris port, Solaris build files, generation of Solaris build file
    skeleton (Bruno Cornec)
  * Externalize in /etc/pb/pb.conf all distribution dependant information formely
    in Distribution.pm (Bruno Cornec)
  * Adds option support for pbdistrocheck (-v and -d)

 -- Bruno Cornec <bruno@project-builder.org>  Sat, 24 Oct 2009 00:00:00 +0200


libprojectbuilder-perl (0.9.7.1-1) unstable; urgency=low

  * Fix a critical bug on pb, where a module was loaded optionaly with use instead
    of require (prevents update of VMs) (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Sun, 05 Jul 2009 00:00:00 +0200


libprojectbuilder-perl (0.9.7-1) unstable; urgency=low

  * pb_distro_init now returns a 7th paramater which is the arch, useful for
    pbdistrocheck (Bruno Cornec)
  * pb_distro_init accepts now a third parameter (arch) in order to force the setup
    of the update command for VEs (Bruno Cornec)
  * pb_get_arch placed lower in the modules tree and used everywhere uname was used
    (Bruno Cornec)
  * Adds Asianux support to pb for MondoRescue official packages support (Bruno
    Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Sat, 04 Jul 2009 00:00:00 +0200


libprojectbuilder-perl (0.9.6-1) unstable; urgency=low

  * Add support for addition of repository on the fly at build time with addrepo
    (Bruno Cornec)
  * Fix debian build deps computation and installation (Bruno Cornec)
  * Add support for VE using rinse (tested), mock (coded) and chroot (tested),
    schroot (planned) (Bruno Cornec)
  * Improved centos support (Bruno Cornec)
  * Differentiate between Scripts for VE and VM with 2 tags (Bruno Cornec)
  * Have a working newve, setupve and cms2ve sequence for rinse and centos 4 and 5
    at least (Bruno Cornec)
  * Remove the external locale dependece to use the one provided by perl (Bruno
    Cornec)
  * Adds GIT support for schroot (Bruno Cornec)
  * Adds SOCKS support for all VCS commands by adding a new pbsockscmd option in
    .pbrc (tested with git access behind proxy) (Bruno Cornec)
  * Improve PATH variable on new SuSE distro so that yast2 is found (Bruno Cornec)
  * Remove the suffix from the rpm changelog file as per fedora rules (Bruno
    Cornec)
  * Fix a bug in conf file handling when tag is using a '.' which wasn't supported
    by the regexp (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Thu, 19 Feb 2009 00:00:00 +0100


libprojectbuilder-perl (0.9.5-1) unstable; urgency=low

  * pb_get_distro => pb_distro_get for homogeneity (Bruno Cornec)
  * pb now uses pb_distro_installdeps in VM/VE setup (Bruno Cornec)
  * Adds function pb_distro_installdeps to automatically istall dependencies on
    distro before building (Bruno Cornec)
  * Adds pb_distro_only_deps_needed to compute the packages in a list whose
    installation is really needed (Bruno Cornec)
  * change pb_distro_init interface and add a 6th parameter which is the update CLI
    to use for that distro (Bruno Cornec)
  * Add support for RHAS 2.1 to pb as rhel-2.1 (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Tue, 09 Dec 2008 00:00:00 +0100


libprojectbuilder-perl (0.9.4-1) unstable; urgency=low

  * Debian packages are now working - Fix #26 and #33 (Bruno Cornec/Bryan Gartner)
  * Add support for specific naming conventions such as perl modules - Fix #32
    (Bruno Cornec)
  * Add a pb_set_content function (Bruno Cornec)
  * Fix CVS export function to also use tags passed in param (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Mon, 29 Sep 2008 00:00:00 +0200


libprojectbuilder-perl (0.9.3-1) unstable; urgency=low

  * pb_conf_init introduced to allow projects using pb functions to setup the
    PBPROJ variable correctly (Bruno Cornec)
  * New parameters for pb_system: mayfail and quiet (Bruno Cornec)
  * Working patch support added to pb - tested with buffer - Fix #28 (Bruno Cornec)
  * all global variables are prefixed with pb (Bruno Cornec)
  * Use of pb_display and pb_display_init added (Bruno Cornec)
  * announce is now supported in pb (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Thu, 07 Aug 2008 00:00:00 +0200


libprojectbuilder-perl (0.9.2-1) unstable; urgency=low

  * Fix a bug in pb_conf_get_fromfile_if (using last instead of next) (Bruno
    Cornec)
  * Fix #24 error in analysing filteredfiles (Bruno Cornec)
  * Fix Ubuntu issue on distribution detection (Bruno Cornec)
  * Move the pb_env_init function to a separate module to allow pbinit usage (Bruno
    Cornec)
  * Adds support for a build system conf file under $vmpath/.pbrc or $vepath/.pbrc
    (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Tue, 13 May 2008 00:00:00 +0200


libprojectbuilder-perl (0.9.1-1) unstable; urgency=low

  * Creation of this project based on a split of functions from pb to support also
    dploy.org (Bruno Cornec)
  * Documentation of functions (Bruno Cornec)
  * Availability of generic syntax functions, tempfile functions, and conf file
    functions (Bruno Cornec)

 -- Bruno Cornec <bruno@project-builder.org>  Fri, 25 Apr 2008 00:00:00 +0200



