Rev 8 | Rev 10 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8 | Rev 9 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | (Closes: #415323). |
6 | (Closes: #415323). |
7 | * Release.pm: Simplify Generate_Release_Triple() and |
7 | * Release.pm: Simplify Generate_Release_Triple() and |
8 | Generate_Release_Dist() by factoring out the checksum calculation to |
8 | Generate_Release_Dist() by factoring out the checksum calculation to |
9 | Compute_Checksums(). Furthermore, instead of reading the whole file |
9 | Compute_Checksums(). Furthermore, instead of reading the whole file |
10 | into memory, create digester objects and let them read the file. |
10 | into memory, create digester objects and let them read the file. |
- | 11 | * Create pool subdirectories as needed: |
|
- | 12 | · Dirs.pm: export Tree_Mkdir() and delete the 'a'..'z' loop from |
|
- | 13 | Create_Tree(). |
|
- | 14 | · Packages.pm: Use Tree_Mkdir() to create the package directory and |
|
- | 15 | any nonexistent ancestors in Install_Package(). |
|
11 | 16 | ||
12 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 15:14:31 +0200 |
17 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 19:33:55 +0200 |
13 | 18 | ||
14 | debpool (0.2.3) experimental; urgency=low |
19 | debpool (0.2.3) experimental; urgency=low |
15 | 20 | ||
16 | * Handle sections with no subsection more usefully in |
21 | * Handle sections with no subsection more usefully in |
17 | Strip_Subsection. (Closes: #317390, #319959) |
22 | Strip_Subsection. (Closes: #317390, #319959) |