File: rules

package info (click to toggle)
tagcoll2 2.0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,520 kB
  • ctags: 1,625
  • sloc: sh: 11,709; cpp: 6,201; makefile: 196; ansic: 74; lex: 54; yacc: 27
file content (17 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_CXXFLAGS_MAINT_APPEND = -std=gnu++98

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-shared --with-pic --disable-docs

override_dh_fixperms:
	dh_fixperms
	test -e /usr/bin/dh_buildinfo && dh_buildinfo

debsrc:
	debian/vercheck need-orig
	git-buildpackage -S -us -uc