File: rules

package info (click to toggle)
inotifyrecursive 0.3.5-1~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 88 kB
  • sloc: python: 152; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
export DH_OPTIONS=-v

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

# The test suite is disabled.
# Test requires python3-inotify-simple which is in New queue
override_dh_auto_test: