blob: ec3f70a4f563431bac2ec3dc697a1bbc5d4eb0b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_CONFIGURE_EXTRA_FLAGS := --with-xauth-dir=/user/home \
--with-distro=debian \
--with-doc-dor=/usr/share/doc/ohm \
--with-html-dir=/usr/share/doc/ohm \
--enable-docbook-docs \
--enable-gtk-doc
DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
|