Subversion Repositories pike-old

Compare Revisions

Ignore whitespace Rev 3 → Rev 4

/trunk/debian/changelog
11,21 → 11,22
long ago).
* Change directory structure and get rid of an unnecessary directory level:
- Pike modules and include files, and master.pike are now in
/usr/lib/pike/<version>/modules instead of
/usr/lib/pike/<version>/lib/modules.
/usr/lib/pike/<version> instead of /usr/lib/pike/<version>/lib.
- The pike executable is now in /usr/bin itself, instead of in
/usr/lib/pike/<version>/bin with just a symlink in /usr/bin.
/usr/lib/pike/<version>/bin with a symlink in /usr/bin.
- .pike and .pmod files are no longer moved to /usr/share/pike. It's
not that important that all files in /usr/lib are actually
platform-specific. All the symlinks are thus eliminated.
* Add patch from Samuel Thibault to fix FTBFS on HURD (Closes: #434581).
* Move modules GLU and GLUE to pike7.6-gl, where they belong.
GLUE.Drivers.GTK removed since it depends on GTK, which was dropped
previously.
* Drop Image.TTF from pike7.6-image so that Debian can get rid of the old
freetype1 library (Closes: #431784).
* Fix 01_master.in.dpatch; the Debian-specific add_*_path() calls were
* Fix 01_master.in.dpatch - the Debian-specific add_*_path() calls were
completely off.
 
-- Magnus Holmgren <magnus@kibibyte.se> Tue, 25 Sep 2007 20:21:17 +0200
-- Magnus Holmgren <magnus@kibibyte.se> Wed, 26 Sep 2007 15:33:54 +0200
 
pike7.6 (7.6.93-3) unstable; urgency=low