Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 105 → Rev 106

/trunk/debian/patches/module-layout.dpatch
13,7 → 13,7
#endif
+ // Debian paths
+ add_include_path("/usr/local/lib/pike"+__REAL_VERSION__)+"/include";
+ add_include_path("/usr/local/lib/pike"+__REAL_VERSION__+"/include");
+ add_module_path("/usr/local/lib/pike"+__REAL_VERSION__+"/modules");
+
#if "#cflags# "[0]!='#'
/trunk/debian/changelog
21,8 → 21,10
at build time (thus no need to exclude master.pike.o in debian/rules).
* Move AutoDoc and module-related modules and standalone tools to -dev
and let -dev depend on -image.
* module-layout.dpatch: Move misplaced parenthesis that caused the wrong
local include directory to be added.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 29 Jul 2010 01:55:36 +0200
-- Magnus Holmgren <holmgren@debian.org> Thu, 29 Jul 2010 22:16:57 +0200
 
pike7.8 (7.8.352-dfsg-1) experimental; urgency=low