diff -u mono-1.9.1+dfsg/debian/changelog mono-1.9.1+dfsg/debian/changelog --- mono-1.9.1+dfsg/debian/changelog +++ mono-1.9.1+dfsg/debian/changelog @@ -1,3 +1,9 @@ +mono (1.9.1+dfsg-3ubuntu3) intrepid; urgency=low + + * Added new build-env skeldir, pointing to the directory where skeleton files lie. (LP: #179215) + + -- Andreas Moog Mon, 18 Aug 2008 19:57:35 +0200 + mono (1.9.1+dfsg-3ubuntu2) intrepid; urgency=low * libmono-mozilla0.2-cil: Drop libgluezilla to Suggests, it is in universe only in patch2: unchanged: --- mono-1.9.1+dfsg.orig/mcs/jay/Makefile +++ mono-1.9.1+dfsg/mcs/jay/Makefile @@ -2,7 +2,7 @@ SUBDIRS := include ../build/rules.make -LOCAL_CFLAGS = -DSKEL_DIRECTORY=\""$(prefix)/share/jay"\" +LOCAL_CFLAGS = -DSKEL_DIRECTORY=\""$(skeldir)"\" sources = closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ symtab.c verbose.c warshall.c only in patch2: unchanged: --- mono-1.9.1+dfsg.orig/mcs/build/config-default.make +++ mono-1.9.1+dfsg/mcs/build/config-default.make @@ -16,6 +16,7 @@ LIBRARY_FLAGS = /noconfig CFLAGS = -g -O2 prefix = /usr/local +skeldir = /usr/share/doc/mono-jay/examples exec_prefix = $(prefix) mono_libdir = $(exec_prefix)/lib sysconfdir = $(prefix)/etc