Package: profnet-isis Version: 1.0.21-1 Followup-For: Bug #707874 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
found 707874 profnet/1.0.21-1 fixed 707874 profnet/1.0.22-1 Bug affects Wheezy (profnet/1.0.21-1) only. Patch with correct bug number attached. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBAgAGBQJRjrm7AAoJEJvS1kCaDFL6fwYP/3oEG7G6wflnfHeuPmZcdD0c w0c/gyrDvToM/0Htl5O3Wxp3n1XJKTgMI3iE+BT1Sqxb3+PHZVu9PInGHAOKc1rE 6PkLHWWyjGfZXZK1GZMhFFdAntfEMYC7rEChUAwnQ3+P3blQydiCndgS/y0bdWQf mXGkyfRD3eGsEbj28VOOpbSu1mJQt/tRTeOTjmGO+S5u3HZatlv0DoeLYepAg00D jc+e05d5nWfNv8zXpirBRXnGEa7aZNlyyfsTyT6F12IQThAVAWn2HEwUAhoVFmDO puBFNQWXfQx9mYvFmn6tgqncS4HjjGKaWgfFu2vP90gbSOb5+5Uwq3wZGSqGvr0v nuyn33ICWYRwgQSzqvFsLZI/uC3oTdkkN/WwYqrQJwgLi0P/AnbsN1WK61jrchRy cA9KRAHgS2oCLS7Xkl7QKuBtevVJUsRznxxgVwHx9lDssl5sL79yDY28FPwdX2IW vbEqJ1DMjZfeWOtMpfPOmJzV4hTfJTVEzS+DRrkJunwvcPFmCWRwOyZeMUhVaIYO O8NFEOkYH+AeAQs+Rv8t+3WbzLOLoONZET3tZU4129vp+UmEJP3lVMzN5ngFJVzi GGkSwIrMDo6+UIUs/s4qYt+2LpfqnslqlkaVcIfNk92qdAP/PQ6rzqUnW5xPjeJ2 wNCZULZSpZcndZMmE2dW =02UD -----END PGP SIGNATURE-----
diff -Nru profnet-1.0.21/debian/changelog profnet-1.0.21/debian/changelog --- profnet-1.0.21/debian/changelog 2011-11-28 15:48:19.000000000 +0100 +++ profnet-1.0.21/debian/changelog 2013-05-11 23:20:00.000000000 +0200 @@ -1,3 +1,12 @@ +profnet (1.0.21-2) stable; urgency=low + + * Fixed Fortran runtime error (Actual string length is shorter than the + declared one for dummy argument) in profnet-isis with a new quilt + patch. (Closes: #707874) + * Fixed Debian build issue: now builds twice in a row. + + -- Laszlo Kajan <lka...@rostlab.org> Sat, 11 May 2013 22:37:45 +0200 + profnet (1.0.21-1) unstable; urgency=low * New upstream release diff -Nru profnet-1.0.21/debian/patches/isis profnet-1.0.21/debian/patches/isis --- profnet-1.0.21/debian/patches/isis 1970-01-01 01:00:00.000000000 +0100 +++ profnet-1.0.21/debian/patches/isis 2013-05-11 22:29:48.000000000 +0200 @@ -0,0 +1,23 @@ +--- a/isis.patch ++++ b/isis.patch +@@ -1,14 +1,18 @@ + diff -ruN -x '.*.swp' -x 'profnet*' -x .svn src/Makefile isis_dir/Makefile + --- src/Makefile 2010-02-10 17:55:33.923514458 +0100 + +++ isis_dir/Makefile 2010-02-26 11:22:10.199787414 +0100 +-@@ -1,6 +1,6 @@ ++@@ -1,9 +1,9 @@ + #===================================================================== + F77 = gfortran + -BIN = profnet_prof + +BIN = profnet_isis + #===================================================================== + ARCH = LINUX +- FFLAGS := -O3 -fbounds-check -Wuninitialized ++-FFLAGS := -O3 -fbounds-check -Wuninitialized +++FFLAGS := -O3 -Wuninitialized ++ FFLAGS := $(FFLAGS) -Wall -Wno-unused ++ #===================================================================== ++ NN_OBJS := prof.f lib-prof.f lib-sys-$(ARCH).f + diff -ruN -x '.*.swp' -x 'profnet*' -x .svn src/profPar.f isis_dir/profPar.f + --- src/profPar.f 2010-02-23 10:17:25.315661972 +0100 + +++ isis_dir/profPar.f 2010-02-26 11:20:32.863648133 +0100 diff -Nru profnet-1.0.21/debian/patches/series profnet-1.0.21/debian/patches/series --- profnet-1.0.21/debian/patches/series 2011-06-14 19:10:14.000000000 +0200 +++ profnet-1.0.21/debian/patches/series 2013-05-11 22:48:17.000000000 +0200 @@ -0,0 +1 @@ +isis diff -Nru profnet-1.0.21/debian/rules profnet-1.0.21/debian/rules --- profnet-1.0.21/debian/rules 2011-06-21 14:57:39.000000000 +0200 +++ profnet-1.0.21/debian/rules 2013-05-11 22:49:59.000000000 +0200 @@ -32,7 +32,7 @@ rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. - $(MAKE) clean + $(MAKE) distclean dh_clean