File: rules

package info (click to toggle)
cmark 0.26.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,696 kB
  • sloc: ansic: 6,801; python: 792; makefile: 146; cpp: 23; perl: 21; ruby: 11
file content (14 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- INSTALL_PREFIX=/usr

# don't install the library unless/until someone needs it
override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

override_dh_strip:
	dh_strip --no-automatic-dbgsym