Rev 99 | Rev 104 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 99 | Rev 101 | ||
---|---|---|---|
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 |
11 | * debian/rules, unbreak_cross_compilation.dpatch: Use the right gcc and |
12 | and pass --host=$(DEB_HOST_GNU_TYPE) to configure as necessary. |
12 | pass --host=$(DEB_HOST_GNU_TYPE) to configure as necessary. Fix |
13 | Fix various bugs preventing cross compilation. Thanks to Marc Dirix. |
13 | various bugs preventing cross compilation (Closes: #582242). Thanks to |
- | 14 | Marc Dirix. |
|
14 | * Exclude modules GDK, Gnome, and GTKSupport, which also are for |
15 | * Exclude modules GDK, Gnome, and GTKSupport, which also are for |
15 | GTK+/Gnome 1.2, and update the package description of pike7.8-gtk to |
16 | GTK+/Gnome 1.2, and update the package description of pike7.8-gtk to |
16 | reflect the fact that it provides GTK+ 2.0 bindings. |
17 | reflect the fact that it provides GTK+ 2.0 bindings. |
17 | * Disable --with-relocatable-dumped-modules; it doesn't seem that we |
18 | * Disable --with-relocatable-dumped-modules; it doesn't seem that we |
18 | need it and it doesn't seem to work 100% properly. |
19 | need it and it doesn't seem to work 100% properly. |