r38260 - in /packages/fenics/ferari/trunk/debian: changelog control rules
johannr-guest at users.alioth.debian.org
johannr-guest at users.alioth.debian.org
Mon Mar 28 10:41:59 UTC 2011
Author: johannr-guest
Date: Mon Mar 28 10:41:55 2011
New Revision: 38260
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38260
Log:
* Move from python-central to dh_python2 (closes: #616805).
- Remove python-central from Build-Depends.
- Bump minimum required python-all package version to 2.6.6-3~.
- Remove XB-Python-Version line.
- Bump minimum required cdbs version to 0.4.90~.
- Remove DEB_PYTHON_SYSTEM=pycentral from debian/rules.
- Replace XS-Python-Version with X-Python-Version.
- Add Breaks: ${python:Breaks} to fix lintian warning.
* Switch to dpkg-source 3.0 (quilt) format.
* Bump Standards-Version to 3.9.1 (no changes needed).
* Remove old fields Conflicts, Provides, and Replaces from
debian/control.
Modified:
packages/fenics/ferari/trunk/debian/changelog
packages/fenics/ferari/trunk/debian/control
packages/fenics/ferari/trunk/debian/rules
Modified: packages/fenics/ferari/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ferari/trunk/debian/changelog?rev=38260&op=diff
==============================================================================
--- packages/fenics/ferari/trunk/debian/changelog (original)
+++ packages/fenics/ferari/trunk/debian/changelog Mon Mar 28 10:41:55 2011
@@ -1,9 +1,21 @@
-ferari (0.2.0-2) UNRELEASED; urgency=low
+ferari (0.2.0-2) unstable; urgency=low
* Package moved from pkg-scicomp to Debian Science.
* Update Homepage field in debian/control.
+ * Move from python-central to dh_python2 (closes: #616805).
+ - Remove python-central from Build-Depends.
+ - Bump minimum required python-all package version to 2.6.6-3~.
+ - Remove XB-Python-Version line.
+ - Bump minimum required cdbs version to 0.4.90~.
+ - Remove DEB_PYTHON_SYSTEM=pycentral from debian/rules.
+ - Replace XS-Python-Version with X-Python-Version.
+ - Add Breaks: ${python:Breaks} to fix lintian warning.
+ * Switch to dpkg-source 3.0 (quilt) format.
+ * Bump Standards-Version to 3.9.1 (no changes needed).
+ * Remove old fields Conflicts, Provides, and Replaces from
+ debian/control.
- -- Johannes Ring <johannr at simula.no> Tue, 11 Jan 2011 12:42:43 +0100
+ -- Johannes Ring <johannr at simula.no> Mon, 28 Mar 2011 12:34:20 +0200
ferari (0.2.0-1) unstable; urgency=low
Modified: packages/fenics/ferari/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ferari/trunk/debian/control?rev=38260&op=diff
==============================================================================
--- packages/fenics/ferari/trunk/debian/control (original)
+++ packages/fenics/ferari/trunk/debian/control Mon Mar 28 10:41:55 2011
@@ -3,9 +3,9 @@
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: cdbs (>= 0.4.49), debhelper (>= 7), python-all, python-central (>= 0.6.0)
-Standards-Version: 3.8.4
-XS-Python-Version: >= 2.5
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.1
+X-Python-Version: >= 2.5
Homepage: http://www.fenicsproject.org
DM-Upload-Allowed: yes
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/ferari/trunk
@@ -13,11 +13,8 @@
Package: python-ferari
Architecture: all
-XB-Python-Version: ${python:Versions}
-Conflicts: ferari
-Replaces: ferari
-Provides: ferari
Depends: python-numpy, ${python:Depends}, ${misc:Depends}
+Breaks: ${python:Breaks}
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
Modified: packages/fenics/ferari/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ferari/trunk/debian/rules?rev=38260&op=diff
==============================================================================
--- packages/fenics/ferari/trunk/debian/rules (original)
+++ packages/fenics/ferari/trunk/debian/rules Mon Mar 28 10:41:55 2011
@@ -1,6 +1,4 @@
#!/usr/bin/make -f
-
-DEB_PYTHON_SYSTEM = pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
More information about the debian-science-commits
mailing list