[med-svn] [examl] 01/01: Fix cut-n-pasto in d/rules

Andreas Tille tille at debian.org
Sun Feb 19 11:14:23 UTC 2017


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

tille pushed a commit to branch master
in repository examl.

commit 884b3ed90c57cc641e6bcd2e03268bddf002438f
Author: Andreas Tille <tille at debian.org>
Date:   Sun Feb 19 12:14:10 2017 +0100

    Fix cut-n-pasto in d/rules
---
 debian/changelog | 8 ++++++++
 debian/rules     | 4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7180793..b1a7c94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+examl (3.0.18-2) UNRELEASED; urgency=medium
+
+  * Fix cut-n-pasto in d/rules (thanks for the patch to Chris Lamb
+    <lamby at debian.org>)
+    Closes: #855480
+
+ -- Andreas Tille <tille at debian.org>  Sun, 19 Feb 2017 12:13:02 +0100
+
 examl (3.0.18-1) unstable; urgency=medium
 
   * Initial release (Closes: #855402)
diff --git a/debian/rules b/debian/rules
index 84fa450..ad28a42 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,9 +14,9 @@ SRCDIR:=examl
 override_dh_auto_clean:
 	dh_auto_clean
 	for mfile in $(MFILES); do $(MAKE) --directory=$(SRCDIR) -f $${mfile} clean ; done
-	$(MAKE) --directory=parser -f Makefile.SSE3.gcc clean ; done
+	$(MAKE) --directory=parser -f Makefile.SSE3.gcc clean
 
 override_dh_auto_build:
 	dh_auto_build
 	for mfile in $(MFILES); do $(MAKE) --directory=$(SRCDIR) -f $${mfile} ; done
-	$(MAKE) --directory=parser -f Makefile.SSE3.gcc ; done
+	$(MAKE) --directory=parser -f Makefile.SSE3.gcc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/examl.git



More information about the debian-med-commit mailing list