Antonio Valentino pushed to branch master at Debian GIS Project / pykml
Commits: cda663dd by Antonio Valentino at 2022-05-18T05:45:12+00:00 Executable scripts are now in a dedicated binary package - - - - - 6 changed files: - debian/control - + debian/pykml-bin.install - debian/python3-pykml.manpages → debian/pykml-bin.manpages - + debian/python3-pykml.install - − debian/python3-pykml.lintian-overrides - debian/rules Changes: ===================================== debian/control ===================================== @@ -25,3 +25,18 @@ Description: Python KML library It is based on the lxml.objectify API (http://codespeak.net/lxml/objectify.html) which provides Pythonic access to XML documents. + +Package: pykml-bin +Architecture: all +Section: utils +Depends: python3-pykml (= ${source:Version}), + ${python3:Depends}, + ${misc:Depends} +Description: Python KML library -- scripts + PyKML is a Python package for parsing and authoring KML documents. + It is based on the lxml.objectify API + (http://codespeak.net/lxml/objectify.html) which provides Pythonic + access to XML documents. + . + This package contain executable programs provided by the pykml Python + package. ===================================== debian/pykml-bin.install ===================================== @@ -0,0 +1 @@ +usr/bin ===================================== debian/python3-pykml.manpages → debian/pykml-bin.manpages ===================================== ===================================== debian/python3-pykml.install ===================================== @@ -0,0 +1 @@ +usr/lib ===================================== debian/python3-pykml.lintian-overrides deleted ===================================== @@ -1,3 +0,0 @@ -# Small utility programs provided together with the main Python package -application-in-library-section python usr/bin/* -library-package-name-for-application usr/bin/* ===================================== debian/rules ===================================== @@ -1,6 +1,5 @@ #! /usr/bin/make -f -export PYBUILD_NAME=pykml export PYBUILD_TEST_ARGS=-k "not test_initialize_schema_remote_url" %: View it on GitLab: https://salsa.debian.org/debian-gis-team/pykml/-/commit/cda663dd32507d8e504f26682bd747f2a952eac6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pykml/-/commit/cda663dd32507d8e504f26682bd747f2a952eac6 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
