[flexpart] 25/26: Re-include 9.02-9 changes

Alastair McKinstry mckinstry at moszumanska.debian.org
Thu Aug 27 12:42:18 UTC 2015


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

mckinstry pushed a commit to tag debian/9.02-10
in repository flexpart.

commit e1fb07463334dcca6dc0f9f8310c37cf4ba93184
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Jul 7 07:52:03 2015 +0100

    Re-include 9.02-9 changes
---
 debian/changelog | 9 ++++++++-
 debian/rules     | 4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 851ad40..97d5bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-flexpart (9.02-9) UNRELEASED; urgency=medium
+flexpart (9.02-10) UNRELEASED; urgency=medium
 
   * Build with -mcmodel=large on arm74, ppc64el. Closes: #767213. 
   * Move to Standards-Version: 3.9.6
@@ -6,6 +6,13 @@ flexpart (9.02-9) UNRELEASED; urgency=medium
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 07 Jul 2015 07:36:54 +0100
 
+flexpart (9.02-9) unstable; urgency=medium
+
+  * Put env. variables in debian/rules in quotes to cope with
+   spaces. CLoses: #755796, thanks to Dejan Latinovic.
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Wed, 23 Jul 2014 13:06:05 +0100
+
 flexpart (9.02-8) unstable; urgency=medium
 
   * Terminate wih extremer prejudice: use --remove-all not --remove
diff --git a/debian/rules b/debian/rules
index ea806fb..6820db4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,9 @@ endif
 	dh $@
 
 override_dh_auto_build:
-	$(MAKE) -f makefile.gfs_gfortran LDFLAGS=$(LDFLAGS) FCFLAGS=$(FCFLAGS)
+	$(MAKE) -f makefile.gfs_gfortran LDFLAGS="$(LDFLAGS)" FCFLAGS="$(FCFLAGS)"
 	rm -f *.o *.mod
-	$(MAKE) -f makefile.ecmwf_gfortran LDFLAGS=$(LDFLAGS) FCFLAGS=$(FCFLAGS)
+	$(MAKE) -f makefile.ecmwf_gfortran LDFLAGS="$(LDFLAGS)" FCFLAGS="$(FCFLAGS)"
 	rm -f ./options/SPECIES/spec_overview
 	find options -type f -exec chmod -x {} \;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flexpart.git



More information about the debian-science-commits mailing list