r46440 - in /packages/fenics/ffc/trunk/debian: changelog control docs rules watch

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Fri Jan 10 13:03:59 UTC 2014


Author: johannr-guest
Date: Fri Jan 10 13:03:59 2014
New Revision: 46440

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46440
Log:
* New upstream release.
* debian/watch: Update URL for move to Bitbucket.
* debian/docs: README -> README.rst and remove TODO.
* debian/control:
  - Add python-numpy to Build-Depends.
  - Replace python-all with python-all-dev in Build-Depends.
  - Add ${shlibs:Depends} to Depends.
  - Change to Architecture: any.
  - Bump Standards-Version to 3.9.5 (no changes needed).
* debian/rules: Call dh_numpy in override_dh_python2.


Modified:
    packages/fenics/ffc/trunk/debian/changelog
    packages/fenics/ffc/trunk/debian/control
    packages/fenics/ffc/trunk/debian/docs
    packages/fenics/ffc/trunk/debian/rules
    packages/fenics/ffc/trunk/debian/watch

Modified: packages/fenics/ffc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/changelog?rev=46440&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/changelog	(original)
+++ packages/fenics/ffc/trunk/debian/changelog	Fri Jan 10 13:03:59 2014
@@ -1,3 +1,18 @@
+ffc (1.3.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/watch: Update URL for move to Bitbucket.
+  * debian/docs: README -> README.rst and remove TODO.
+  * debian/control:
+    - Add python-numpy to Build-Depends.
+    - Replace python-all with python-all-dev in Build-Depends.
+    - Add ${shlibs:Depends} to Depends.
+    - Change to Architecture: any.
+    - Bump Standards-Version to 3.9.5 (no changes needed).
+  * debian/rules: Call dh_numpy in override_dh_python2.
+
+ -- Johannes Ring <johannr at simula.no>  Fri, 10 Jan 2014 13:56:45 +0100
+
 ffc (1.2.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/fenics/ffc/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/control?rev=46440&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/control	(original)
+++ packages/fenics/ffc/trunk/debian/control	Fri Jan 10 13:03:59 2014
@@ -3,18 +3,18 @@
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>, Johannes Ring <johannr at simula.no>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-numpy
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.5
 Homepage: http://fenicsproject.org
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/fenics/ffc/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/fenics/ffc/trunk/
 
 Package: python-ffc
-Architecture: all
+Architecture: any
 Depends: python-ufc (>= 2.2.0), python-fiat (>= 1.1),
  python-instant (>= 1.2.0), python-ufl (>= 1.2.0), ${python:Depends},
- ${misc:Depends}
+ ${shlibs:Depends}, ${misc:Depends}
 Suggests: python-ferari, python-dolfin
 Description: compiler for finite element variational forms
  The FEniCS Form Compiler FFC provides state-of-the-art automatic and efficient

Modified: packages/fenics/ffc/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/docs?rev=46440&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/docs	(original)
+++ packages/fenics/ffc/trunk/debian/docs	Fri Jan 10 13:03:59 2014
@@ -1,4 +1,3 @@
-README
-TODO
+README.rst
 AUTHORS
 demo

Modified: packages/fenics/ffc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/rules?rev=46440&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/rules	(original)
+++ packages/fenics/ffc/trunk/debian/rules	Fri Jan 10 13:03:59 2014
@@ -5,6 +5,10 @@
 %:
 	dh $@ --with python2
 
+override_dh_python2:
+	dh_numpy
+	dh_python2
+
 override_dh_compress:
 	dh_compress -X.py -X.pdf -X.ufl
 

Modified: packages/fenics/ffc/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/watch?rev=46440&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/watch	(original)
+++ packages/fenics/ffc/trunk/debian/watch	Fri Jan 10 13:03:59 2014
@@ -1,2 +1,2 @@
 version=3
-https://launchpad.net/ffc/+download https://launchpad.net/ffc/.*/ffc-(.*)\.tar\.gz
+https://bitbucket.org/fenics-project/ffc/downloads/ffc-(.*)\.tar\.gz




More information about the debian-science-commits mailing list