[Pkg-openmpi-commits] r205 - in /openmpi/trunk/debian/patches: alpha_build manpage-errors manpage-errors-checkpoint mips-support series sparc_build

manuel at users.alioth.debian.org manuel at users.alioth.debian.org
Tue Oct 13 16:31:14 UTC 2009


Author: manuel
Date: Tue Oct 13 16:31:14 2009
New Revision: 205

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=205
Log:
Added header information to patches (DEP-3 compliant)

I also removed all comments and unapplied patches from
the series file.

Modified:
    openmpi/trunk/debian/patches/alpha_build
    openmpi/trunk/debian/patches/manpage-errors
    openmpi/trunk/debian/patches/manpage-errors-checkpoint
    openmpi/trunk/debian/patches/mips-support
    openmpi/trunk/debian/patches/series
    openmpi/trunk/debian/patches/sparc_build

Modified: openmpi/trunk/debian/patches/alpha_build
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/alpha_build?rev=205&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/alpha_build (original)
+++ openmpi/trunk/debian/patches/alpha_build Tue Oct 13 16:31:14 2009
@@ -1,3 +1,14 @@
+Description: Fix build issues on Alpha
+ This patch fixes build issues on Alpha by adding the necessary
+ assembly routines for VT.
+ .
+ It can be removed when 1.3.4 is released.
+Forwarded: https://svn.open-mpi.org/trac/ompi/ticket/1973
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510845
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517543
+Author: Manuel Prinz <manuel at debian.org>
+Last-Update: 2009-10-13
+
 --- a/ompi/contrib/vt/vt/vtlib/vt_pform_linux.c
 +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_linux.c
 @@ -170,6 +170,8 @@

Modified: openmpi/trunk/debian/patches/manpage-errors
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/manpage-errors?rev=205&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/manpage-errors (original)
+++ openmpi/trunk/debian/patches/manpage-errors Tue Oct 13 16:31:14 2009
@@ -1,3 +1,12 @@
+Description: Fix format problems in manpages
+ This patch fixes minor format problems in manpages that lintian
+ complains about.
+ .
+ It can be removed when 1.3.4 is released.
+Forwarded: https://svn.open-mpi.org/trac/ompi/ticket/1973
+Author: Manuel Prinz <manuel at debian.org>
+Last-Update: 2009-10-13
+
 --- a/orte/tools/orterun/orterun.1in
 +++ b/orte/tools/orterun/orterun.1in
 @@ -308,7 +308,7 @@

Modified: openmpi/trunk/debian/patches/manpage-errors-checkpoint
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/manpage-errors-checkpoint?rev=205&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/manpage-errors-checkpoint (original)
+++ openmpi/trunk/debian/patches/manpage-errors-checkpoint Tue Oct 13 16:31:14 2009
@@ -1,3 +1,9 @@
+Description: Fix format problems in manpages
+ This patch fixes minor format problems in manpages that lintian
+ complains about.
+Author: Manuel Prinz <manuel at debian.org>
+Last-Update: 2009-10-13
+
 --- a/opal/tools/opal-checkpoint/opal-checkpoint.1in
 +++ b/opal/tools/opal-checkpoint/opal-checkpoint.1in
 @@ -27,7 +27,7 @@

Modified: openmpi/trunk/debian/patches/mips-support
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/mips-support?rev=205&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/mips-support (original)
+++ openmpi/trunk/debian/patches/mips-support Tue Oct 13 16:31:14 2009
@@ -1,3 +1,13 @@
+Description: Fix build issues on MIPS
+ This patch should add build support for MIPS. Unfortunately,
+ there where build issues related to libtool. With libtool 2.2
+ being available, those issues should be gone. The patch needs
+ to be updated and tested, so it's currently not applied.
+Forwarded: no
+Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489173
+Author: Thiemo Seufer
+Last-Update: 2009-10-13
+
 --- a/opal/asm/asm-data.txt
 +++ b/opal/asm/asm-data.txt
 @@ -127,3 +127,7 @@

Modified: openmpi/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/series?rev=205&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/series (original)
+++ openmpi/trunk/debian/patches/series Tue Oct 13 16:31:14 2009
@@ -1,14 +1,4 @@
-# Fixes build issues on Alpha.
 alpha_build
-
-# Fixes build issues on Sparc.
 sparc_build
-
-# Updated patch by Thiemo Seufer. Hopefully this will resolve #489173.
-# If this works, it may be included upstream. (Unfortunately, it does not.
-# We should wait for libtool 2.2 to get into unstable before trying again.)
-#mips-support
-
-# Fixes some minor manpage formatting issues.
 manpage-errors
 manpage-errors-checkpoint

Modified: openmpi/trunk/debian/patches/sparc_build
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/trunk/debian/patches/sparc_build?rev=205&op=diff
==============================================================================
--- openmpi/trunk/debian/patches/sparc_build (original)
+++ openmpi/trunk/debian/patches/sparc_build Tue Oct 13 16:31:14 2009
@@ -1,3 +1,13 @@
+Description: Fix build issues on Sparc
+ This patch fixes build issues on Sparc by adding the necessary
+ assembly routines for VT.
+ .
+ It can be removed when 1.3.4 is released.
+Forwarded: https://svn.open-mpi.org/trac/ompi/ticket/1973
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519725
+Author: Manuel Prinz <manuel at debian.org>
+Last-Update: 2009-10-13
+
 --- a/ompi/contrib/vt/vt/vtlib/vt_pform_linux.c
 +++ b/ompi/contrib/vt/vt/vtlib/vt_pform_linux.c
 @@ -172,6 +172,8 @@




More information about the Pkg-openmpi-commits mailing list