[apr-util] 01/02: fix FTBFS

Stefan Fritsch sf at moszumanska.debian.org
Thu May 29 14:57:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

sf pushed a commit to branch master
in repository apr-util.

commit f5bf8497200340e7c80f88b6f47739c3ebf3b71a
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Thu May 29 16:51:57 2014 +0200

    fix FTBFS
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9fc6e3d..0d4d33b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+apr-util (1.5.3-2) UNRELEASED; urgency=medium
+
+  * Fix FTBFS with make 4.0. Closes: #748369
+
+ -- Stefan Fritsch <sf at debian.org>  Thu, 29 May 2014 16:50:55 +0200
+
 apr-util (1.5.3-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index 26ed4dd..948312a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ DB_VERSION = $(shell dpkg-query -W -f '$${Version}' libdb-dev | \
 # The 'build' target needs special handling because there there is a directory
 # named 'build'.
 .PHONY: build
-build %:
+%:
 	dh $@ -B$(BUILDDIR) --parallel --with autotools_dev
 
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apr-util.git



More information about the Pkg-apache-commits mailing list