File: rules

package info (click to toggle)
thaixfonts 1%3A1.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,180 kB
  • ctags: 22
  • sloc: sh: 470; makefile: 120
file content (25 lines) | stat: -rwxr-xr-x 534 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
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_installchangelogs:
	dh_installchangelogs

	# install old changelogs
	for p in xfonts-thai xfonts-thai-etl xfonts-thai-manop \
	         xfonts-thai-nectec xfonts-thai-vor; \
	do \
	  cp debian/$$p.changelog-pre1.2.5 \
	     debian/$$p/usr/share/doc/$$p/changelog-pre1.2.5.Debian; \
	  gzip -9 -n \
	     debian/$$p/usr/share/doc/$$p/changelog-pre1.2.5.Debian; \
	done

binary-arch:
# We have nothing to do.