[netcdf-fortran] 03/03: Create initial debian packaging skeleton

Ross Gammon ross-guest at moszumanska.debian.org
Fri Jan 16 20:11:56 UTC 2015


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

ross-guest pushed a commit to branch master
in repository netcdf-fortran.

commit bf0ad7d0d42b7fc7d304a93b23bf0562573d7433
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Fri Jan 16 21:07:15 2015 +0100

    Create initial debian packaging skeleton
---
 debian/changelog     |   5 ++
 debian/compat        |   1 +
 debian/control       |  25 +++++++
 debian/copyright     | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf      |  16 +++++
 debian/rules         |   6 ++
 debian/source/format |   1 +
 debian/watch         |   3 +
 8 files changed, 244 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ec83d05
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+netcdf-fortran (4.4.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #775524)
+
+ -- Ross Gammon <rossgammon at mail.dk>  Fri, 16 Jan 2015 20:49:00 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9e1b22f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: netcdf-fortran
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Ross Gammon <rossgammon at mail.dk>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/netcdf-fortran.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/netcdf-fortran.git
+Homepage: http://www.unidata.ucar.edu/software/netcdf/
+
+Package: libnetcdff7
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+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 Fortran77/90 run-time shared libraries
+ required by programs.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..89d560e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,187 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: NetCDF Fortran
+Upstream-Contact: University Corporation for Atmospheric Research/Unidata
+Source: http://www.unidata.ucar.edu/downloads/netcdf/index.jsp
+
+Files: CMakeExtras/sizeof_ptrdiff_t.c
+ CMakeExtras/test_c_ptrdiff_t.f90
+ examples/F77/do_comps.sh
+ examples/F90/do_comps.sh
+ examples/F90/run_f90_par_examples.sh
+ examples/F90/run_nc4_comps.sh
+ fortran/module_netcdf4_f03.f90
+ fortran/module_netcdf4_nc_interfaces.f90
+ fortran/module_netcdf_f03.f90
+ fortran/module_netcdf_fortv2_c_interfaces.f90
+ fortran/module_netcdf_nc_interfaces.f90
+ fortran/netcdf.f90
+ fortran/netcdf.inc
+ fortran/netcdf2.inc
+ fortran/netcdf3.inc
+ fortran/netcdf4.f90
+ fortran/netcdf4_eightbyte.f90
+ fortran/netcdf4_func.f90
+ fortran/netcdf4_overloads.f90
+ fortran/netcdf4_variables.f90
+ fortran/netcdf_attributes.f90
+ fortran/netcdf_constants.f90
+ fortran/netcdf_dims.f90
+ fortran/netcdf_eightbyte.f90
+ fortran/netcdf_expanded.f90
+ fortran/netcdf_externals.f90
+ fortran/netcdf_overloads.f90
+ fortran/netcdf_text_variables.f90
+ fortran/netcdf_variables.f90
+ fortran/netcdf_visibility.f90
+ fortran/nf_dim.f90
+ fortran/nf_fortv2.f90
+ fortran/nf_genatt.f90
+ fortran/nf_geninq.f90
+ fortran/nf_genvar.f90
+ fortran/nf_misc.f90
+ fortran/nf_nc4.f90
+ fortran/typeSizes.f90
+ libsrc/cfortran.h
+ libsrc/fort-attio.c
+ libsrc/fort-control.c
+ libsrc/ncfortran.h
+ libsrc/nfconfig.inc
+ nf03_test/create_fills.sh
+ nf03_test/f03lib.c
+ nf03_test/f03lib_f_interfaces.f90
+ nf03_test/run_f77_par_test.sh
+ nf_test/create_fills.sh
+ nf_test/f03lib.c
+ nf_test/f03lib_f_interfaces.f90
+ nf_test/f90tst_nc4_par.f90
+ nf_test/f90tst_path.f90
+ nf_test/f90tst_rengrps.f90
+ nf_test/fortlib.c
+ nf_test/run_f77_par_test.sh
+ nf_test/run_f90_par_test.sh
+ nf_test/tst_f90.f90
+ nf_test/tst_f90_nc4.f90
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: examples/F77/pres_temp_4D_rd.f
+ examples/F77/pres_temp_4D_wr.f
+ examples/F77/sfc_pres_temp_rd.f
+ examples/F77/sfc_pres_temp_wr.f
+ examples/F77/simple_xy_nc4_rd.f
+ examples/F77/simple_xy_nc4_wr.f
+ examples/F77/simple_xy_rd.f
+ examples/F77/simple_xy_wr.f
+ examples/F90/nc4_pres_temp_4D_wr.f90
+ examples/F90/nc4_sfc_pres_temp_wr.f90
+ examples/F90/nc4_simple_xy_wr.f90
+ examples/F90/pres_temp_4D_rd.f90
+ examples/F90/pres_temp_4D_wr.f90
+ examples/F90/sfc_pres_temp_rd.f90
+ examples/F90/sfc_pres_temp_wr.f90
+ examples/F90/simple_xy_nc4_rd.f90
+ examples/F90/simple_xy_par_rd.f90
+ examples/F90/simple_xy_par_wr.f90
+ examples/F90/simple_xy_par_wr2.f90
+ examples/F90/simple_xy_rd.f90
+ examples/F90/simple_xy_wr.f90
+ libsrc/fort-lib.h
+ nf_test/f90tst_fill.f90
+ nf_test/f90tst_fill2.f90
+ nf_test/f90tst_grps.f90
+ nf_test/f90tst_parallel.f90
+ nf_test/f90tst_parallel2.f90
+ nf_test/f90tst_parallel3.f90
+ nf_test/f90tst_vars.f90
+ nf_test/f90tst_vars2.f90
+ nf_test/f90tst_vars3.f90
+ nf_test/f90tst_vars4.f90
+ nf_test/f90tst_vars_vlen.f90
+ nf_test/tst_types.f90
+ nf_test/tst_types2.f90
+Copyright: 2006, University Corporation for Atmospheric Research/Unidata
+  2007, University Corporation for Atmospheric Research/Unidata
+  2008, University Corporation for Atmospheric Research/Unidata
+  2009, University Corporation for Atmospheric Research/Unidata
+  2011, University Corporation for Atmospheric Research/Unidata
+  file for conditions of use
+License: UNKNOWN
+ FIXME
+
+Files: fortran/nf_lib.c
+ libsrc/fort-dim.c
+ libsrc/fort-genatt.c
+ libsrc/fort-geninq.c
+ libsrc/fort-genvar.c
+ libsrc/fort-lib.c
+ libsrc/fort-misc.c
+ libsrc/fort-nc4.c
+ libsrc/fort-var1io.c
+ libsrc/fort-varaio.c
+ libsrc/fort-vario.c
+ libsrc/fort-varmio.c
+ libsrc/fort-varsio.c
+Copyright: 2005, University Corporation for Atmospheric Research. See
+  2006, University Corporation for Atmospheric Research. See
+  file for copying and redistribution conditions
+License: UNKNOWN
+ FIXME
+
+Files: fortran/netcdf3_file.f90
+ fortran/netcdf4_file.f90
+ fortran/netcdf_file.f90
+Copyright: 2006, UCAR. See file
+License: UNKNOWN
+ FIXME
+
+Files: fortran/netcdf4_externals.f90
+ fortran/netcdf4_visibility.f90
+Copyright: 2006, UCAR
+License: UNKNOWN
+ FIXME
+
+Files: nf_test/tst_flarge.f90
+ nf_test/tst_io.f90
+Copyright: 2007, UCAR/Unidata. See netcdf/ file for copying
+License: UNKNOWN
+ FIXME
+
+Files: fortran/nf_v2compat.c
+ libsrc/fort-v2compat.c
+Copyright: 1996, University Corporation for Atmospheric Research
+  file for copying and redistribution conditions
+License: UNKNOWN
+ FIXME
+
+Files: ltmain.sh
+Copyright: 1996-2001, 2003-2006
+License: GPL-2+
+ FIXME
+
+Files: docs/texinfo.tex
+Copyright: 1985-1986, 1988, 1990-1995
+License: GPL-3
+ FIXME
+
+Files: fortran/netcdf4.inc
+Copyright: 2006, UCAR, See
+License: UNKNOWN
+ FIXME
+
+Files: nf_test/tests.inc
+Copyright: 1996, UCAR/Unidata
+  file for copying and redistribution conditions
+License: UNKNOWN
+ FIXME
+
+Files: examples/F90/simple_xy_nc4_wr.f90
+Copyright: 2006, University
+License: UNKNOWN
+ FIXME
+
+Files: libsrc/netcdf_f.h
+Copyright: 1993-2011, University Corporation for Atmospheric Research/Unidata
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6055261
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+%:
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a1739c2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+
+ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-fortran-(.*)\.tar\.gz debian uupdate

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



More information about the Pkg-grass-devel mailing list