[Pkg-scicomp-commits] fenics/ferari/trunk/debian
Johannes Ring
johannr at simula.no
Mon Feb 15 09:55:50 UTC 2010
SVN commit 4858 by johannr-guest:
Updates for new upstream release.
M +15 -0 fenics/ferari/trunk/debian/changelog
M +1 -1 fenics/ferari/trunk/debian/compat
M +5 -4 fenics/ferari/trunk/debian/control
M +4 -3 fenics/ferari/trunk/debian/copyright
M +2 -12 fenics/ferari/trunk/debian/rules
M +1 -1 fenics/ferari/trunk/debian/watch
--- fenics/ferari/trunk/debian/changelog #4857:4858
@@ -1,3 +1,18 @@
+ferari (0.2.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - Add DM-Upload-Allowed: yes.
+ - Bump Standards-Version to 3.8.4 (no changes needed).
+ - Bump debhelper version to 7.
+ - Bump XS-Python-Version to >= 2.5.
+ - Replace python-numeric-ext with python-numpy in Depends.
+ * debian/rules: get-orig-source target no longer repacks orig tarball.
+ * debian/compat: Bump dh compat to 7.
+ * debian/watch, debian/copyright: Update download URLs.
+
+ -- Johannes Ring <johannr at simula.no> Sat, 13 Feb 2010 00:07:38 +0100
+
ferari (0.0.2-1) unstable; urgency=low
* Initial release (Closes: #503074)
--- fenics/ferari/trunk/debian/compat #4857:4858
@@ -1 +1 @@
-5
+7
--- fenics/ferari/trunk/debian/control #4857:4858
@@ -3,10 +3,11 @@
Priority: extra
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Johannes Ring <johannr at simula.no>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5), python-all, python-central (>= 0.6.0)
-Standards-Version: 3.8.0
-XS-Python-Version: >= 2.4
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-all, python-central (>= 0.6.0)
+Standards-Version: 3.8.4
+XS-Python-Version: >= 2.5
Homepage: http://www.fenics.org/wiki/FErari
+DM-Upload-Allowed: yes
Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/fenics/ferari/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/fenics/ferari/
@@ -16,7 +17,7 @@
Conflicts: ferari
Replaces: ferari
Provides: ferari
-Depends: python-numeric-ext, ${python:Depends}, ${misc:Depends}
+Depends: python-numpy, ${python:Depends}, ${misc:Depends}
Description: optimizations for evaluation of variational forms
FErari (Finite Element rearrangement to automatically reduce instructions)
generates optimized code for evaluation of the element tensor (element
--- fenics/ferari/trunk/debian/copyright #4857:4858
@@ -1,7 +1,7 @@
This package was debianized by Johannes Ring <johannr at simula.no> on
Mon, 15 Sep 2008 13:19:26 +0200.
-It was downloaded from http://www.fenics.org
+It was downloaded from http://launchpad.net/ferari
Upstream Author:
@@ -29,5 +29,6 @@
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in `/usr/share/common-licenses/LGPL-2'.
-The Debian packaging is (C) 2008, Johannes Ring <johannr at simula.no> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is © 2008-2010, Johannes Ring <johannr at simula.no>
+and is licensed under the GPL version 2 or later, see
+`/usr/share/common-licenses/GPL-2'.
--- fenics/ferari/trunk/debian/rules #4857:4858
@@ -7,17 +7,7 @@
DEB_COMPRESS_EXCLUDE := .py .pdf
-UPSTREAM_PACKAGE_NAME=FErari
+USCAN_DESTDIR := $(CURDIR)
get-orig-source:
- set -ex ; \
- TMPDIR=`mktemp -d $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig.XXXXXX` ; \
- uscan --force-download --check-dirname-level 0 --destdir "$$TMPDIR" --download-version $(DEB_UPSTREAM_VERSION) --upstream-version $(DEB_UPSTREAM_VERSION); \
- tar -C "$$TMPDIR" --strip-components 1 -xzf "$$TMPDIR"/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz ; \
- rm -f "$$TMPDIR"/$(UPSTREAM_PACKAGE_NAME)*.tar.gz ; \
- rm -f "$$TMPDIR"/$(DEB_SOURCE_PACKAGE)*.tar.gz ; \
- mv "$$TMPDIR" $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig ; \
- GZIP=-9 tar -czf \
- $(CURDIR)/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
- $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig ; \
- rm -rf $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).orig
+ uscan --force-download --verbose --destdir $(USCAN_DESTDIR)
--- fenics/ferari/trunk/debian/watch #4857:4858
@@ -1,2 +1,2 @@
version=3
-http://www.fenics.org/pub/software/ferari/FErari-([\d.]+)\.tar\.gz
+http://launchpad.net/ferari/+download http://launchpad.net/ferari/.*/ferari-(.*)\.tar\.gz
More information about the Pkg-scicomp-commits
mailing list