From 3867a7e9e6fa6ebbcb0f8c748575cd9e6e09f266 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Sat, 20 Nov 2021 14:30:22 +0000 Subject: [PATCH] Remove template comment and switch spaces to tabs --- debian/rules | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 955dd78..376f275 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,7 @@ #!/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 +# output every command that modifies files on the build system. +#export DH_VERBOSE = 1 %: dh $@