[Pkg-samba-maint] [samba] 02/02: Fix rules files to stop parallel build from failing.
Ivo De Decker
idd-guest at alioth.debian.org
Tue Aug 13 21:22:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
idd-guest pushed a commit to branch squeeze
in repository samba.
commit 5807ab6afffefa1f6af46c7163f18561cc4a5c4d
Author: Ivo De Decker <ivo.dedecker at ugent.be>
Date: Tue Aug 13 22:56:31 2013 +0200
Fix rules files to stop parallel build from failing.
---
debian/changelog | 4 ++++
debian/rules | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index e727e44..71b9136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
samba (2:3.5.6~dfsg-3squeeze10) UNRELEASED; urgency=low
+ [ Ivo De Decker ]
* Security update
* CVE-2013-4124: Denial of service - CPU loop and memory allocation
Closes: #718781
+ [ Jeroen Dekkers ]
+ * Fix rules files to stop parallel build from failing.
+
-- Ivo De Decker <ivo.dedecker at ugent.be> Tue, 13 Aug 2013 21:54:28 +0200
samba (2:3.5.6~dfsg-3squeeze9) stable-security; urgency=high
diff --git a/debian/rules b/debian/rules
index 4936222..0a24982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,7 +91,7 @@ configure:
touch configure-stamp
build: configure build-stamp
-build-stamp:
+build-stamp: configure
dh_testdir
$(MAKE) -C source3 samba3-idl
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list