[Pkg-openmpi-commits] r304 - in /openmpi/branches/1.4/debian: changelog libopenmpi1.3.lintian-overrides patches/manpage_macros patches/missinglib.diff patches/series

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Fri May 18 12:03:33 UTC 2012


Author: sylvestre
Date: Fri May 18 12:03:32 2012
New Revision: 304

URL: http://svn.debian.org/wsvn/pkg-openmpi/?sc=1&rev=304
Log:
Missing files + patches refreshed

Added:
    openmpi/branches/1.4/debian/libopenmpi1.3.lintian-overrides
    openmpi/branches/1.4/debian/patches/manpage_macros
Modified:
    openmpi/branches/1.4/debian/changelog
    openmpi/branches/1.4/debian/patches/missinglib.diff
    openmpi/branches/1.4/debian/patches/series

Modified: openmpi/branches/1.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/1.4/debian/changelog?rev=304&op=diff
==============================================================================
--- openmpi/branches/1.4/debian/changelog (original)
+++ openmpi/branches/1.4/debian/changelog Fri May 18 12:03:32 2012
@@ -6,7 +6,7 @@
   * Refresh of the patches
   * Standards-Version updated to version 3.9.3
 
- -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 22 Feb 2012 17:17:31 +0100
+ -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 18 May 2012 11:26:16 +0200
   
 openmpi (1.4.3-2.2) unstable; urgency=low
 

Added: openmpi/branches/1.4/debian/libopenmpi1.3.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/1.4/debian/libopenmpi1.3.lintian-overrides?rev=304&op=file
==============================================================================
--- openmpi/branches/1.4/debian/libopenmpi1.3.lintian-overrides (added)
+++ openmpi/branches/1.4/debian/libopenmpi1.3.lintian-overrides Fri May 18 12:03:32 2012
@@ -1,0 +1,1 @@
+libopenmpi1.3: embedded-library usr/lib/openmpi/lib/libopen-pal.so.0.0.0: ltdl

Added: openmpi/branches/1.4/debian/patches/manpage_macros
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/1.4/debian/patches/manpage_macros?rev=304&op=file
==============================================================================
--- openmpi/branches/1.4/debian/patches/manpage_macros (added)
+++ openmpi/branches/1.4/debian/patches/manpage_macros Fri May 18 12:03:32 2012
@@ -1,0 +1,25 @@
+Description: Fix problems in manpages
+ In some man page headers, a macro (-*-) is used which makes lintian
+  choke and probably should not be there anyway.
+Author: Manuel Prinz <manuel at debian.org>
+Forwarded: yes
+Last-Update: 2010-10-09
+
+Index: openmpi-1.4.5/ompi/mpi/man/man3/MPI_Init_thread.3in
+===================================================================
+--- openmpi-1.4.5.orig/ompi/mpi/man/man3/MPI_Init_thread.3in	2012-01-30 22:27:46.000000000 +0100
++++ openmpi-1.4.5/ompi/mpi/man/man3/MPI_Init_thread.3in	2012-02-22 17:16:36.000000000 +0100
+@@ -1,4 +1,3 @@
+-. -*- nroff -*-
+ .\" Copyright 2006-2008 Sun Microsystems, Inc.
+ .\" Copyright (c) 1996 Thinking Machines Corporation
+ .\" Copyright (c) 2010 Cisco Systems, Inc.  All rights reserved.
+Index: openmpi-1.4.5/orte/tools/orterun/orterun.1in
+===================================================================
+--- openmpi-1.4.5.orig/orte/tools/orterun/orterun.1in	2010-08-24 23:00:35.000000000 +0200
++++ openmpi-1.4.5/orte/tools/orterun/orterun.1in	2012-05-18 11:31:05.000000000 +0200
+@@ -1,4 +1,3 @@
+-. -*- nroff -*-
+ .\" Copyright (c) 2009      Cisco Systems, Inc.  All rights reserved.
+ .\" Copyright (c) 2008-2009 Sun Microsystems, Inc.  All rights reserved.
+ .\" Copyright (c) 2010 Cisco Systems, Inc.  All rights reserved.

Modified: openmpi/branches/1.4/debian/patches/missinglib.diff
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/1.4/debian/patches/missinglib.diff?rev=304&op=diff
==============================================================================
--- openmpi/branches/1.4/debian/patches/missinglib.diff (original)
+++ openmpi/branches/1.4/debian/patches/missinglib.diff Fri May 18 12:03:32 2012
@@ -1,104 +1,104 @@
 Index: openmpi-1.4.5/orte/tools/orte-checkpoint/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/orte/tools/orte-checkpoint/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/orte/tools/orte-checkpoint/Makefile.am	2012-05-15 11:58:49.000000000 +0200
+--- openmpi-1.4.5.orig/orte/tools/orte-checkpoint/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/orte/tools/orte-checkpoint/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -47,7 +47,7 @@
  endif # OMPI_INSTALL_BINARIES
  
  orte_checkpoint_SOURCES = orte-checkpoint.c
 -orte_checkpoint_LDADD = $(top_builddir)/orte/libopen-rte.la
-+orte_checkpoint_LDADD = $(top_builddir)/orte/libopen-rte.la -lopen-pal
++orte_checkpoint_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  endif # WANT_FT
  endif # !ORTE_DISABLE_FULL_SUPPORT
 Index: openmpi-1.4.5/orte/tools/orte-clean/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/orte/tools/orte-clean/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/orte/tools/orte-clean/Makefile.am	2012-05-15 11:58:49.000000000 +0200
