[Git][debian-gis-team/pytroll-schedule][master] New package for scripts

Antonio Valentino gitlab at salsa.debian.org
Tue Dec 25 11:36:18 GMT 2018


Antonio Valentino pushed to branch master at Debian GIS Project / pytroll-schedule


Commits:
998ec453 by Antonio Valentino at 2018-12-25T11:32:54Z
New package for scripts

- - - - -


6 changed files:

- debian/control
- + debian/python3-trollsched.install
- − debian/python3-trollsched.lintian-overrides
- debian/rules
- + debian/trollsched-bin.install
- debian/python3-trollsched.manpages → debian/trollsched-bin.manpages


Changes:

=====================================
debian/control
=====================================
@@ -18,11 +18,30 @@ Homepage: https://github.com/pytroll/pytroll-schedule
 
 Package: python3-trollsched
 Architecture: all
-Depends: ${python3:Depends},
+Depends: python3-numpy,
+         python3-pyorbital,
+         python3-pyresample,
+         ${python3:Depends},
          ${misc:Depends}
-Recommends: ${python3:Recommends}
+Recommends: trollsched-bin,
+            ${python3:Recommends}
 Suggests: ${python3:Suggests}
 Description: Scheduling satellite passes in Python
  The package provides a Python library and tools for reception
  scheduling of polar weather satellites.
  This package is part of the PyTroll software suite.
+
+Package: trollsched-bin
+Architecture: all
+Section: utils
+Depends: python3-trollsched (= ${source:Version}),
+         ${python3:Depends},
+         ${misc:Depends}
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+Description: Scheduling satellite passes in Python - scripts
+ The package provides a Python library and tools for reception
+ scheduling of polar weather satellites.
+ This package is part of the PyTroll software suite.
+ .
+ This package provides utilities and executable scripts.


=====================================
debian/python3-trollsched.install
=====================================
@@ -0,0 +1,2 @@
+usr/lib/python3*/dist-packages/*/*.py
+usr/lib/python3*/dist-packages/*.egg-info/*


=====================================
debian/python3-trollsched.lintian-overrides deleted
=====================================
@@ -1,2 +0,0 @@
-python3-trollsched: library-package-name-for-application usr/bin/compare_scheds usr/bin/schedule
-python3-trollsched: application-in-library-section python usr/bin/compare_scheds usr/bin/schedule


=====================================
debian/rules
=====================================
@@ -4,12 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-export PYBUILD_NAME=trollsched
-
 %:
 	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean
 
-	$(RM) -r pytroll_schedule.egg-info
+	$(RM) -r *.egg-info


=====================================
debian/trollsched-bin.install
=====================================
@@ -0,0 +1 @@
+usr/bin/*


=====================================
debian/python3-trollsched.manpages → debian/trollsched-bin.manpages
=====================================



View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/commit/998ec453381f7c742efaa93e20ff231f2101b0d1

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pytroll-schedule/commit/998ec453381f7c742efaa93e20ff231f2101b0d1
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/20181225/d6fc190a/attachment-0001.html>


More information about the Pkg-grass-devel mailing list