[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#665658: RFS: org-mode/7.8.06-1.0 [put in ITP, ITA, RC, NMU if applicable]



Sébastien Delafond <seb@debian.org> writes:

> On Mar/25, Yury Bulka wrote:
>> Thank you for accepting my contribution.
> I actually didn't use your NMU (package 7.8.06 myself), but it did
> serve as a notice there was a new upstream version anyway :)
I just installed the new org-mode from repositories and found that the
style files are still missing (emacs reports an error and dpkg -L doesn't list
them).

There are two files I needed to change tho files in the debian/
directory to make this work. The rules (the install target):
	cp -r etc $(CURDIR)/debian/org-mode/usr/share/emacs/site-lisp/org-mode

And the emacsen-install file:
--<fragment>--
DATAFILES="/usr/share/emacs/site-lisp/${PACKAGE}/etc/styles/*.xml"
DATADIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}/etc/styles

cd ${DATADIR}
for i in ${DATAFILES}; do
	ln -fs $i
done
--</fragment>--

All best,
Yury



Reply to: