File: rules

package info (click to toggle)
ttf2ufm 3.4.4~r2%2Bgbp-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 2,416 kB
  • ctags: 1,480
  • sloc: ansic: 13,912; perl: 1,851; sh: 558; makefile: 154
file content (38 lines) | stat: -rwxr-xr-x 1,537 bytes parent folder | download | duplicates (2)
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
30
31
32
33
34
35
36
37
38
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

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

%:
	dh $@ 

override_dh_auto_clean:
	make veryclean

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/app/ \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/other/ \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/encodings/russian/ \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/encodings/bulgarian/ \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/encodings/README.html \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/scripts/html2man \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/scripts/inst_* \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/scripts/mk_rel \
	       $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/scripts/unhtml
	find $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/ -type f -maxdepth 1 -mindepth 1 -delete

override_dh_installdocs:
	dh_installdocs
	mv $(CURDIR)/debian/ttf2ufm/usr/share/ttf2ufm/scripts/convert.cfg.sample \
	   $(CURDIR)/debian/ttf2ufm/usr/share/doc/ttf2ufm/
	chmod 640 $(CURDIR)/debian/ttf2ufm/usr/share/doc/ttf2ufm/convert.cfg.sample

override_dh_installchangelogs:
	dh_installchangelogs CHANGES