File: rules

package info (click to toggle)
bibtexconv 1.3.4-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 1,296 kB
  • sloc: cpp: 3,277; sh: 773; python: 759; lex: 107; yacc: 98; javascript: 79; sed: 59; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure --

# Use upstream ChangeLog for installation
override_dh_installchangelogs:
	dh_installchangelogs -k ChangeLog