Changeset 6679


Ignore:
Timestamp:
03/08/10 05:01:58 (2 years ago)
Author:
DrakeDiedrich
Message:

Item8299: Create the foswiki.deb meta package to allow upgrade from 1.0.X packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/tools/pkg/autobuild-deb.sh

    r6049 r6679  
    105105  dc=`echo $plugin | tr [A-Z] [a-z]` 
    106106  pkg="foswiki-core-$dc" 
     107  allpkgs="$allpkgs, $pkg" 
    107108  ./manifest_to_debian_install var/lib/foswiki/ \ 
    108109    <../../../$plugin/lib/Foswiki/Plugins/${plugin}/MANIFEST \ 
     
    125126  dc=`echo $contrib | tr [A-Z] [a-z]` 
    126127  pkg="foswiki-core-$dc" 
     128  allpkgs="$allpkgs, $pkg" 
    127129  ./manifest_to_debian_install var/lib/foswiki/ \ 
    128130    <../../../$contrib/lib/Foswiki/Contrib/$contrib/MANIFEST \ 
     
    141143EOF 
    142144done 
     145 
     146  cat >>${tmpdir}/Foswiki-${tarversion}/debian/control <<EOF 
     147 
     148Package: foswiki 
     149Architecture: all 
     150Depends: foswiki-core, $allpkgs 
     151Description: Foswiki meta package 
     152 This package pulls in the complete Foswiki core, a configuration method, 
     153 and the standard web data.  It may be used to transition from the monolithic 
     154 Foswiki 1.0.X packages. 
     155EOF 
    143156 
    144157cd ${tmpdir}/Foswiki-${tarversion} 
Note: See TracChangeset for help on using the changeset viewer.