File: rules

package info (click to toggle)
webp-pixbuf-loader 0.2.7-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,132 kB
  • sloc: ansic: 1,194; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/make -f
include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dgdk_pixbuf_query_loaders_path=/usr/lib/${DEB_HOST_MULTIARCH}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders

override_dh_auto_test:
	dh_auto_test || true