File: rules

package info (click to toggle)
sgf2dg 4.252-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,800 kB
  • sloc: perl: 7,475; ansic: 964; makefile: 142; sh: 59
file content (19 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# Sample debian/rules that uses cdbs.  Originaly written by Robert Millan.
# This file is public domain.

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- LDFLAGS="$(LDFLAGS)"

override_dh_installchangelogs:
	dh_installchangelogs
	dh_installchangelogs --keep debian/changelog-sgf2tex.Debian

override_dh_missing:
	dh_missing --fail-missing