Changeset 2625
- Timestamp:
- 08/07/12 15:53:39 (12 years ago)
- Location:
- trunk/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/control
r2620 r2625 3 3 Priority: extra 4 4 Maintainer: 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) 5 Build-Depends: python-setuptools (>= 0.6b3), python-all-dev, debhelper (>= 7), python-support (>= 0.8.4), scons (>= 1.0), casacore-dev, rpfits-dev 6 6 Standards-Version: 3.8.4 7 7 Homepage: http://svn.atnf.csiro.au/trac/asap 8 8 XS-Python-Version: current 9 9 10 Package: asap10 Package: python-asap 11 11 Architecture: 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 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, casacore-dev 13 13 Description: ATNF Spectral-line Analysis Package 14 14 A package to process and analyse spectral-line -
trunk/debian/rules
r2620 r2625 14 14 15 15 override_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 17 18 18 19 override_dh_auto_clean:
Note:
See TracChangeset
for help on using the changeset viewer.