File: rules

package info (click to toggle)
glasscoder 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,416 kB
  • sloc: cpp: 16,492; makefile: 588; xml: 343; perl: 157; sh: 133; python: 37
file content (13 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
export DESTDIR = $(CURDIR)/debian/tmp
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DOCBOOK_STYLESHEETS = /usr/share/xml/docbook/stylesheet/docbook-xsl
export QT_SELECT = qt5

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	# Remove leading whitespace so that man renders correctly
	sed -i 's/^[ \t]*//' $(DESTDIR)/usr/share/man/*/*