Rev 9 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9 | Rev 10 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | * Create pool subdirectories as needed: |
11 | * Create pool subdirectories as needed: |
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 |
|
- | 17 | in the perl package anyway). |
|
16 | 18 | ||
17 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 19:33:55 +0200 |
19 | -- Magnus Holmgren <magnus@kibibyte.se> Sun, 1 Apr 2007 19:53:31 +0200 |
18 | 20 | ||
19 | debpool (0.2.3) experimental; urgency=low |
21 | debpool (0.2.3) experimental; urgency=low |
20 | 22 | ||
21 | * Handle sections with no subsection more usefully in |
23 | * Handle sections with no subsection more usefully in |
22 | Strip_Subsection. (Closes: #317390, #319959) |
24 | Strip_Subsection. (Closes: #317390, #319959) |