Antonio Valentino pushed to branch master at Debian GIS Project / pyepr
Commits: c157b923 by Antonio Valentino at 2021-09-26T08:35:07+00:00 Drop the -dbg package - - - - - f8a77a98 by Antonio Valentino at 2021-09-26T08:38:55+00:00 Set distribution to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,12 @@ -pyepr (1.1.1-2) UNRELEASED; urgency=medium +pyepr (1.1.1-2) unstable; urgency=medium - * Team upload. + [ Bas Couwenberg ] * Bump Standards-Version to 4.6.0, no changes. - -- Bas Couwenberg <[email protected]> Wed, 08 Sep 2021 17:39:25 +0200 + [ Antonio Valentino ] + * Drop the -dbg package (Closes: 994326). + + -- Antonio Valentino <[email protected]> Sun, 26 Sep 2021 08:38:44 +0000 pyepr (1.1.1-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -8,14 +8,11 @@ Testsuite: autopkgtest-pkg-python Build-Depends: debhelper-compat (= 12), dh-python, cython3, - cython3-dbg, libepr-api-dev, python-numpy-doc, python3-all-dev, - python3-all-dbg, python3-doc, python3-numpy, - python3-numpy-dbg, python3-setuptools, python3-sphinx, texlive-latex-extra @@ -45,28 +42,6 @@ Description: Python ENVISAT Product Reader API (Python 3) . This package contains pyepr for Python 3. -Package: python3-epr-dbg -Section: debug -Architecture: any -Multi-Arch: same -Depends: ${misc:Depends}, - ${python3:Depends}, - ${shlibs:Depends}, - python3-epr (= ${binary:Version}) -Recommends: python3-numpy-dbg -Description: Python ENVISAT Product Reader API (debug extension for Python 3) - PyEPR provides Python bindings for the ENVISAT Product Reader C API - (EPR API) for reading satellite data from ENVISAT ESA (European Space - Agency) mission. - . - PyEPR, as well as the EPR API for C, supports ENVISAT MERIS, AATSR - Level 1B and Level 2 and also ASAR data products. It provides access - to the data either on a geophysical (decoded, ready-to-use pixel - samples) or on a raw data layer. The raw data access makes it possible - to read any data field contained in a product file. - . - This package contains the extension built for the Python 3 debug interpreter. - Package: python-epr-doc Architecture: all Section: doc ===================================== debian/rules ===================================== @@ -1,7 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -# Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export PYBUILD_NAME=epr export PYBUILD_DISABLE=test @@ -36,10 +35,6 @@ override_dh_auto_clean: $(RM) -r *.egg-info -override_dh_strip: - dh_strip -ppython3-epr --dbg-package=python3-epr-dbg - - override_dh_installchangelogs: dh_installchangelogs -k doc/NEWS.rst View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/-/compare/c1ba69baac22c80be01d2fc407d0318f024a6804...f8a77a9893f827cb25f9941788a5c31987f0169e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/-/compare/c1ba69baac22c80be01d2fc407d0318f024a6804...f8a77a9893f827cb25f9941788a5c31987f0169e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
