Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 112 → Rev 113

/trunk/debian/patches/cflags.dpatch
File deleted
/trunk/debian/changelog
1,3 → 1,13
pike7.8 (7.8.352-dfsg-3) unstable; urgency=low
 
* Revert cflags.dpatch (which was actually never applied). Stripping the
last component was no mistake; pike -x cflags is only meant to be used
by new-style modules.
* Change include_prefix to /usr/include/pike7.8/pike so that building
new-style modules can work.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 30 Jul 2010 16:28:16 +0200
 
pike7.8 (7.8.352-dfsg-2) unstable; urgency=low
 
* Add trigger for dumping of Pike modules when pike7.8-core or any
/trunk/debian/rules
126,7 → 126,7
--disable-smartlink_binary \
$(MACHINE_OPTS) $(EXTRA_ARGS)
 
include_prefix=/usr/include/pike$(PIKEV)
include_prefix=/usr/include/pike$(PIKEV)/pike
lib_prefix=/usr/lib/pike$(PIKEV)
 
MODULE_PACKAGES=$(shell dh_listpackages -a -N $(PIKE)-core)