I am attaching the patch for profnet_1.0.21-1+wheezy1 as uploaded for stable-proposed-updates.
I apologize if I should have waited for the release team to tell me to go ahead with the upload (I am not familiar with the procedure [0]). After a small discussion with a fellow DD, I have decided to make the upload, since quite some days have passed since my initial email to the release team [1], and nobody complained. Laszlo [0] http://www.debian.org/doc/manuals/developers-reference/pkgs.html#upload-stable [1] http://lists.debian.org/debian-release/2013/05/msg00393.html
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-21 13:31:27.000000000 +0200 @@ -1,3 +1,12 @@ +profnet (1.0.21-1+wheezy1) stable-proposed-updates; 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-21 13:26:33.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-21 13:26:33.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-21 13:26:33.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