File: rules

package info (click to toggle)
mailnag 2.0.0-0.2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 804 kB
  • sloc: python: 5,231; xml: 37; sh: 15; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=Mailnag

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

override_dh_clean:
	rm -rf $(CURDIR)/build
	find $(CURDIR) -name *.pyc -delete
	dh_clean

override_dh_installchangelogs:
	dh_installchangelogs NEWS