diff options
author | Holger Paradies <retabell@gmx.de> | 2013-12-11 20:24:29 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2013-12-11 20:29:08 +0100 |
commit | 3e9c669db819c43905b3bd1135c2926cc812d1de (patch) | |
tree | f2fd208169e9ec60b7be6342a6e5910a225ab061 /kanotix-power-button/debian/rules | |
parent | 5aa87e350398eda1e277d3a9d542470137a87c85 (diff) | |
download | kanotix-packages-3e9c669db819c43905b3bd1135c2926cc812d1de.zip kanotix-packages-3e9c669db819c43905b3bd1135c2926cc812d1de.tar.gz |
Version 0.1
Diffstat (limited to 'kanotix-power-button/debian/rules')
-rwxr-xr-x | kanotix-power-button/debian/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kanotix-power-button/debian/rules b/kanotix-power-button/debian/rules new file mode 100755 index 0000000..b760bee --- /dev/null +++ b/kanotix-power-button/debian/rules @@ -0,0 +1,13 @@ +#!/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 + +%: + dh $@ |