Changeset 287 in ProjectBuilder for devel/pb/lib/ProjectBuilder/Distribution.pm


Ignore:
Timestamp:
Nov 16, 2007, 12:31:29 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Fix build process for new pb functions on changelogs
  • Fix bugs in newproj where project wasn't always used (some fixed pb were remaining)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/lib/ProjectBuilder/Distribution.pm

    r265 r287  
    158158# Tested
    159159    'gentoo'                => '.* version (.+)',
    160     'debian'                => '(.+)',
    161160    'slackware'             => 'S[^ ]* (.+)$',
    162161# There should be no ambiguity between potential ambiguous distro
     
    172171    'suse'                  => 'SUSE LINUX (\d.+) \(',
    173172    'opensuse'              => 'openSUSE (\d.+) \(',
     173    'debian'                => '(.+)',
    174174    'lsb'                   => '.*[^Ubunt].*\nDISTRIB_RELEASE=(.+)',
    175175# Ubuntu 6.06 includes a /etc/debian_version file that needs to be
Note: See TracChangeset for help on using the changeset viewer.