[metview] 10/97: Initial build

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Sep 1 09:18:39 UTC 2015


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

mckinstry pushed a commit to branch master
in repository metview.

commit 49678c640aab241bbcc5e24144bcb9198a273b1d
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Dec 14 20:04:01 2013 +0000

    Initial build
---
 debian/control                | 21 +++++++++++++++++++--
 debian/libmetview-dev.install |  1 +
 debian/metview.install        |  3 +++
 debian/rules                  |  2 +-
 4 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2f9c918..7d9d9dd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: metview
-Section: utils
+Section: science
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: debhelper (>= 9), gfortran, qt4-dev-tools, libgrib-api-dev, libemos-dev, libmagics++-metview-dev, libmagics++-dev, scm, libmotif-dev, libgdbm-dev, libcurl4-gnutls-dev, libcairo2-dev, pkg-config, swig, libexpat1-dev, libterralib-dev
@@ -16,7 +16,24 @@ Description: Interactive data visualization and analysis environment,
  The system is based on the ECMWF standards for graphics (Magics) and 
  data access (MARS) but can also access locally stored data. 
  The user interface is based on Motif and Qt. Metview is a 
- fully distributed system where modules can run on different workstations and servers.
+ fully distributed system where modules can run on different workstations
+ and servers.
  .
  Metview is a cooperative project between ECMWF and INPE/CPTEC, Brazil. 
  ECMWF has also been assisted by a staff member of Météo-France. 
+
+Package: libmetview-dev
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Development files for MetView
+ Metview has been designed as a flexible, modular and extendible system
+ able to accommodate the evolving needs of the user.
+ The system is based on the ECMWF standards for graphics (Magics) and
+ data access (MARS) but can also access locally stored data.
+ The user interface is based on Motif and Qt. Metview is a
+ fully distributed system where modules can run on different workstations
+ and servers.
+ .
+ This package provides static libraries and include files for building
+ Metview-based software.
diff --git a/debian/libmetview-dev.install b/debian/libmetview-dev.install
new file mode 100644
index 0000000..41a1414
--- /dev/null
+++ b/debian/libmetview-dev.install
@@ -0,0 +1 @@
+usr/include/*
diff --git a/debian/metview.install b/debian/metview.install
new file mode 100644
index 0000000..80697e7
--- /dev/null
+++ b/debian/metview.install
@@ -0,0 +1,3 @@
+usr/bin/metview
+usr/bin/MetView/*	usr/bin
+usr/share/*
diff --git a/debian/rules b/debian/rules
index 623e32a..e9f2a84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,4 +16,4 @@ export DEB_CFLAGS_MAINT_APPEND
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		--enable-magics \
-		LIBS=" -lterralib" 
+		LIBS=" -lterralib" CPPFLAGS=" -I/usr/include/terralib/kernel "

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/metview.git



More information about the debian-science-commits mailing list