File: rules

package info (click to toggle)
libfontenc 1%3A1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,696 kB
  • ctags: 318
  • sloc: sh: 11,262; ansic: 1,713; makefile: 50
file content (29 lines) | stat: -rwxr-xr-x 830 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f
# debian/rules for the Debian libfontenc package.
# Copyright © 2004 Scott James Remnant <scott@netsplit.com>
# Copyright © 2005 Daniel Stone <daniel@fooishbar.org>
# Copyright © 2005 David Nusinow <dnusinow@debian.org>

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# set this to the name of the main shlib's binary package
PACKAGE = libfontenc1

%:
	dh $@ --with autoreconf --parallel -Bbuild

override_dh_auto_configure:
	dh_auto_configure -- \
		     --with-encodingsdir=\$${datadir}/fonts/X11/encodings \
		     --disable-silent-rules

override_dh_install:
	dh_install --sourcedir=debian/tmp --fail-missing -Xlibfontenc.la

override_dh_strip:
	dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg
	dh_strip -N$(PACKAGE)

override_dh_makeshlibs:
	dh_makeshlibs --add-udeb=$(PACKAGE)-udeb