Package: pysynphot / 0.9.12+dfsg-3

Metadata

Package Version Patches format
pysynphot 0.9.12+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Set a default path for PYSYN_CDBS.patch | (download)

pysynphot/locations.py | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 set a default path for pysyn_cdbs

In Debian, the data files are installed in /usr/share/synphot on
default. So, the environment variable needs to be set only if
Use a fake relic package for version info.patch | (download)

relic/__init__.py | 1 1 + 0 - 0 !
relic/release.py | 52 52 + 0 - 0 !
2 files changed, 53 insertions(+)

 use a fake relic package for version info

The original package depends on a git repository, which is not there
when we build the package from a tarball. So, we take the opportunity
to take the version info from the Debian changelog.

This requires the "python(3)-debian" package as build dependency.