r44406 - in /packages/libcgns/trunk/debian: ./ changelog control docs libcgns2.install libcgns3.1.install patches/ABICompability.diff patches/destdir.diff patches/format-security.diff patches/series patches/soname.diff patches/version.diff rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Jan 24 10:13:49 UTC 2012


Author: sylvestre
Date: Tue Jan 24 10:13:48 2012
New Revision: 44406

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44406
Log:
libcgns (3.1.3.2-2) unstable; urgency=low

  * Upload in unstable

 -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 18 Jan 2012 20:28:02 +0100

libcgns (3.1.3.2-1) experimental; urgency=low

  * New upstream release
  * Rename libcgns2 => libcgns3.1
  * Standards-Version updated to 3.9.2
  * Switch to dpkg-source 3.0 (quilt) format

Added:
    packages/libcgns/trunk/debian/libcgns3.1.install
      - copied unchanged from r36084, packages/libcgns/trunk/debian/libcgns2.install
    packages/libcgns/trunk/debian/patches/ABICompability.diff
Removed:
    packages/libcgns/trunk/debian/libcgns2.install
    packages/libcgns/trunk/debian/patches/destdir.diff
    packages/libcgns/trunk/debian/patches/format-security.diff
    packages/libcgns/trunk/debian/patches/soname.diff
    packages/libcgns/trunk/debian/patches/version.diff
Modified:
    packages/libcgns/trunk/debian/   (props changed)
    packages/libcgns/trunk/debian/changelog
    packages/libcgns/trunk/debian/control
    packages/libcgns/trunk/debian/docs
    packages/libcgns/trunk/debian/patches/series
    packages/libcgns/trunk/debian/rules

Propchange: packages/libcgns/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Modified: packages/libcgns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/changelog?rev=44406&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/changelog (original)
+++ packages/libcgns/trunk/debian/changelog Tue Jan 24 10:13:48 2012
@@ -1,3 +1,18 @@
+libcgns (3.1.3.2-2) unstable; urgency=low
+
+  * Upload in unstable
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 18 Jan 2012 20:28:02 +0100
+
+libcgns (3.1.3.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Rename libcgns2 => libcgns3.1
+  * Standards-Version updated to 3.9.2
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 13 Apr 2011 00:37:02 +0200
+
 libcgns (2.5.5-3) unstable; urgency=low
 
   * Change HDF5 dependency from libhdf5-serial-dev => libhdf5-dev

Modified: packages/libcgns/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/control?rev=44406&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/control (original)
+++ packages/libcgns/trunk/debian/control Tue Jan 24 10:13:48 2012
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt,
- libhdf5-dev, chrpath
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, quilt, 
+ libhdf5-dev (>= 1.8.7), chrpath, mpi-default-dev, cmake
 Standards-Version: 3.9.2
 Homepage: http://cgns.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libcgns/
@@ -13,7 +13,7 @@
 Package: libcgns-dev
 Section: libdevel
 Architecture: any
-Depends:  ${shlibs:Depends}, libcgns2 (= ${binary:Version}), ${misc:Depends}
+Depends:  ${shlibs:Depends}, libcgns3.1 (= ${binary:Version}), ${misc:Depends}
 Description: CFD General Notation System library
  The CFD General Notation System (CGNS) provides a general, portable, and
  extensible standard for the storage and retrieval of computational fluid
@@ -26,7 +26,7 @@
  This package contains the development files needed to compile software to
  use the libcgns API.
 
-Package: libcgns2
+Package: libcgns3.1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: CFD General Notation System library
@@ -38,11 +38,11 @@
  steering committee. It is also an American Institute of Aeronautics and
  Astronautics (AIAA) Recommended Practice.
 
-Package: libcgns2-dbg
+Package: libcgns3.1-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcgns2 (= ${binary:Version}), ${misc:Depends}
+Depends: libcgns3.1 (= ${binary:Version}), ${misc:Depends}
 Description: CFD General Notation System library
  The CFD General Notation System (CGNS) provides a general, portable, and
  extensible standard for the storage and retrieval of computational fluid

Modified: packages/libcgns/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/docs?rev=44406&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/docs (original)
+++ packages/libcgns/trunk/debian/docs Tue Jan 24 10:13:48 2012
@@ -1,1 +1,1 @@
-README
+readme.txt

Added: packages/libcgns/trunk/debian/patches/ABICompability.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/patches/ABICompability.diff?rev=44406&op=file
==============================================================================
--- packages/libcgns/trunk/debian/patches/ABICompability.diff (added)
+++ packages/libcgns/trunk/debian/patches/ABICompability.diff Tue Jan 24 10:13:48 2012
@@ -1,0 +1,16 @@
+Index: cgnslib_3.1/CMakeLists.txt
+===================================================================
+--- cgnslib_3.1.orig/CMakeLists.txt	2011-04-13 00:39:35.000000000 +0200
++++ cgnslib_3.1/CMakeLists.txt	2011-04-13 00:39:49.000000000 +0200
+@@ -269,6 +269,11 @@
+ # which point to directories outside the build tree to the install RPATH
+ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+ 
++ENABLE_64BIT:BOOL=OFF
++ENABLE_HDF5:BOOL=ON
++ENABLE_LEGACY:BOOL=ON
++ENABLE_SCOPING:BOOL=ON
++
+ ########
+ # CGNS #
+ ########

Modified: packages/libcgns/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/patches/series?rev=44406&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/patches/series (original)
+++ packages/libcgns/trunk/debian/patches/series Tue Jan 24 10:13:48 2012
@@ -1,6 +1,0 @@
-destdir.diff
-soname.diff
-version.diff
-format-security.diff
-return.diff
-

Modified: packages/libcgns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/rules?rev=44406&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/rules (original)
+++ packages/libcgns/trunk/debian/rules Tue Jan 24 10:13:48 2012
@@ -1,9 +1,15 @@
 #!/usr/bin/make -f
 # Copyright 2008 Sylvestre Ledru <sylvestre.ledru at inria.fr>
 
+include /usr/share/cdbs/1/class/cmake.mk
 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
+
+CFLAGS+="-I/usr/include/mpi/"
+
+DEB_CMAKE_EXTRA_FLAGS += -DENABLE_64BIT=OFF -DENABLE_HDF5=ON \
+ -DENABLE_LEGACY=ON -DENABLE_SCOPING=ON
+
 
 DEB_CONFIGURE_NORMAL_ARGS += --enable-shared=all --with-hdf5=/usr \
 	--with-szip --enable-lfs --enable-debug
@@ -17,9 +23,9 @@
 
 
 install/libcgns-dev::
-	for file in $(DEB_DESTDIR)/usr/lib/* ; do \
-		chrpath -d $$file; \
-	done
+#	for file in $(DEB_DESTDIR)/usr/lib/* ; do \
+#		chrpath -d $$file; \
+#	done
 
 get-orig-source:
 	uscan --force-download --rename




More information about the debian-science-commits mailing list