File: rules

package info (click to toggle)
tuxcmd-modules 0.6.70%2Bds-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,872 kB
  • ctags: 2,807
  • sloc: cpp: 11,743; ansic: 8,064; makefile: 245
file content (14 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

PACKAGE = $(shell dh_listpackages)
DESTDIR = $(CURDIR)/debian/$(PACKAGE)/usr

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- DESTDIR=$(DESTDIR) shared

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(DESTDIR)