Changeset 2620 for trunk/debian
- Timestamp:
- 08/06/12 12:13:54 (12 years ago)
- Location:
- trunk/debian
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/changelog
r2166 r2620 1 asap ( 3.1.0) unstable; urgency=low1 asap (4.1.x-trunk) unstable; urgency=low 2 2 3 3 * Initial Release. -
trunk/debian/control
r2179 r2620 3 3 Priority: extra 4 4 Maintainer: 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.35 Build-Depends: python-setuptools (>= 0.6b3), python-all-dev, debhelper (>= 7), python-support (>= 0.8.4), scons (>= 1.0) 6 Standards-Version: 3.8.4 7 7 Homepage: http://svn.atnf.csiro.au/trac/asap 8 XS-Python-Version: >= 2.58 XS-Python-Version: current 9 9 10 10 Package: asap 11 11 Architecture: 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 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 13 Description: 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 1 1 #!/usr/bin/make -f 2 2 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.) 6 unexport CPPFLAGS 7 unexport CFLAGS 8 unexport CXXFLAGS 9 unexport FFLAGS 10 unexport LDFLAGS 4 11 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 9 14 10 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed --install-lib usr/share/python-support/asap 15 override_dh_auto_install: 16 python setup.py install --root=debian/asap --install-layout=deb 11 17 12 binary-post-install/asap:: 13 # -rm -rf debian/asap/usr/lib/ 18 override_dh_auto_clean: 14 19 20 override_dh_auto_build: 15 21 16 clean::17 -rm -rf asap.egg-info22 %: 23 dh $@
Note:
See TracChangeset
for help on using the changeset viewer.