Skip to content
Commits on Source (2)
geographiclib (1.49-5) UNRELEASED; urgency=medium
geographiclib (1.49-5) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Add Build-Depends-Package field to symbols file.
* Remove package name from lintian overrides.
* Update gbp.conf to use --source-only-changes by default.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Sat, 04 Aug 2018 11:59:52 +0200
-- Bas Couwenberg <sebastic@debian.org> Mon, 22 Jul 2019 09:56:36 +0200
geographiclib (1.49-4) unstable; urgency=medium
......
......@@ -10,8 +10,6 @@ Build-Depends: autoconf-archive,
dh-autoreconf,
dh-python,
doxygen,
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all,
python3-setuptools,
pkg-kde-tools
......@@ -89,19 +87,6 @@ Description: C++ library to solve some geodesic problems -- development files
This package contains the files used to develop applications that use the
GeographicLib library.
Package: python-geographiclib
Architecture: any
Section: python
Depends: ${misc:Depends},
${python:Depends}
Description: Python implementation of GeographicLib
GeographicLib is a small set of C++ classes for converting between
geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates,
for geoid calculations, and for computing geodesic. It is a suitable
replacement for the core functionality provided by NGA Geotrans.
.
This package contains the Python implementation of GeographicLib.
Package: python3-geographiclib
Architecture: any
Section: python
......
......@@ -10,7 +10,7 @@ include /usr/share/dpkg/pkg-info.mk
UPSTREAM_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//')
%:
dh $@ --with autoreconf,python2,python3,pkgkde_symbolshelper --parallel
dh $@ --with autoreconf,python3,pkgkde_symbolshelper --parallel
override_dh_auto_clean:
dh_auto_clean
......