File: rules

package info (click to toggle)
discount 2.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 728 kB
  • sloc: ansic: 4,582; pascal: 855; sh: 196; makefile: 120
file content (20 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

CFLAGS += $(dpkg-buildflags --get CPPFLAGS)

override_dh_auto_configure:
	./configure.sh --shared    \
		--with-id-anchor   \
		--with-github-tags \
		--with-fenced-code

override_dh_auto_install:
	dh_install

override_dh_strip:
	dh_strip -plibmarkdown2 --dbg-package=libmarkdown2-dbg
	dh_strip --remaining-packages