r44229 - in /packages/fenics/syfi/trunk/debian: changelog control patches/ rules

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Wed Dec 21 09:19:44 UTC 2011


Author: johannr-guest
Date: Wed Dec 21 09:19:43 2011
New Revision: 44229

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44229
Log:
* New upstream release.
* debian/control:
  - Replace swig with swig2.0 in Build-Depends and in Depends field
    for binary package libsyfi1.0-dev.
  - Require python-ufc >= 2.0.5 and python-ufl >= 1.0.0 for binary
    package sfc.
  - Require ufc >= 2.0.5 for binary package libsyfi1.0-dev.
* Remove patches (applied upstream).
* debian/rules: Remove TODO from DEB_INSTALL_DOCS_ALL.


Removed:
    packages/fenics/syfi/trunk/debian/patches/
Modified:
    packages/fenics/syfi/trunk/debian/changelog
    packages/fenics/syfi/trunk/debian/control
    packages/fenics/syfi/trunk/debian/rules

Modified: packages/fenics/syfi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/syfi/trunk/debian/changelog?rev=44229&op=diff
==============================================================================
--- packages/fenics/syfi/trunk/debian/changelog (original)
+++ packages/fenics/syfi/trunk/debian/changelog Wed Dec 21 09:19:43 2011
@@ -1,3 +1,17 @@
+syfi (1.0.0.dfsg-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Replace swig with swig2.0 in Build-Depends and in Depends field
+      for binary package libsyfi1.0-dev.
+    - Require python-ufc >= 2.0.5 and python-ufl >= 1.0.0 for binary
+      package sfc.
+    - Require ufc >= 2.0.5 for binary package libsyfi1.0-dev.
+  * Remove patches (applied upstream).
+  * debian/rules: Remove TODO from DEB_INSTALL_DOCS_ALL.
+
+ -- Johannes Ring <johannr at simula.no>  Wed, 21 Dec 2011 10:07:42 +0100
+
 syfi (1.0-beta.dfsg-2) unstable; urgency=low
 
   * Update short description for all packages (closes: #643600).

Modified: packages/fenics/syfi/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/syfi/trunk/debian/control?rev=44229&op=diff
==============================================================================
--- packages/fenics/syfi/trunk/debian/control (original)
+++ packages/fenics/syfi/trunk/debian/control Wed Dec 21 09:19:43 2011
@@ -7,7 +7,7 @@
  debhelper (>= 7),
  python-all-dev (>= 2.6.6-3~),
  cmake,
- swig,
+ swig2.0,
  libginac-dev,
  pkg-config,
  python-numpy
@@ -21,8 +21,8 @@
 Package: libsyfi1.0-dev
 Section: libdevel
 Architecture: any
-Depends: swig,
- ufc,
+Depends: swig2.0,
+ ufc (>= 2.0.5),
  python-numpy,
  libsyfi1.0 (= ${binary:Version}),
  ${shlibs:Depends},
@@ -155,9 +155,9 @@
 
 Package: sfc
 Architecture: all
-Depends: python-ufl,
+Depends: python-ufl (>= 1.0.0),
  python-numpy,
- python-ufc,
+ python-ufc (>= 2.0.5),
  python-syfi (>= ${source:Version}),
  ${python:Depends},
  ${misc:Depends}

Modified: packages/fenics/syfi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/syfi/trunk/debian/rules?rev=44229&op=diff
==============================================================================
--- packages/fenics/syfi/trunk/debian/rules (original)
+++ packages/fenics/syfi/trunk/debian/rules Wed Dec 21 09:19:43 2011
@@ -11,7 +11,7 @@
 include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_COMPRESS_EXCLUDE_ALL := .py .cpp .h .pdf
-DEB_INSTALL_DOCS_ALL += AUTHORS README TODO
+DEB_INSTALL_DOCS_ALL += AUTHORS README
 
 DEB_CMAKE_EXTRA_FLAGS= \
 	-D BUILD_SHARED_LIBS:BOOL=ON \




More information about the debian-science-commits mailing list