[SCM] FreeCAD packaging branch, master, updated. upstream/0.8.2237-44-g194d0dc

Teemu Ikonen tpikonen at gmail.com
Tue Nov 17 15:12:10 UTC 2009


The following commit has been merged in the master branch:
commit f4a2de306c16fb809d1e719e794b84b8a511c59a
Author: Teemu Ikonen <tpikonen at gmail.com>
Date:   Mon Nov 16 15:22:06 2009 +0100

    control: Change python build-deps, add freecad-doc
    
    Remove recommends to python-qt4, which is a dependency of Pivy.
    
    Changes to control from upstream (Werner Mayer):
        Change build-dependency on python2.5-dev to python-dev.
        Add freecad-doc binary package.
        Remove Suggestion of a chm viewer, suggest freecad-doc instead.

diff --git a/debian/control b/debian/control
index fbd0976..c737469 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7), autotools-dev,
  libboost-dev, libboost-date-time-dev, libboost-filesystem-dev,
  libboost-graph-dev, libboost-iostreams-dev, libboost-program-options-dev,
  libboost-regex-dev, libboost-serialization-dev, libboost-signals-dev,
- libboost-python-dev, python2.5-dev, python-opencv, python-support,
+ libboost-python-dev, python-dev, python-opencv, python-support,
  libqt4-dev, libxt-dev, libxext-dev, libxmu-dev, libxi-dev, libx11-dev,
  libcoin60-dev, libsoqt4-dev (>= 1.4.2~svn20090224), libgl1-mesa-dev,
  libgts-bin, libgts-dev, libcv-dev, zlib1g-dev, libxerces-c2-dev,
@@ -22,8 +22,8 @@ Package: freecad
 Architecture: any
 Section: science
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Recommends: python-pivy, python-qt4
-Suggests: gnochm | kchmviewer | kchmviewer-nokde | xchm, python-opencv
+Recommends: python-pivy
+Suggests: freecad-doc, python-opencv
 Description: An extensible Open Source CAx program (alpha)
  FreeCAD is an Open Source CAx RAD based on OpenCasCade, Qt and Python.
  It features some key concepts like macro recording, workbenches, ability
@@ -47,3 +47,21 @@ Description: FreeCAD development files
  .
  This package contains the libtool .la files, headers and symlinks necessary to
  develop modules for FreeCAD.
+
+Package: freecad-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, qt4-dev-tools
+Description: FreeCAD documentation
+ FreeCAD is an Open Source CAx RAD based on OpenCasCade, Qt and Python.
+ It features some key concepts like macro recording, workbenches, ability
+ to run as a server and dynamically loadable application extensions and
+ it is designed to be platform independent.
+ For more details see http://sourceforge.net/projects/free-cad
+ .
+ This package contains the FreeCAD documentation.
+ .
+ The documentation is provided in Qt's new help format;
+ the new help format version can be viewed in conjunction with the Qt Assistant
+ found in the qt4-dev-tools package.
+

-- 
FreeCAD packaging



More information about the debian-science-commits mailing list