File: rules

package info (click to toggle)
nsscache 0.49-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 19,664 kB
  • sloc: python: 8,661; xml: 584; sh: 304; makefile: 19
file content (12 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export PYBUILD_NAME=nsscache
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=
# data in setup.py is named 'config' and gets intalled to /usr/config by default.  Move the directory so that the conffile is put in the correct location, and avoids a mkdir.
export PYBUILD_AFTER_INSTALL=mv {destdir}/usr/config {destdir}/etc

%:
	dh $@ --with=python3 --buildsystem=pybuild