File: rules

package info (click to toggle)
adapta-kde 20180828-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,496 kB
  • sloc: sh: 78; makefile: 42
file content (9 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_auto_install

	find $(CURDIR)/debian \( -name "LICENSE" -o -name "AUTHORS" \) -exec rm -f {} \;