xref: /aosp_15_r20/external/libconfig/contrib/ls-config/debian/rules (revision 2e9d491483b805f09ea864149eadd5680efcc72a)
1*2e9d4914SAndroid Build Coastguard Worker#!/usr/bin/make -f
2*2e9d4914SAndroid Build Coastguard Worker# -*- makefile -*-
3*2e9d4914SAndroid Build Coastguard Worker# Sample debian/rules that uses debhelper.
4*2e9d4914SAndroid Build Coastguard Worker# This file was originally written by Joey Hess and Craig Small.
5*2e9d4914SAndroid Build Coastguard Worker# As a special exception, when this file is copied by dh-make into a
6*2e9d4914SAndroid Build Coastguard Worker# dh-make output file, you may use that output file without restriction.
7*2e9d4914SAndroid Build Coastguard Worker# This special exception was added by Craig Small in version 0.37 of dh-make.
8*2e9d4914SAndroid Build Coastguard Worker
9*2e9d4914SAndroid Build Coastguard Worker# Uncomment this to turn on verbose mode.
10*2e9d4914SAndroid Build Coastguard Worker#export DH_VERBOSE=1
11*2e9d4914SAndroid Build Coastguard Worker
12*2e9d4914SAndroid Build Coastguard Worker%:
13*2e9d4914SAndroid Build Coastguard Worker	dh $@
14