[sfepy] 01/05: Initial commit.

Anton Gladky gladk at moszumanska.debian.org
Sat Mar 21 22:44:56 UTC 2015


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

gladk pushed a commit to branch master
in repository sfepy.

commit 309976745c5c12054c717d69176f585dafed79c5
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Mar 21 22:41:00 2015 +0100

    Initial commit.
---
 debian/changelog                 |  5 +++
 debian/compat                    |  1 +
 debian/control                   | 76 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright                 | 58 ++++++++++++++++++++++++++++++
 debian/python-sfepy-doc.doc-base | 12 +++++++
 debian/python-sfepy-doc.docs     |  2 ++
 debian/python-sfepy-doc.examples |  2 ++
 debian/python-sfepy.install      |  1 +
 debian/rules                     | 25 +++++++++++++
 debian/source/format             |  1 +
 debian/watch                     |  3 ++
 11 files changed, 186 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a9fbd6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+sfepy (2015.1-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #588340)
+
+ -- Anton Gladky <gladk at debian.org>  Sat, 21 Mar 2015 22:09:02 +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..b7af89c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,76 @@
+Source: sfepy
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ cython,
+ debhelper (>= 9),
+ dh-python,
+ libadmesh-dev,
+ python-all (>=2.6.6-3~),
+ python-dev (>=2.6.6-3~),
+ python-setuptools,
+ python-scipy,
+ python-matplotlib,
+ python-tables,
+ python-pyparsing,
+ libsuitesparse-dev,
+ ipython,
+ python-sympy,
+ python-numpy,
+ python-sparse,
+ mayavi2,
+ python-sphinx (>= 1.0.7+dfsg),
+ texlive-latex-recommended,
+ texlive-latex-extra,
+ texlive-fonts-recommended,
+ python-numpydoc,
+ libjs-jquery
+X-Python-Version: >= 2.7
+Standards-Version: 3.9.6
+Section: python
+Homepage: http://sfepy.org
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-sfepy.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-sfepy.git
+XS-Testsuite: autopkgtest
+
+Package: python-sfepy
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends},
+ python-scipy,
+ python-matplotlib,
+ python-tables,
+ python-pyparsing,
+ libsuitesparse-dev,
+ ipython,
+ python-sparse,
+ mayavi2
+Description: Simple Finite Elements in Python
+ SfePy is a software for solving systems of coupled partial differential
+ equations (PDEs) by the finite element method in 1D, 2D and 3D.
+ It can be viewed both as black-box PDE solver, and as a Python package
+ which can be used for building custom applications. The word “simple”
+ means that complex FEM problems can be coded very easily and rapidly.
+
+Package: python-sfepy-doc
+Architecture: all
+Section: doc
+Recommends:
+ python-sfepy
+Depends:
+ ${sphinxdoc:Depends},
+ ${sphinxdoc:Depends},
+ ${misc:Depends}
+Description: Simple Finite Elements in Python. Docs
+ SfePy is a software for solving systems of coupled partial differential
+ equations (PDEs) by the finite element method in 1D, 2D and 3D.
+ It can be viewed both as black-box PDE solver, and as a Python package
+ which can be used for building custom applications. The word “simple”
+ means that complex FEM problems can be coded very easily and rapidly.
+ .
+ The package contains documentation and exapmles.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..34bc682
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,58 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: http://sfepy.org/
+Upstream-Contact: https://groups.google.com/forum/#!forum/sfepy-devel
+Source: https://github.com/sfepy/sfepy/releases
+
+Files: *
+Copyright: 2007 - 2014 SfePy Developers
+License: BSD-3-clause
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions are met:
+  .
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+    * Neither the name of the SfePy nor the names of its contributors
+      may be used to endorse or promote products derived from this software
+      without specific prior written permission.
+  .
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+  ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+  (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: postprocess/dataset_manager.py
+Copyright: 2008, Enthought, Inc.
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ SUCH DAMAGE.
+
diff --git a/debian/python-sfepy-doc.doc-base b/debian/python-sfepy-doc.doc-base
new file mode 100644
index 0000000..9b132a1
--- /dev/null
+++ b/debian/python-sfepy-doc.doc-base
@@ -0,0 +1,12 @@
+Document: sfepy-documentation
+Title: This documentation describes SfePy
+Author: Yade developers <yade-dev at lists.launchpad.net>
+Abstract: A finite element analysis software based primarily on NumPy and SciPy
+Section: Science/Physics
+
+Format: html
+Index: /usr/share/doc/python-sfepy-doc/html/index.html
+Files: /usr/share/doc/python-sfepy-doc/*.*
+
+Format: PDF
+Files: /usr/share/doc/python-sfepy-doc/SfePy.pdf.gz
diff --git a/debian/python-sfepy-doc.docs b/debian/python-sfepy-doc.docs
new file mode 100644
index 0000000..a50d45a
--- /dev/null
+++ b/debian/python-sfepy-doc.docs
@@ -0,0 +1,2 @@
+doc/_build/html
+doc/_build/latex/SfePy.pdf
diff --git a/debian/python-sfepy-doc.examples b/debian/python-sfepy-doc.examples
new file mode 100644
index 0000000..2d96361
--- /dev/null
+++ b/debian/python-sfepy-doc.examples
@@ -0,0 +1,2 @@
+examples/*
+meshes
diff --git a/debian/python-sfepy.install b/debian/python-sfepy.install
new file mode 100644
index 0000000..6845771
--- /dev/null
+++ b/debian/python-sfepy.install
@@ -0,0 +1 @@
+usr/lib
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d666384
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+export PYTHONPATH := $(CURDIR):$(CURDIR)/script:$(CURDIR)/doc:$(PYTHONPATH);
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_clean:
+
+override_dh_auto_test:
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_numpy
+	$(MAKE) all
+	$(MAKE) htmldocs
+	$(MAKE) pdfdocs
+	cd doc/_build/latex; pdflatex SfePy.tex; pdflatex SfePy.tex
+
+override_dh_installdocs:
+	dh_installdocs
+	dh_sphinxdoc
+	rm -rf $(CURDIR)/debian/python-sfepy/usr/lib/python2.7/dist-packages/sfepy/LICENSE
+	rm -rf $(CURDIR)/debian/python-sfepy-doc/usr/share/doc/python-sfepy-doc/html/_sources/license.txt
+
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..5cb3359
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
+https://github.com/sfepy/sfepy/tags .*/release_(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))

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



More information about the debian-science-commits mailing list