File: rules

package info (click to toggle)
mailnag 1.2.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 708 kB
  • sloc: python: 3,991; xml: 24; sh: 15; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with python2

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

override_dh_installchangelogs:
	dh_installchangelogs NEWS