[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#696819: unblock: nwchem/6.1-6



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package nwchem.  This upload fixes #696349, which
unfortunately escaped us in the -4/-5 upload as the limited test suite
we run during package build did not expose the issue.  The bug got fixed
upstream in the patch introduced in nwchem_6.1-4, but it required an
additional preprocessor define to actually get compiled which we have
now added in nwchem_6.1-6.

As the mips build for (the already unblocked, see #690482) nwchem_6.1-5
was still missing anyway[1], I went ahead and uploaded nwchem_6.1-6 to
unstable, please unblock.  The debdiff is rather minimal and attached:

 changelog                       |    7 +++++++
 patches/02_makefile_flags.patch |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


Many thanks,

Michael

[1] https://buildd.debian.org/status/logs.php?pkg=nwchem&arch=mips
diff -Nru nwchem-6.1/debian/changelog nwchem-6.1/debian/changelog
--- nwchem-6.1/debian/changelog	2012-12-14 14:44:25.000000000 +0100
+++ nwchem-6.1/debian/changelog	2012-12-25 22:07:21.000000000 +0100
@@ -1,3 +1,10 @@
+nwchem (6.1-6) unstable; urgency=low
+
+  * debian/patches/02_makefile_flags.patch: Add GCC46 to defines (Closes:
+    #696349).
+
+ -- Michael Banck <mbanck@debian.org>  Tue, 25 Dec 2012 22:07:17 +0100
+
 nwchem (6.1-5) unstable; urgency=low
 
   * Reverted subversion revisions 3824, 3834 and 3876. 
diff -Nru nwchem-6.1/debian/patches/02_makefile_flags.patch nwchem-6.1/debian/patches/02_makefile_flags.patch
--- nwchem-6.1/debian/patches/02_makefile_flags.patch	2012-12-14 13:23:52.000000000 +0100
+++ nwchem-6.1/debian/patches/02_makefile_flags.patch	2012-12-16 14:32:00.000000000 +0100
@@ -23,7 +23,7 @@
  endif
  
 -  DEFINES = -DLINUX
-+  DEFINES = -DLINUX -DGCC4
++  DEFINES = -DLINUX -DGCC4 -DGCC46
 +  FOPTIONS   += -fno-second-underscore -Wall
 +  FOPTIONS   += -ffixed-line-length-72 -ffixed-form
 +  FOPTIMIZE  += -g -O2 
@@ -47,7 +47,7 @@
           endif
         endif
 -       DEFINES  += -DEXT_INT
-+       DEFINES  += -DEXT_INT -DGCC4
++       DEFINES  += -DEXT_INT -DGCC4 -DGCC46
    MAKEFLAGS = -j 1 --no-print-directory
 -     _CPU = $(shell uname -m  )
 +     _CPU_ = $(shell uname -m  )

Reply to: