Changeset 6679
- Timestamp:
- 03/08/10 05:01:58 (2 years ago)
- File:
-
- 1 edited
-
trunk/core/tools/pkg/autobuild-deb.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/tools/pkg/autobuild-deb.sh
r6049 r6679 105 105 dc=`echo $plugin | tr [A-Z] [a-z]` 106 106 pkg="foswiki-core-$dc" 107 allpkgs="$allpkgs, $pkg" 107 108 ./manifest_to_debian_install var/lib/foswiki/ \ 108 109 <../../../$plugin/lib/Foswiki/Plugins/${plugin}/MANIFEST \ … … 125 126 dc=`echo $contrib | tr [A-Z] [a-z]` 126 127 pkg="foswiki-core-$dc" 128 allpkgs="$allpkgs, $pkg" 127 129 ./manifest_to_debian_install var/lib/foswiki/ \ 128 130 <../../../$contrib/lib/Foswiki/Contrib/$contrib/MANIFEST \ … … 141 143 EOF 142 144 done 145 146 cat >>${tmpdir}/Foswiki-${tarversion}/debian/control <<EOF 147 148 Package: foswiki 149 Architecture: all 150 Depends: foswiki-core, $allpkgs 151 Description: 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. 155 EOF 143 156 144 157 cd ${tmpdir}/Foswiki-${tarversion}
Note: See TracChangeset
for help on using the changeset viewer.
