Codebase list xrayutilities / 823a652
add the debug binary package Picca Frédéric-Emmanuel 10 years ago
3 changed file(s) with 31 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 Priority: extra
55 Build-Depends: debhelper (>= 9),
66 python-all-dev,
7 python-all-dbg,
78 python-numpy,
9 python-numpy-dbg,
810 python-setuptools
911 Build-Depends-Indep: python-matplotlib,
1012 python-scipy,
4244 data. It consists of a python package and several routines coded in C. It
4345 especially useful for the reciprocal space conversion of diffraction data taken
4446 with linear and area detectors.
47 .
48 This package includes the manual in HTML format.
4549
50 Package: python-xrayutilities-dbg
51 Architecture: any
52 Section: debug
53 Depends: ${misc:Depends},
54 ${python:Depends},
55 ${shlibs:Depends},
56 python-xrayutilities (= ${binary:Version})
57 Recommends: python-dbg,
58 python-numpy-dbg,
59 python-scipy-dbg,
60 python-tables-dbg
61 Description: Package for xray data reduction and analysis - debug extension
62 xrayutilities is a collection of scripts used to analyze x-ray diffraction
63 data. It consists of a python package and several routines coded in C. It
64 especially useful for the reciprocal space conversion of diffraction data taken
65 with linear and area detectors.
66 .
67 This package contains the extension built for the Python debug interpreter.
+0
-1
debian/python-xrayutilities.install less more
0 usr/lib/python2*
1414 rm -rf build
1515
1616 override_dh_auto_build-indep:
17 python setup.py build
1718 python setup.py build_doc
1819
1920 override_dh_auto_install:
2021 dh_auto_install
2122 dh_numpy
23
24 override_dh_install:
25 # Install everything excluding the *_d.so debug extensions to python-foo
26 dh_install -X"*_d.so" "debian/tmp/*" -p python-xrayutilities
27 # Install the debug extensions to python-foo-dbg
28 dh_install "debian/tmp/usr/lib/python*/*-packages/xrayutilities/*_d.so" -p python-xrayutilities-dbg
29 # Continue with regular dh_install
30 dh_install