[Git][debian-gis-team/geographiclib][master] 2 commits: Drop Python 2 support.
    Bas Couwenberg 
    gitlab at salsa.debian.org
       
    Mon Jul 22 09:06:21 BST 2019
    
    
  
Bas Couwenberg pushed to branch master at Debian GIS Project / geographiclib
Commits:
ecc028c2 by Bas Couwenberg at 2019-07-22T07:56:35Z
Drop Python 2 support.
- - - - -
c257550d by Bas Couwenberg at 2019-07-22T07:56:44Z
Set distribution to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,11 +1,12 @@
-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 at debian.org>  Sat, 04 Aug 2018 11:59:52 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Mon, 22 Jul 2019 09:56:36 +0200
 
 geographiclib (1.49-4) unstable; urgency=medium
 
=====================================
debian/control
=====================================
@@ -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
=====================================
debian/rules
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/compare/3f4ee472f626f0a79ca4ad4bce74bebeeafdc462...c257550dcb0d947f49e62726a86a5172a7a3c927
-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/geographiclib/compare/3f4ee472f626f0a79ca4ad4bce74bebeeafdc462...c257550dcb0d947f49e62726a86a5172a7a3c927
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190722/940a702a/attachment-0001.html>
    
    
More information about the Pkg-grass-devel
mailing list