File: rules

package info (click to toggle)
silverjuke 18.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,932 kB
  • sloc: cpp: 117,242; ansic: 68,210; sh: 3,917; xml: 1,241; python: 508; makefile: 352; pascal: 143; php: 99; sed: 16
file content (16 lines) | stat: -rwxr-xr-x 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh $@

# Remove some automatically installed files which are not needed
override_dh_auto_install:
	dh_auto_install
	rm debian/silverjuke/usr/share/doc/silverjuke/LICENSE
	rm debian/silverjuke/usr/share/doc/silverjuke/CHANGES.md
	rm debian/silverjuke/usr/share/doc/silverjuke/command-line.rst