File: rules

package info (click to toggle)
libwww-shorten-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 253; makefile: 7
file content (16 lines) | stat: -rwxr-xr-x 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

PKG:=$(shell dh_listpackages)
TMP:=$(CURDIR)/debian/$(PKG)

%:
	dh $@

# Historically this package installed 'shorten'
# as an example rather than a tool.
# I see no compelling reason to change that
# but it requires this override.
override_dh_installexamples:
	dh_installexamples bin/shorten
	rm -rf $(TMP)/usr/bin $(TMP)/usr/share/man/man1