Control: tags 938474 + patch
Control: tags 938474 + pending

Dear maintainer,

I've prepared an NMU for sgp4 (versioned as 1.4-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru sgp4-1.4/debian/changelog sgp4-1.4/debian/changelog
--- sgp4-1.4/debian/changelog	2016-05-27 15:04:01.000000000 -0400
+++ sgp4-1.4/debian/changelog	2019-10-06 14:19:56.000000000 -0400
@@ -1,3 +1,10 @@
+sgp4 (1.4-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938474
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 06 Oct 2019 14:19:56 -0400
+
 sgp4 (1.4-1) unstable; urgency=medium
 
   * New upstream release (Closes: #844426). 
diff -Nru sgp4-1.4/debian/control sgp4-1.4/debian/control
--- sgp4-1.4/debian/control	2016-05-27 15:04:01.000000000 -0400
+++ sgp4-1.4/debian/control	2019-10-06 14:19:42.000000000 -0400
@@ -5,30 +5,10 @@
 Homepage: https://github.com/brandon-rhodes/python-sgp4
 Build-Depends: debhelper (>= 9),
  dh-python,
- python-all,
- python-setuptools,
- python-all-dev,
  python3-all,
  python3-setuptools
 Standards-Version: 3.9.8
 
-Package: python-sgp4
-Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
-Description: Track earth satellite TLE orbits using up-to-date 2010 version of sgp4
- This Python package computes the position and velocity of an earth-orbiting
- satellite, given the satellite’s TLE orbital elements from a source like 
- Celestrak.
- .
- It implements the most recent version of SGP4, and is regularly run against
- the SGP4 test suite to make sure that its satellite position predictions agree
- to within 0.1 mm of the predictions of the standard C++ implementation of 
- the algorithm. This error is far less than the 1-3 km/day by which satellites
- themselves deviate from the ideal orbits described in TLE files.
- .
- The C++ function names have been retained, since users may already be familiar
- with this library in other languages
-
 Package: python3-sgp4
 Architecture: all
 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends},
diff -Nru sgp4-1.4/debian/rules sgp4-1.4/debian/rules
--- sgp4-1.4/debian/rules	2016-05-27 15:04:01.000000000 -0400
+++ sgp4-1.4/debian/rules	2019-10-06 14:19:51.000000000 -0400
@@ -6,6 +6,6 @@
 export PYBUILD_NAME = sgp4
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:

Reply via email to