This is an automated email from the git hooks/post-receive script.

nschloe-guest pushed a commit to branch split-c-f-cxx
in repository netcdf.

commit ac3254a851edaa237d6047d35b7a79e34142b015
Author: Nico Schlömer <nico.schloe...@gmail.com>
Date:   Mon May 12 14:48:41 2014 +0200

    remove spurious libcf
---
 debian/control | 19 -------------------
 debian/rules   | 29 -----------------------------
 2 files changed, 48 deletions(-)

diff --git a/debian/control b/debian/control
index 5a5e0da..a2e3ea5 100644
--- a/debian/control
+++ b/debian/control
@@ -42,25 +42,6 @@ Description: Interface for scientific data access to large 
binary data
  This package contains the C run-time shared libraries required
  by programs.
 
-Package: libcf0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4
-Breaks: libnetcdf6 (<< 1:4.1.1-7~), libnetcdf4
-Homepage: http://www.unidata.ucar.edu/software/libcf/
-Description: Interface for scientific data access to large binary data
- NetCDF (network Common Data Form) is an interface for scientific
- data access and a freely-distributed software library that provides an
- implementation of the interface.  The netCDF library also defines a
- machine-independent format for representing scientific data.
- Together, the interface, library, and format support the creation,
- access, and sharing of scientific data.
- .
- This package contains the add-on CF run-time C shared library that uses
- the NetCDF API to manage Climate and Forecasts standards complaining
- data files.
-
 Package: netcdf-dbg
 Section: debug
 Priority: extra
diff --git a/debian/rules b/debian/rules
index 4d81220..6e032a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,5 @@
 #!/usr/bin/make -f
 
-#include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/class/autotools.mk
-
-# Add here any variable or target overrides you need.
-
-# Note that hdf5 dir has to be specified due to a bug into fortran/Makefile.am 
which causes
-# skipping of fort-nc4.c without that.
-#
-# Remote sites could be not available at check time, so disabling some tests...
-#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic 
--enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf 
--enable-dap 
-# This is useful to avoid remote Nap checks
-#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --with-pic 
--enable-internal-docs --enable-netcdf-4 --enable-dap --disable-dap-remote-tests
-#DEB_CONFIGURE_SCRIPT_ENV += CC="gcc"
-#
-#DEB_MAKE_CHECK_TARGET = check
-#
-#DEB_INSTALL_CHANGELOGS_ALL = $(CURDIR)/RELEASE_NOTES
-#
-#DEB_SHLIBDEPS_INCLUDE := debian/tmp/usr/lib/
-
 # Default stuff for everything
 %:
        dh $@ --buildsystem=cmake
@@ -35,21 +15,12 @@ override_dh_auto_configure:
 
 #      -DCMAKE_C_COMPILER=mpicc \
 
-# Any makebuilddir/binary would do, /source doesn't:
-#makebuilddir/libnetcdf4::
-#      autoreconf -vfi
-
 install/libnetcdfc7::
        find debian/tmp/usr/lib/ -name 'libnetcdf.*' -a ! -type d \
                        -a ! -name '*.so' -a ! -name '*.a' \
                        -a ! -name '*.la' -a ! -name '*.pc' \
                        -exec cp -d {} debian/libnetcdfc7/usr/lib/ \;
 
-install/libcf0::
-       find debian/tmp/usr/lib/ -name 'libcf.*' -a ! -type d \
-               -a ! -name '*.so' -a ! -name '*.a' -a ! -name '*.la' -a ! -name 
'*.pc' \
-               -exec cp -d {} debian/libcf0/usr/lib/ \;
-
 install/libnetcdf-dev::
        cp debian/tmp/usr/include/* debian/libnetcdf-dev/usr/include/.
        install -m 644 -o root -g root  $(CURDIR)/netcdf.pc 
debian/libnetcdf-dev/usr/lib/pkgconfig/.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to