Rev 140 | Rev 146 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 140 | Rev 142 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | #669955). |
5 | #669955). |
6 | * Move the Graphics, Colors, and Protocols.X.XImage module to the -image |
6 | * Move the Graphics, Colors, and Protocols.X.XImage module to the -image |
7 | package, as those modules require the Image module. Likewise move the |
7 | package, as those modules require the Image module. Likewise move the |
8 | pmar_install standalone tool to the -dev package. |
8 | pmar_install standalone tool to the -dev package. |
9 | * Link with --as-needed. |
9 | * Link with --as-needed. |
- | 10 | * Avoid errors when dumping modules by processing the module directories |
|
- | 11 | (main and compatibility) separately. |
|
10 | 12 | ||
11 | -- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 20:10:47 +0200 |
13 | -- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 20:57:14 +0200 |
12 | 14 | ||
13 | pike7.8 (7.8.352-dfsg-5) unstable; urgency=low |
15 | pike7.8 (7.8.352-dfsg-5) unstable; urgency=low |
14 | 16 | ||
15 | * Build with -O1 on i386 (Closes: #640818). |
17 | * Build with -O1 on i386 (Closes: #640818). |
16 | * smartlink_rpath.patch: Update to recognize Linux 3.x. |
18 | * smartlink_rpath.patch: Update to recognize Linux 3.x. |