r38305 - in /packages/fenics/ffc/trunk/debian: changelog control rules

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Fri Apr 1 11:45:23 UTC 2011


Author: johannr-guest
Date: Fri Apr  1 11:45:21 2011
New Revision: 38305

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38305
Log:
* Move from python-central to dh_python2.
* debian/rules: Avoid compressing files with .ufl extension.

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

Modified: packages/fenics/ffc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/changelog?rev=38305&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/changelog (original)
+++ packages/fenics/ffc/trunk/debian/changelog Fri Apr  1 11:45:21 2011
@@ -1,3 +1,16 @@
+ffc (0.9.9-2) UNRELEASED; urgency=low
+
+  * Move from python-central to dh_python2 (closes: #616807).
+    - 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.
+  * debian/rules: Avoid compressing files with .ufl extension.
+
+ -- Johannes Ring <johannr at simula.no>  Fri, 01 Apr 2011 13:09:52 +0200
+
 ffc (0.9.9-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=38305&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/control (original)
+++ packages/fenics/ffc/trunk/debian/control Fri Apr  1 11:45:21 2011
@@ -3,10 +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)
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~)
 Standards-Version: 3.9.1
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.5
 Homepage: http://www.fenicsproject.org
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/fenics/ffc/trunk
@@ -14,7 +13,6 @@
 
 Package: python-ffc
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: python-ufc (>= 2.0.0), python-fiat (>= 0.9.9),
  python-instant (>= 0.9.9), python-ufl (>= 0.9.0), ${python:Depends},
  ${misc:Depends}

Modified: packages/fenics/ffc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ffc/trunk/debian/rules?rev=38305&op=diff
==============================================================================
--- packages/fenics/ffc/trunk/debian/rules (original)
+++ packages/fenics/ffc/trunk/debian/rules Fri Apr  1 11:45:21 2011
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-
-DEB_PYTHON_SYSTEM = pycentral
 
 ifneq (,$(DEB_MAINTAINER_MODE))
   # Enable stuff not policy compliant (eg. unsuitable for build daemons)
@@ -11,7 +9,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_COMPRESS_EXCLUDE := .py .pdf .form
+DEB_COMPRESS_EXCLUDE := .py .pdf .ufl
 
 USCAN_DESTDIR := $(CURDIR)
 




More information about the debian-science-commits mailing list