File: rules

package info (click to toggle)
django-notification 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 296 kB
  • ctags: 179
  • sloc: python: 873; makefile: 113
file content (14 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=django-notification

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

override_dh_auto_test:

override_dh_clean:
	rm -f django_notification.egg-info/SOURCES.txt
	#rm -f django_notification.egg-info/PKG-INFO
	rm -f django_notification.egg-info/requires.txt
	dh_clean