File: rules

package info (click to toggle)
libimage-librsvg-perl 0.07-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 676 kB
  • sloc: perl: 81; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 381 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
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

override_dh_auto_configure:
	dh_auto_configure -- LIBS='-lrsvg-2'

override_dh_auto_install:
	dh_auto_install
	find $(TMP) -type f -name examples.pl -delete

override_dh_installexamples:
	dh_installexamples -Xsvg.gz examples/*

%:
	dh $@