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

pu: package profnet/1.0.21-1



Dear Release Team!

As we installed Wheezy on our cluster, I found that profisis is broken because of a bug in profnet-isis (#707874 [1]). The bug was fixed in later
versions, but in Wheezy it is broken. I apologize for that.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707874

I prepared a patch that addresses this issue for Wheezy (attached). The same patch is also attached to bug #707874.
The patch also fixes the package so that it now builds twice in a row with a minimal fix to d/rules - I hope this is acceptable.
I filed a bug against release.debian.org as recommended by the developers' reference 5.5.1: #707880 [2].

[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707880

If you approve my patch, I can make the upload (targeting 'stable'? or 'stable-proposed-updates'?).
The version in the patch is not all right, it should be 1.0.21-1+wheezy1, correct?

Thank you for considering this patch for wheezy-proposed-updates.

Best regards,
Laszlo

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 <lkajan@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 
 


Reply to: