Changeset 2625


Ignore:
Timestamp:
08/07/12 15:53:39 (12 years ago)
Author:
Malte Marquarding
Message:

Fix debian metadata

Location:
trunk/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/control

    r2620 r2625  
    33Priority: extra
    44Maintainer: Malte Marquarding <Malte.Marquarding@csiro.au>
    5 Build-Depends: python-setuptools (>= 0.6b3), python-all-dev, debhelper (>= 7), python-support (>= 0.8.4), scons (>= 1.0)
     5Build-Depends: python-setuptools (>= 0.6b3), python-all-dev, debhelper (>= 7), python-support (>= 0.8.4), scons (>= 1.0), casacore-dev, rpfits-dev
    66Standards-Version: 3.8.4
    77Homepage: http://svn.atnf.csiro.au/trac/asap
    88XS-Python-Version: current
    99
    10 Package: asap
     10Package: python-asap
    1111Architecture: any
    12 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-matplotlib (>= 0.99.1), libboost-python1.42.0, ipython (>= 0.8), python-numpy (>= 1.3),libatlas3gf-base, libblas3gf, liblapack3gf, libgfortran3, libstdc++6
     12Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-matplotlib (>= 0.99.1), libboost-python1.42.0, ipython (>= 0.8), python-numpy (>= 1.3),libatlas3gf-base, libblas3gf, liblapack3gf, libgfortran3, libstdc++6, casacore-dev
    1313Description: ATNF Spectral-line Analysis Package
    1414 A package to process and analyse spectral-line
  • trunk/debian/rules

    r2620 r2625  
    1414
    1515override_dh_auto_install:
    16         python setup.py install --root=debian/asap --install-layout=deb
     16        python setup.py build_ext --casacoreroot=/usr
     17        python setup.py install --root=debian/python-asap --install-layout=deb
    1718
    1819override_dh_auto_clean:
Note: See TracChangeset for help on using the changeset viewer.