?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?
 
	Rev 81 |
	Rev 88 |
	Go to most recent revision |
	Last modification |
	Compare with Previous |
	View Log
    | RSS feed
Last modification
  
    - Rev 84 2010-04-18 23:35:25
 
    - Author: holmgren
 
    - Log message:
 - * 01_master.in.dpatch: Renamed module-layout.dpatch.
* module-layout.dpatch, debian/*.install, debian/rules:
  * Change Pike module and include paths to
    /usr/lib/pike7.8/modules and /usr/lib/pike7.8/include,
    respectively. Use the same but under /usr/local for locally built
    modules and include files. 
    C header files are moved to /usr/include/pike7.8.
* module-layout.dpatch:
  * Patch module.pike to install modules in /usr/local/pike7.8/modules
    by default, and in the the normal /usr/pike7.8/modules if passed the
    --debian option.
  * dynamic_module_makefile: Prepend $(DESTDIR) to installation directory,
    to facilitate package building.
* debian/rules, debian/specs.in: Reinstate own, simplified, updated
  specs file.
* debian/rules: Fix /usr/include/pike7.8/precompike.pike, which tried to
  #include ../lib/Tools.pmod/Standalone.pmod/precompike.pike, which only
  works with the --new-style directory layout.