File: rules

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

%:
	dh $@ --with python2

override_dh_auto_clean:
	# remove AppleDouble encoded Macintosh files
	find -name "._*" -exec rm -rf {} +
	# remove PKG-INFO
	rm -f PKG-INFO
	# remove egg
	rm -rf src/django_shorturls.egg-info
	dh_auto_clean