diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-08-27 22:26:12 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-08-27 22:26:12 +0000 |
commit | a448b9d07e9ed33eabbc4aa7a375bd13f8c3b257 (patch) | |
tree | 4b8a35895ab772bb22c7777df225ce26658a5d19 /debian/rules | |
parent | Debian release 0.5.3-36 (diff) | |
parent | mark Rules-Requires-Root: as binary-targets (diff) | |
download | w3m-a448b9d07e9ed33eabbc4aa7a375bd13f8c3b257.tar.gz w3m-a448b9d07e9ed33eabbc4aa7a375bd13f8c3b257.zip |
Merge remote-tracking branch 'origin/lintian-clean' into debian
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 |