r35239 - in /packages/libbft: ./ tags/ trunk/ trunk/debian/

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Wed Oct 8 22:06:00 UTC 2008


Author: sylvestre-guest
Date: Wed Oct  8 22:06:00 2008
New Revision: 35239

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35239
Log:
libbft initial import

Added:
    packages/libbft/
    packages/libbft/tags/
    packages/libbft/trunk/
    packages/libbft/trunk/debian/   (with props)
    packages/libbft/trunk/debian/changelog
    packages/libbft/trunk/debian/compat
    packages/libbft/trunk/debian/control
    packages/libbft/trunk/debian/copyright
    packages/libbft/trunk/debian/docs
    packages/libbft/trunk/debian/files
    packages/libbft/trunk/debian/libbft-dev.install
    packages/libbft/trunk/debian/libbft0.install
    packages/libbft/trunk/debian/rules   (with props)
    packages/libbft/trunk/debian/watch

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

Added: packages/libbft/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/changelog?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/changelog (added)
+++ packages/libbft/trunk/debian/changelog Wed Oct  8 22:06:00 2008
@@ -1,0 +1,6 @@
+libbft (1.0.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Wed, 08 Oct 2008 22:38:20 +0200
+

Added: packages/libbft/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/compat?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/compat (added)
+++ packages/libbft/trunk/debian/compat Wed Oct  8 22:06:00 2008
@@ -1,0 +1,1 @@
+7

Added: packages/libbft/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/control?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/control (added)
+++ packages/libbft/trunk/debian/control Wed Oct  8 22:06:00 2008
@@ -1,0 +1,44 @@
+Source: libbft
+Section: libs
+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
+Standards-Version: 3.8.0
+Homepage: http://rd.edf.com/code_saturne/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libbft/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/libbft/
+DM-Upload-Allowed: yes
+
+Package: libbft-dev
+Section: libdevel
+Architecture: any
+Depends:  libbft0 (= ${binary:Version})
+Description: Code_Saturne Base Functions and Types library
+ BFT stands for Base Functions and Types.
+ It is destined to be used by scientific codes (Computational Fluid
+ Dynamics) often using some form of parallelism, especially MPI.
+ .
+ This package contains the development files needed to compile software to
+ use the libbft API.
+
+Package: libbft1
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Code_Saturne Base Functions and Types library
+ BFT stands for Base Functions and Types.
+ It is destined to be used by scientific codes (Computational Fluid
+ Dynamics) often using some form of parallelism, especially MPI.
+
+Package: libbft1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libbft1 (= ${binary:Version})
+Description: Code_Saturne Base Functions and Types library
+ BFT stands for Base Functions and Types.
+ It is destined to be used by scientific codes (Computational Fluid
+ Dynamics) often using some form of parallelism, especially MPI.
+ .
+ This package contains the debugging symbols of the library.

Added: packages/libbft/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/copyright?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/copyright (added)
+++ packages/libbft/trunk/debian/copyright Wed Oct  8 22:06:00 2008
@@ -1,0 +1,21 @@
+This package was debianized by Sylvestre Ledru <sylvestre.ledru at inria.fr> on
+Wed, 08 Oct 2008 22:38:20 +0200.
+
+It was downloaded from <http://www.code-saturne.org/>
+
+Upstream Authors:
+
+    Yvan Fournier   <yvan.fournier at edf.fr>
+    Didier Poizat 
+
+Copyright:
+
+    Copyright (C) 1999-2004 Yvan Fournier
+    Copyright (C) 1999-2009 Didier Poizat
+
+License:
+
+    LGPL
+
+The Debian packaging is (C) 2008, Sylvestre Ledru <sylvestre.ledru at inria.fr> and
+is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.

Added: packages/libbft/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/docs?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/docs (added)
+++ packages/libbft/trunk/debian/docs Wed Oct  8 22:06:00 2008
@@ -1,0 +1,2 @@
+NEWS
+README

Added: packages/libbft/trunk/debian/files
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/files?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/files (added)
+++ packages/libbft/trunk/debian/files Wed Oct  8 22:06:00 2008
@@ -1,0 +1,3 @@
+libbft-dev_1.0.7-1_i386.deb libdevel optional
+libbft1_1.0.7-1_i386.deb libs optional
+libbft1-dbg_1.0.7-1_i386.deb libdevel extra

Added: packages/libbft/trunk/debian/libbft-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/libbft-dev.install?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/libbft-dev.install (added)
+++ packages/libbft/trunk/debian/libbft-dev.install Wed Oct  8 22:06:00 2008
@@ -1,0 +1,4 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/*.la

Added: packages/libbft/trunk/debian/libbft0.install
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/libbft0.install?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/libbft0.install (added)
+++ packages/libbft/trunk/debian/libbft0.install Wed Oct  8 22:06:00 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/lib*.so.*

Added: packages/libbft/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/rules?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/rules (added)
+++ packages/libbft/trunk/debian/rules Wed Oct  8 22:06:00 2008
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+# Copyright 2008 Sylvestre Ledru <sylvestre.ledru at inria.fr>
+
+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_MAKE_INSTALL_TARGET  := install DESTDIR=`pwd`/debian/tmp

Propchange: packages/libbft/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libbft/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/libbft/trunk/debian/watch?rev=35239&op=file
==============================================================================
--- packages/libbft/trunk/debian/watch (added)
+++ packages/libbft/trunk/debian/watch Wed Oct  8 22:06:00 2008
@@ -1,0 +1,2 @@
+version=3
+ http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-download-107009.html .*bft-(.*).tgz




More information about the debian-science-commits mailing list