File: rules

package info (click to toggle)
uronode 2.15-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,112 kB
  • sloc: ansic: 6,354; sh: 289; makefile: 102
file content (16 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (2)
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
export NON_INTERACTIVE=1

%:
	dh $@

# Collapse upstream changes file into single file

override_dh_auto_build:
	cat CHANGES.* > changelog
	dh_auto_build --buildsystem=makefile

override_dh_auto_install:
	dh_auto_install --buildsystem=makefile