r38338 - in /packages/fenics/ufl/trunk/debian: changelog control rules

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Fri Apr 8 06:37:35 UTC 2011


Author: johannr-guest
Date: Fri Apr  8 06:37:28 2011
New Revision: 38338

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38338
Log:
Move to dh_python2 and use user manual from orig tarball instead of generating the pdf.

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

Modified: packages/fenics/ufl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ufl/trunk/debian/changelog?rev=38338&op=diff
==============================================================================
--- packages/fenics/ufl/trunk/debian/changelog (original)
+++ packages/fenics/ufl/trunk/debian/changelog Fri Apr  8 06:37:28 2011
@@ -1,3 +1,17 @@
+ufl (0.9.0-2) UNRELEASED; urgency=low
+
+  * Move from python-central to dh_python2 (closes: #617137).
+    - Remove python-central from Build-Depends.
+    - Bump minimum required python-all package version to 2.6.6-3~.
+    - Remove XB-Python-Version lines.
+    - 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.
+  * Do not generate user manual. Use included PDF from orig tarball
+    instead. 
+
+ -- Johannes Ring <johannr at simula.no>  Thu, 07 Apr 2011 14:16:14 +0200
+
 ufl (0.9.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/fenics/ufl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ufl/trunk/debian/control?rev=38338&op=diff
==============================================================================
--- packages/fenics/ufl/trunk/debian/control (original)
+++ packages/fenics/ufl/trunk/debian/control Fri Apr  8 06:37:28 2011
@@ -3,12 +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-Indep: texlive-latex-recommended, texlive-latex-extra, 
- texlive-math-extra, ghostscript
+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/ufl/trunk
@@ -16,7 +13,6 @@
 
 Package: python-ufl
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, ${misc:Depends}
 Suggests: python-ufl-doc
 Description: unified language for form-compilers
@@ -30,7 +26,6 @@
 Package: python-ufl-doc
 Section: doc
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${misc:Depends}
 Description: documentation and demos for UFL
  UFL (Unified Form Language) is a unified language for definition of 

Modified: packages/fenics/ufl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fenics/ufl/trunk/debian/rules?rev=38338&op=diff
==============================================================================
--- packages/fenics/ufl/trunk/debian/rules (original)
+++ packages/fenics/ufl/trunk/debian/rules Fri Apr  8 06:37:28 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
@@ -8,17 +6,6 @@
 DEB_COMPRESS_EXCLUDE := .py .pdf .ufl
 
 USCAN_DESTDIR := $(CURDIR)
-
-clean::
-# Cleanups from the user manual generation
-	-cd doc/manual && make purge
-# There are still some leftovers
-	rm -f doc/manual/success
-	rm -f doc/manual/ufl-user-manual.pdfsync
-
-build/python-ufl-doc::
-# Generate user manual
-	cd doc/manual && make final
 
 install/python-ufl::
 # hyphen is not allowed as minus sign in manpage




More information about the debian-science-commits mailing list