File: rules

package info (click to toggle)
hg-fast-export 20120618-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 176 kB
  • sloc: python: 563; sh: 443; ansic: 312; makefile: 19
file content (14 lines) | stat: -rwxr-xr-x 430 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

dh_targets=binary binary-arch binary-indep build build-arch build-indep clean install
.PHONY: $(dh_targets)
$(dh_targets) %:
	dh $@ --with python2

.PHONY: override_dh_auto_build override_dh_auto_install

override_dh_auto_build:

override_dh_auto_install:
	install -D -m 0755 hg-fast-export.sh debian/hg-fast-export/usr/bin/hg-fast-export
	install -D -m 0755 hg-reset.sh debian/hg-fast-export/usr/bin/hg-reset