File: rules

package info (click to toggle)
circuit-macros 10.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,532 kB
  • sloc: makefile: 909; sh: 49
file content (13 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
PACKAGE = $(shell dh_listpackages)

%:
	dh $@

override_dh_auto_build:

override_dh_auto_install:

override_dh_link:
	dh_link
	find -type f -print0 debian/$(PACKAGE)/usr | sort -z | xargs -0r jdupes -Ol