File: rules

package info (click to toggle)
rel2gpx 0.27-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 95
  • sloc: perl: 2,353; sh: 25; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

pkg     := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')

%:
	dh $@ --parallel

override_dh_install:
	mkdir -p debian/$(pkg)/usr/bin
	cp -a $(pkg).pl debian/$(pkg)/usr/bin/$(pkg)