Changeset 2620


Ignore:
Timestamp:
08/06/12 12:13:54 (12 years ago)
Author:
Malte Marquarding
Message:

fix debian meta-data

Location:
trunk/debian
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/changelog

    r2166 r2620  
    1 asap (3.1.0) unstable; urgency=low
     1asap (4.1.x-trunk) unstable; urgency=low
    22
    33  * Initial Release.
  • trunk/debian/control

    r2179 r2620  
    33Priority: extra
    44Maintainer: Malte Marquarding <Malte.Marquarding@csiro.au>
    5 Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4)
    6 Standards-Version: 3.7.3
     5Build-Depends: python-setuptools (>= 0.6b3), python-all-dev, debhelper (>= 7), python-support (>= 0.8.4), scons (>= 1.0)
     6Standards-Version: 3.8.4
    77Homepage: http://svn.atnf.csiro.au/trac/asap
    8 XS-Python-Version: >= 2.5
     8XS-Python-Version: current
    99
    1010Package: asap
    1111Architecture: any
    12 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-matplotlib (>= 0.99.1), libboost-python1.34.1, ipython (>= 0.8), python-numpy (>= 1.3),libatlas3gf-base, libblas3gf, liblapack3gf, libgfortran3, libstdc++6
    13 Description: The ATNF Spectral-line Analysis Package
    14  Blah blah
     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
     13Description: ATNF Spectral-line Analysis Package
     14 A package to process and analyse spectral-line
     15 data from (ATNF) single-dish telescopes.
     16
  • trunk/debian/rules

    r2166 r2620  
    11#!/usr/bin/make -f
    22
    3 DEB_PYTHON_SYSTEM = pysupport
     3# Unset the environment variables set by dpkg-buildpackage. (This is
     4# necessary because distutils is brittle with compiler/linker flags
     5# set. Specifically, packages using f2py will break without this.)
     6unexport CPPFLAGS
     7unexport CFLAGS
     8unexport CXXFLAGS
     9unexport FFLAGS
     10unexport LDFLAGS
    411
    5 include /usr/share/cdbs/1/rules/buildcore.mk
    6 include /usr/share/cdbs/1/rules/debhelper.mk
    7 include /usr/share/cdbs/1/class/python-distutils.mk
    8 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
     12#exports specified using stdeb Setup-Env-Vars:
     13#export DH_OPTIONS=--buildsystem=python_distutils
    914
    10 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/asap
     15override_dh_auto_install:
     16        python setup.py install --root=debian/asap --install-layout=deb
    1117
    12 binary-post-install/asap::
    13 #       -rm -rf debian/asap/usr/lib/
     18override_dh_auto_clean:
    1419
     20override_dh_auto_build:
    1521
    16 clean::
    17         -rm -rf asap.egg-info
     22%:
     23        dh $@
Note: See TracChangeset for help on using the changeset viewer.