From 850b2594a7afb220cbd19a6cb6fd8c51b1a1a646 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 16 Sep 2012 19:13:12 +0200 Subject: [PATCH] Fix lintian-warnings debian-rules-missing-recommended-target --- debian/changelog | 1 + debian/rules | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fd52451..94bcd3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mmv (1.01b-16) UNRELEASED; urgency=low * Switch to source format "3.0 (quilt)" * Add patch to fix FTBFS with -Werror=format-security * Use debhelper (v9) in many places, add build-dependency + * Fix lintian-warnings debian-rules-missing-recommended-target * Use hardening build flags + Add build-dependency on dpkg-dev >= 1.16.1~ * Add some lintian overrides related to non-existent upstream web page diff --git a/debian/rules b/debian/rules index fdfc5c4..8f3c797 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,10 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -build: +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp +build-stamp: # Builds the binary package. dh_testdir $(MAKE) CC="$(CC)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" -- 2.39.2