Sébastien Delafond <s...@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



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to