diff options
author | HIGUCHI Daisuke (VDR dai) <dai@debian.org> | 2018-03-19 05:29:02 +0000 |
---|---|---|
committer | HIGUCHI Daisuke (VDR dai) <dai@debian.org> | 2018-03-19 05:29:02 +0000 |
commit | 662f4d5bb7bb023704f243068c7c1569129f53b4 (patch) | |
tree | 6c38affc123575cedac635e326152384986dc151 /debian/rules | |
parent | eliminate lintian warning: maintainer-script-without-set-e (diff) | |
download | w3m-662f4d5bb7bb023704f243068c7c1569129f53b4.tar.gz w3m-662f4d5bb7bb023704f243068c7c1569129f53b4.zip |
eliminate lintian warning: file-contains-trailing-whitespace
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index afb6bbf..1dee6aa 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/dpkg/architecture.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all dpkg_buildflags = DEB_BUILD_MAINT_OPTIONS=$(DEB_BUILD_MAINT_OPTIONS) dpkg-buildflags -CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) $(shell getconf LFS_CFLAGS) +CFLAGS=$(shell $(dpkg_buildflags) --get CFLAGS) $(shell getconf LFS_CFLAGS) CPPFLAGS=$(shell $(dpkg_buildflags) --get CPPFLAGS) LDFLAGS=$(shell $(dpkg_buildflags) --get LDFLAGS) @@ -161,7 +161,7 @@ endif dh_md5sums -a $(bootstrap_dh_flags) dh_builddeb -a $(bootstrap_dh_flags) -source diff: +source diff: @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false build: build-indep build-arch |