r35911 - in /packages/ncs/trunk/debian: changelog code-saturne-bin.manpages control docs ncs.manpages patches/ patches/have_mpi.diff rules watch

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Sat Oct 17 00:16:30 UTC 2009


Author: sylvestre-guest
Date: Sat Oct 17 00:16:29 2009
New Revision: 35911

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35911
Log:
misc modifications for code saturne main package

Added:
    packages/ncs/trunk/debian/code-saturne-bin.manpages
      - copied, changed from r35910, packages/ncs/trunk/debian/ncs.manpages
    packages/ncs/trunk/debian/patches/
    packages/ncs/trunk/debian/patches/have_mpi.diff
Removed:
    packages/ncs/trunk/debian/ncs.manpages
Modified:
    packages/ncs/trunk/debian/changelog
    packages/ncs/trunk/debian/control
    packages/ncs/trunk/debian/docs
    packages/ncs/trunk/debian/rules
    packages/ncs/trunk/debian/watch

Modified: packages/ncs/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ncs/trunk/debian/changelog?rev=35911&op=diff
==============================================================================
--- packages/ncs/trunk/debian/changelog (original)
+++ packages/ncs/trunk/debian/changelog Sat Oct 17 00:16:29 2009
@@ -1,6 +1,6 @@
-ncs (1.4.0-1) unstable; urgency=low
+ncs (2.0.0.beta2-1) unstable; urgency=low
 
   * Initial release (Closes: #501915)
 
- -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Sat, 11 Oct 2008 13:38:20 +0200
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 11 Oct 2008 13:38:20 +0200
 

Copied: packages/ncs/trunk/debian/code-saturne-bin.manpages (from r35910, packages/ncs/trunk/debian/ncs.manpages)
URL: http://svn.debian.org/wsvn/debian-science/packages/ncs/trunk/debian/code-saturne-bin.manpages?rev=35911&op=diff
==============================================================================
--- packages/ncs/trunk/debian/ncs.manpages (original)
+++ packages/ncs/trunk/debian/code-saturne-bin.manpages Sat Oct 17 00:16:29 2009
@@ -2,6 +2,6 @@
 doc/manpages/cs_plot_probes.1
 doc/manpages/cs_check_mesh.1
 doc/manpages/cs_check_consistency.1
+doc/manpages/cs_solver.1
 doc/manpages/cs_info.1
-doc/manpages/cs_config.1
-
+doc/manpages/cs_compile.1

Modified: packages/ncs/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ncs/trunk/debian/control?rev=35911&op=diff
==============================================================================
--- packages/ncs/trunk/debian/control (original)
+++ packages/ncs/trunk/debian/control Sat Oct 17 00:16:29 2009
@@ -2,45 +2,47 @@
 Section: science
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Sylvestre Ledru <sylvestre.ledru at inria.fr>,
- Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev, libfvm-dev
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libbft-dev, libfvm-dev,
+ libmei-dev, python-qt4, pyqt4-dev-tools
 # libmed-dev, libparmetis-dev, libmedc-dev, libopenmpi-dev, 
 # libhdf5-serial-dev, libcgns-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
 Homepage: http://www.code-saturne.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ncs/
 Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/ncs/
-DM-Upload-Allowed: yes
 
-Package: ncs
+Package: code-saturne
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},  python (>= 2.5), libncs0
-Description: Code_Saturne Preprocessor
- NCS means "Noyau Code Saturne". This package is the Kernel of
- of Code_Saturne (a computational fluid dynamics free software).
-
-Package: code_saturne
-Priority: optional
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},  ncs, ecs, ics
+Depends: ${shlibs:Depends}, ${misc:Depends}, ecs, 
+ code-saturne-bin (= ${binary:Version}),
+ code-saturne-data (= ${binary:Version}),
+ code-saturne-include (= ${binary:Version})
+Recommands: syrthes
 Description: Code_Saturne
  NCS means "Noyau Code Saturne". This package is the Kernel of
  of Code_Saturne (a computational fluid dynamics free software).
 
