File: rules

package info (click to toggle)
chemical-mime-data 0.1.94-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,008 kB
  • sloc: sh: 457; makefile: 161
file content (18 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

#export DH_VERBOSE=1

PACKAGE = chemical-mime-data

%:
	dh $@ --with autotools_dev --parallel

override_dh_auto_configure:
	dh_auto_configure -- \
	    --disable-update-database --disable-convert \
	    RSVG="/usr/bin/rsvg-convert" \
	    XMLLINT_FLAGS="--nonet" XSLTPROC_FLAGS="--nonet"

override_dh_installchangelogs:
	dh_installchangelogs NEWS