Changeset 3125


Ignore:
Timestamp:
05/16/17 15:05:48 (7 years ago)
Author:
Malte Marquarding
Message:

merge from asap-4.4.0: packaging changes

Location:
trunk
Files:
1 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/debian/changelog

    r2800 r3125  
     1asap (4.4.0) unstable; urgency=medium
     2
     3  * Included upstream revisions up to r3121
     4  * Updated dependencies to take account of the dependency chain
     5    within the casacore packages
     6  * Transition to dh_python2 rather than python-support
     7  * Update Standards-Version compat level
     8
     9 -- Vincent McIntyre <vincent.mcintyre@csiro.au>  Tue, 16 May 2017 02:34:13 +0000
     10
    111asap (4.1.2) unstable; urgency=low
    212
  • trunk/debian/compat

    r2166 r3125  
    1 7
     19
  • trunk/debian/control

    r2625 r3125  
    11Source: asap
    2 Section: unknown
     2Section: science
    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), casacore-dev, rpfits-dev
    6 Standards-Version: 3.8.4
     5Build-Depends: python-setuptools (>= 0.6b3), python-dev, debhelper (>= 7), dh-python, scons (>= 1.0), casacore-dev, rpfits-dev
     6Standards-Version: 3.9.6.1
    77Homepage: http://svn.atnf.csiro.au/trac/asap
    8 XS-Python-Version: current
     8X-Python-Version: >=2.6
    99
    1010Package: 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, casacore-dev
     12Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-matplotlib (>= 0.99.1), ipython (>= 0.8),   libcasa-python2, libcasa-ms2, libcasa-images2
    1313Description: ATNF Spectral-line Analysis Package
    1414 A package to process and analyse spectral-line
  • trunk/python

  • trunk/python/__init__.py

    r3057 r3125  
    6060
    6161__date__ = get_asap_revdate()
    62 __version__  = '4.0.0a'
     62__version__  = '4.4.0'
    6363__revision__ = get_revision()
    6464
  • trunk/setup.py

    r2929 r3125  
    44
    55setup(name = PKGNAME,
    6       version = '4.3.0a',
     6      version = '4.4.0',
    77      description = 'ATNF Spectral-line Analysis Package',
    88      author = 'Malte Marquarding',
Note: See TracChangeset for help on using the changeset viewer.