1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#!/usr/bin/make -f
# git://anonscm.debian.org/debian-science/packages/timbl.git
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
## example override:
## DEB_CONFIGURE_EXTRA_FLAGS := --libexecdir=/usr/share
## DEB_DH_INSTALLINIT_ARGS := --onlyscripts --name timbl
## DEB_INSTALL_DOCS_$(pkg-dev) := --no-act
## DEB_INSTALL_DOCS_timbl := --link-doc=libtimbl3
## DEB_INSTALL_DOCS_libtimbl3 := --no-act
## install/libtimbl3::
## install -g 0 -o 0 -m 644 -p debian/copyright debian/libtimbl3/usr/share/doc/libtimbl3/copyright
|