Blame src/libpfm4/debian/rules

Packit 577717
#!/usr/bin/make -f
Packit 577717
# -*- makefile -*-
Packit 577717
# Sample debian/rules that uses debhelper.
Packit 577717
# This file was originally written by Joey Hess and Craig Small.
Packit 577717
# As a special exception, when this file is copied by dh-make into a
Packit 577717
# dh-make output file, you may use that output file without restriction.
Packit 577717
# This special exception was added by Craig Small in version 0.37 of dh-make.
Packit 577717
Packit 577717
# Uncomment this to turn on verbose mode.
Packit 577717
#export DH_VERBOSE=1
Packit 577717
Packit 577717
include /usr/share/dpatch/dpatch.make
Packit 577717
Packit 577717
build: patch-stamp
Packit 577717
Packit 577717
clean: unpatch
Packit 577717
Packit 577717
override_dh_auto_install: build
Packit 577717
	dh_auto_test
Packit 577717
	dh_testroot
Packit 577717
	dh_prep
Packit 577717
	dh_installdirs
Packit 577717
	make install DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr CONFIG_PFMLIB_NOPYTHON=n LDCONFIG=true
Packit 577717
Packit 577717
%:
Packit 577717
	dh  $@