+--- openmpi-1.4.5.orig/orte/tools/orte-clean/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/orte/tools/orte-clean/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -40,7 +40,7 @@
  endif # OMPI_INSTALL_BINARIES
  
  orte_clean_SOURCES = orte-clean.c
 -orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la
-+orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la -lopen-pal
++orte_clean_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  endif # !ORTE_DISABLE_FULL_SUPPORT
  
 Index: openmpi-1.4.5/orte/tools/orte-iof/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/orte/tools/orte-iof/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/orte/tools/orte-iof/Makefile.am	2012-05-15 11:58:49.000000000 +0200
+--- openmpi-1.4.5.orig/orte/tools/orte-iof/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/orte/tools/orte-iof/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -40,7 +40,7 @@
  endif # OMPI_INSTALL_BINARIES
  
  orte_iof_SOURCES = orte-iof.c
 -orte_iof_LDADD = $(top_builddir)/orte/libopen-rte.la
-+orte_iof_LDADD = $(top_builddir)/orte/libopen-rte.la -lopen-pal
++orte_iof_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  endif # !ORTE_DISABLE_FULL_SUPPORT
  
 Index: openmpi-1.4.5/orte/tools/orte-ps/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/orte/tools/orte-ps/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/orte/tools/orte-ps/Makefile.am	2012-05-15 11:58:52.000000000 +0200
+--- openmpi-1.4.5.orig/orte/tools/orte-ps/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/orte/tools/orte-ps/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -40,7 +40,7 @@
  endif # OMPI_INSTALL_BINARIES
  
  orte_ps_SOURCES = orte-ps.c
 -orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la
-+orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la -lopen-pal
++orte_ps_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  endif # !ORTE_DISABLE_FULL_SUPPORT
  
 Index: openmpi-1.4.5/orte/tools/orte-restart/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/orte/tools/orte-restart/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/orte/tools/orte-restart/Makefile.am	2012-05-15 11:58:52.000000000 +0200
+--- openmpi-1.4.5.orig/orte/tools/orte-restart/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/orte/tools/orte-restart/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -47,7 +47,7 @@
  endif # OMPI_INSTALL_BINARIES
  
  orte_restart_SOURCES = orte-restart.c
 -orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la
-+orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la -lopen-pal
++orte_restart_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  endif # WANT_FT
  endif # ORTE_DISABLE_FULL_SUPPORT
 Index: openmpi-1.4.5/orte/tools/orterun/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/orte/tools/orterun/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/orte/tools/orterun/Makefile.am	2012-05-15 11:58:52.000000000 +0200
+--- openmpi-1.4.5.orig/orte/tools/orterun/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/orte/tools/orterun/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -55,7 +55,7 @@
          debuggers.h \
          debuggers.c
   
 -orterun_LDADD = $(top_builddir)/orte/libopen-rte.la
-+orterun_LDADD = $(top_builddir)/orte/libopen-rte.la -lopen-pal
++orterun_LDADD = $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  endif # !ORTE_DISABLE_FULL_SUPPORT
  
 Index: openmpi-1.4.5/ompi/tools/ompi_info/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/ompi/tools/ompi_info/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/ompi/tools/ompi_info/Makefile.am	2012-05-15 11:58:52.000000000 +0200
+--- openmpi-1.4.5.orig/ompi/tools/ompi_info/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/ompi/tools/ompi_info/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -66,7 +66,7 @@
          output.cc \
          param.cc \
          version.cc 
 -ompi_info_LDADD = $(top_builddir)/ompi/libmpi.la
-+ompi_info_LDADD = $(top_builddir)/ompi/libmpi.la -lopen-rte -lopen-pal
++ompi_info_LDADD = $(top_builddir)/ompi/libmpi.la $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  clean-local:
  	test -z "$(OMPI_CXX_TEMPLATE_REPOSITORY)" || rm -rf $(OMPI_CXX_TEMPLATE_REPOSITORY)
 Index: openmpi-1.4.5/ompi/tools/ompi-server/Makefile.am
 ===================================================================
---- openmpi-1.4.5.orig/ompi/tools/ompi-server/Makefile.am	2012-05-15 11:58:45.000000000 +0200
-+++ openmpi-1.4.5/ompi/tools/ompi-server/Makefile.am	2012-05-15 12:15:09.000000000 +0200
+--- openmpi-1.4.5.orig/ompi/tools/ompi-server/Makefile.am	2012-05-15 16:46:18.000000000 +0200
++++ openmpi-1.4.5/ompi/tools/ompi-server/Makefile.am	2012-05-15 16:46:19.000000000 +0200
 @@ -41,7 +41,7 @@
  endif # OMPI_INSTALL_BINARIES
  
  ompi_server_SOURCES = ompi-server.c 
 -ompi_server_LDADD = $(top_builddir)/ompi/libmpi.la
-+ompi_server_LDADD = $(top_builddir)/ompi/libmpi.la -lopen-rte  -lopen-pal
++ompi_server_LDADD = $(top_builddir)/ompi/libmpi.la $(top_builddir)/orte/libopen-rte.la $(top_builddir)/opal/libopen-pal.la
  
  distclean-local:
  	rm -f $(man_pages)

Modified: openmpi/branches/1.4/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-openmpi/openmpi/branches/1.4/debian/patches/series?rev=304&op=diff
==============================================================================
--- openmpi/branches/1.4/debian/patches/series (original)
+++ openmpi/branches/1.4/debian/patches/series Fri May 18 12:03:32 2012
@@ -3,3 +3,4 @@
 arm_support
 missinglib.diff
 
+manpage_macros




More information about the Pkg-openmpi-commits mailing list