-
-Package: libncs0
+Package: code-saturne-bin
 Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Code_Saturne Preprocessor - Library
+Depends: ${shlibs:Depends}, ${misc:Depends}, python
+Recommands: code-saturne
+Description: Code_Saturne
  NCS means "Noyau Code Saturne". This package is the Kernel of
  of Code_Saturne (a computational fluid dynamics free software).
- .
- This package contains the library used by ncs
 
-Package: ncs-include
+Package: code-saturne-data
+Priority: optional
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommands: code-saturne
+Description: Code_Saturne
+ NCS means "Noyau Code Saturne". This package is the Kernel of
+ of Code_Saturne (a computational fluid dynamics free software).
+
+Package: code-saturne-include
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -48,5 +50,4 @@
  NCS means "Noyau Code Saturne". This package is the Kernel of
  of Code_Saturne (a computational fluid dynamics free software).
  .
- This package contains the include files
-
+ This package contains the include files.

Modified: packages/ncs/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/ncs/trunk/debian/docs?rev=35911&op=diff
==============================================================================
--- packages/ncs/trunk/debian/docs (original)
+++ packages/ncs/trunk/debian/docs Sat Oct 17 00:16:29 2009
@@ -1,2 +1,6 @@
 NEWS
 README
+COMPATIBILITY
+QUALITY_ASSURANCE
+TODO
+

Added: packages/ncs/trunk/debian/patches/have_mpi.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/ncs/trunk/debian/patches/have_mpi.diff?rev=35911&op=file
==============================================================================
--- packages/ncs/trunk/debian/patches/have_mpi.diff (added)
+++ packages/ncs/trunk/debian/patches/have_mpi.diff Sat Oct 17 00:16:29 2009
@@ -1,0 +1,18 @@
+--- ncs-2.0.0-beta2.orig/src/base/cs_join_util.c	2009-10-16 22:15:33.000000000 +0200
++++ ncs-2.0.0-beta2/src/base/cs_join_util.c	2009-10-16 21:51:42.000000000 +0200
+@@ -374,6 +374,7 @@
+   *contig_faces = _contig_faces;
+ }
+ 
++#if defined(HAVE_MPI)
+ /*----------------------------------------------------------------------------
+  * Initialize a structure for the synchronization of single
+  * elements
+@@ -421,7 +422,6 @@
+   *sync = _sync;
+ }
+ 
+-#if defined(HAVE_MPI)
+ /*----------------------------------------------------------------------------
+  * Define a structure used for synchronizing "single" vertices.
+  * Use a fvm_interface_t structure to help the build.

Modified: packages/ncs/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ncs/trunk/debian/rules?rev=35911&op=diff
==============================================================================
--- packages/ncs/trunk/debian/rules (original)
+++ packages/ncs/trunk/debian/rules Sat Oct 17 00:16:29 2009
@@ -1,11 +1,11 @@
 #!/usr/bin/make -f
-# Copyright 2009 Sylvestre Ledru <sylvestre.ledru at inria.fr>
+# Copyright 2009 Sylvestre Ledru <sylvestre at debian.org>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-#DEB_CONFIGURE_NORMAL_ARGS += --with-metis-include=/usr/include/metis/
-#	--with-med-include=/usr/include/ 
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_MAKE_INSTALL_TARGET  := install DESTDIR=`pwd`/debian/tmp
+
+binary-install/code-saturne-data::
+	find debian/code-saturne-data/ -name '*.pyc' -exec rm '{}' ';'

Modified: packages/ncs/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/ncs/trunk/debian/watch?rev=35911&op=diff
==============================================================================
--- packages/ncs/trunk/debian/watch (original)
+++ packages/ncs/trunk/debian/watch Sat Oct 17 00:16:29 2009
@@ -1,2 +1,2 @@
 version=3
- http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-download-107009.html .*/ncs-(\d)(\d)(\d)\.tgz debian
+ http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-download-107009.html .*/ncs-(\d)(\d)(\d)-(.*)\.tgz debian




More information about the debian-science-commits mailing list