Rev 12 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 12 | Rev 13 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 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 (Closes: #350503): |
11 | * Create pool subdirectories as needed (Closes: #350503): |
| 12 | · Dirs.pm: export Tree_Mkdir() and delete the 'a'..'z' loop from |
12 | · Dirs.pm: export Tree_Mkdir() and delete the 'a'..'z' loop from |
| 13 | Create_Tree(). |
13 | Create_Tree(). |
| 14 | · Packages.pm: Use Tree_Mkdir() to create the package directory and |
14 | · Packages.pm: Use Tree_Mkdir() to create the package directory and |
| 15 | any nonexistent ancestors in Install_Package(). |
15 | any nonexistent ancestors in Install_Package(). |
| 16 | * Packages.pm: Use Digest::MD5 to verify MD5 checksums (it's included |
16 | * Packages.pm: Use Digest::MD5 to verify MD5 checksums (it's included |
| 17 | in the perl package anyway). |
17 | in the perl package anyway). |
| - | 18 | * Add --verbose option (Andreas Fester). |
|
| 18 | 19 | ||
| 19 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 19:53:31 +0200 |
20 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 6 Apr 2007 14:51:16 +0200 |
| 20 | 21 | ||
| 21 | debpool (0.2.3) experimental; urgency=low |
22 | debpool (0.2.3) experimental; urgency=low |
| 22 | 23 | ||
| 23 | * Handle sections with no subsection more usefully in |
24 | * Handle sections with no subsection more usefully in |
| 24 | Strip_Subsection. (Closes: #317390, #319959) |
25 | Strip_Subsection. (Closes: #317390, #319959) |