Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 44 → Rev 45

/trunk/debian/changelog
1,3 → 1,10
pike7.8 (7.8.116-2) UNRELEASED; urgency=low
 
* Skip the pike -x module fix; it doesn't seem necessary and was also
currently broken.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 14 Aug 2009 23:47:26 +0200
 
pike7.8 (7.8.116-1) experimental; urgency=low
 
* New major upstream release; new package name (Closes: #411685, #538994).
/trunk/debian/rules
206,8 → 206,8
debian/pike-config.in > $(TMP)/usr/bin/$(PIKE)-config
 
# # pike -x module fix
sed -i -e 's;\$$(MODULE_BASE)/dynamic_module_makefile;\$$(PIKE_SRC_DIR)/dynamic_module_makefile;g' \
$(TMP)$(include_prefix)/modules/dynamic_module_makefile
# sed -i -e 's;\$$(MODULE_BASE)/dynamic_module_makefile;\$$(PIKE_SRC_DIR)/modules/dynamic_module_makefile;g' \
# $(TMP)$(include_prefix)/modules/dynamic_module_makefile
 
# Build architecture-independent files here.
# Pass -i to all debhelper commands in this target to reduce clutter.