blob: 514b0a6144ea6fc40fd578ad90aa1ca6a28425ae (
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 := --without-xauth \
--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
|