X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=100622264c4febfc49180da05030a38f0d5a8f1e;hp=0000000000000000000000000000000000000000;hb=bee82cd02b9fcb82a4807b82b41c30ee6f4a96a0;hpb=04038367eb053fdb5b8e5a5bfd9f7ad51f293751 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..1006222 --- /dev/null +++ b/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 + +%: + dh $@ --with=autotools_dev