Rev 93 | Rev 95 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 93 | Rev 94 | ||
---|---|---|---|
Line 6... | Line 6... | ||
6 | directories (/usr/local/lib/pike/*) to avoid having to coordinate |
6 | directories (/usr/local/lib/pike/*) to avoid having to coordinate |
7 | their creation and removal by multiple versions. |
7 | their creation and removal by multiple versions. |
8 | * Drop apparently obsolete build-dep libgtkhtml2-dev. |
8 | * Drop apparently obsolete build-dep libgtkhtml2-dev. |
9 | * Don't run update-alternatives --remove on upgrade. |
9 | * Don't run update-alternatives --remove on upgrade. |
10 | * Exclude Tools.PV, which requires GTK (not GTK2). |
10 | * Exclude Tools.PV, which requires GTK (not GTK2). |
- | 11 | * debian/rules, unbreak_cross_compilation.dpatch: Use the right gcc |
|
- | 12 | and pass --host=$(DEB_HOST_GNU_TYPE) to configure as necessary. |
|
- | 13 | Fix various bugs preventing cross compilation. Thanks to Marc Dirix. |
|
11 | 14 | ||
12 | -- Magnus Holmgren <holmgren@debian.org> Sun, 06 Jun 2010 00:27:53 +0200 |
15 | -- Magnus Holmgren <holmgren@debian.org> Sun, 06 Jun 2010 20:00:18 +0200 |
13 | 16 | ||
14 | pike7.8 (7.8.352-dfsg-1) experimental; urgency=low |
17 | pike7.8 (7.8.352-dfsg-1) experimental; urgency=low |
15 | 18 | ||
16 | * New upstream release. |
19 | * New upstream release. |
17 | * 01_master.in.dpatch: Renamed module-layout.dpatch. |
20 | * 01_master.in.dpatch: Renamed module-layout.dpatch. |