r35460 - in /packages/ics/trunk/debian: ./ changelog compat control copyright pycompat pyversions rules watch

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Mon Feb 2 22:05:22 UTC 2009


Author: sylvestre-guest
Date: Mon Feb  2 22:05:22 2009
New Revision: 35460

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35460
Log:
initial version of ics

Added:
    packages/ics/trunk/debian/   (with props)
    packages/ics/trunk/debian/changelog
    packages/ics/trunk/debian/compat
    packages/ics/trunk/debian/control
    packages/ics/trunk/debian/copyright
    packages/ics/trunk/debian/pycompat
    packages/ics/trunk/debian/pyversions
    packages/ics/trunk/debian/rules   (with props)
    packages/ics/trunk/debian/watch

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

Added: packages/ics/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/changelog?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/changelog (added)
+++ packages/ics/trunk/debian/changelog Mon Feb  2 22:05:22 2009
@@ -1,0 +1,6 @@
+ics (1.4.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #501915)
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Sat, 11 Oct 2008 13:38:20 +0200
+

Added: packages/ics/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/compat?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/compat (added)
+++ packages/ics/trunk/debian/compat Mon Feb  2 22:05:22 2009
@@ -1,0 +1,1 @@
+7

Added: packages/ics/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/control?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/control (added)
+++ packages/ics/trunk/debian/control Mon Feb  2 22:05:22 2009
@@ -1,0 +1,20 @@
+Source: ics
+Section: science
+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), cdbs, python (>= 2.5)
+XS-Python-Version: current
+Standards-Version: 3.8.0
+Homepage: http://www.code-saturne.org/
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ics/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/ics/
+DM-Upload-Allowed: yes
+
+Package: ics
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.5), python-qt4
+Description: Code_Saturne GUI
+ TODO

Added: packages/ics/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/copyright?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/copyright (added)
+++ packages/ics/trunk/debian/copyright Mon Feb  2 22:05:22 2009
@@ -1,0 +1,38 @@
+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 
+    David Monfort           <david.monfort at edf.fr>
+    Eric Quemerai          <eric.quemerai at incka.fr>
+    Frederic Archambeau     <frederic.archambeau at edf.fr>
+
+Copyright:
+
+    Copyright (C) 1999-2008 EDF
+
+License: GPL-2+
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, Sylvestre Ledru <sylvestre.ledru at inria.fr> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/ics/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/pycompat?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/pycompat (added)
+++ packages/ics/trunk/debian/pycompat Mon Feb  2 22:05:22 2009
@@ -1,0 +1,1 @@
+2

Added: packages/ics/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/pyversions?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/pyversions (added)
+++ packages/ics/trunk/debian/pyversions Mon Feb  2 22:05:22 2009
@@ -1,0 +1,1 @@
+2.5

Added: packages/ics/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/rules?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/rules (added)
+++ packages/ics/trunk/debian/rules Mon Feb  2 22:05:22 2009
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+# Copyright 2009 - Sylvestre Ledru <sylvestre.ledru at inria.fr>
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+DEB_PYTHON_COMPILE_VERSION := $(shell pyversions -r)
+DEB_DH_INSTALL_SOURCEDIR = debian/tmp
+DEB_PYTHON_INSTALL_ARGS_ALL += --no-compile --root=$(CURDIR)/debian/ics/
+#DEB_INSTALL_CHANGELOGS_ALL += CHANGELOG

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

Added: packages/ics/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/ics/trunk/debian/watch?rev=35460&op=file
==============================================================================
--- packages/ics/trunk/debian/watch (added)
+++ packages/ics/trunk/debian/watch Mon Feb  2 22:05:22 2009
@@ -1,0 +1,2 @@
+version=3
+ http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-download-107009.html .*/ics-(\d)(\d)(\d)\.tgz debian




More information about the debian-science-commits mailing list