Rev 1 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | magnus | 1 | debpool (0.2.1) experimental; urgency=low |
2 | |||
3 | * A major change (support for automatic section detection) has been |
||
4 | introduced between version 0.1.11 and version 0.2.1. This change |
||
5 | causes a change in archive directory layout (specifically, now has a |
||
6 | subdirectory for each of the sections defined in the config file), |
||
7 | making it look more like the traditional Debian archive. Existing |
||
8 | installations will need to do one of two things to cope with this: |
||
9 | |||
10 | 1) Move each package directory into the new pool area, and update any |
||
11 | *.package and *.source files to have the correct path to the new pool |
||
12 | area, then run debpool --rebuild-files, |
||
13 | |||
14 | or |
||
15 | |||
16 | 2) Start a new archive area and dump installed/* and pool/*/* into |
||
17 | the incoming directory, optionally pare out redundant versions, and |
||
18 | then run 'debpool' to re-build the archive. |
||
19 | |||
20 | -- Joel Aelwyn <fenton@debian.org> Mon, 21 Feb 2005 13:27:09 -0700 |