File: rules

package info (click to toggle)
sortsmill-tools 0.4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 504 kB
  • sloc: python: 4,598; sh: 715; makefile: 16
file content (8 lines) | stat: -rwxr-xr-x 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --with autoreconf --with python2

override_dh_auto_clean:
	cp ChangeLog ChangeLog.bak
	dh_auto_clean
	mv ChangeLog.bak ChangeLog