File: rules

package info (click to toggle)
placnet 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 112 kB
  • sloc: perl: 708; sh: 19; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# DH_VERBOSE := 1

DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')

%:
	dh $@

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

get-orig-source:
	. debian/get-orig-source