[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:17782] Re: anthy パッケージのアップデート(Re:日本語タスク(squeeze)
On Sun, 28 Mar 2010 18:13:51 +0900
Osamu Aoki <osamu@debian.org> wrote:
> override_dh_auto_installにある、
> mkdir -p $(CURDIR)/debian/tmp/usr/include/anthy && \
> cp $(CURDIR)/src-util/*.el $(CURDIR)/debian/tmp/ && \
> cp $(CURDIR)/anthy/xstr.h $(CURDIR)/debian/tmp/usr/include/anthy/ && \
> cp $(CURDIR)/anthy/wtype.h $(CURDIR)/debian/tmp/usr/include/anthy
なぜか debian/tmp からしかコピーできないと思い込んでいました。
指摘ありがとうございます。頂いた点を反映しました。
http://mentors.debian.net/debian/pool/main/a/anthy/anthy_9100h-1.dsc
あとclean もいらないのがあったのでシンプルになりました :)
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --sysconfdir=/etc/anthy
override_dh_auto_clean:
debconf-updatepo
dh_auto_clean