Rev 14 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14 | Rev 16 | ||
---|---|---|---|
Line 14... | Line 14... | ||
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 --help option (Andreas Fester). |
18 | * Add --help option (Andreas Fester). |
- | 19 | * Package names and architectures should be matched against literally |
|
- | 20 | and in full in Generate_Package() (Closes: #310320) |
|
19 | 21 | ||
20 | -- Magnus Holmgren <magnus@kibibyte.se> Fri, 6 Apr 2007 14:51:16 +0200 |
22 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 8 Apr 2007 22:49:15 +0200 |
21 | 23 | ||
22 | debpool (0.2.3) experimental; urgency=low |
24 | debpool (0.2.3) experimental; urgency=low |
23 | 25 | ||
24 | * Handle sections with no subsection more usefully in |
26 | * Handle sections with no subsection more usefully in |
25 | Strip_Subsection. (Closes: #317390, #319959) |
27 | Strip_Subsection. (Closes: #317390, #319959) |