[Git][debian-gis-team/pyepr][master] 6 commits: Minor cleanup

Antonio Valentino gitlab at salsa.debian.org
Sat Feb 10 18:56:27 UTC 2018


Antonio Valentino pushed to branch master at Debian GIS Project / pyepr


Commits:
b3d8ad8b by Antonio Valentino at 2018-02-10T10:32:40+01:00
Minor cleanup

- - - - -
2b306f1a by Antonio Valentino at 2018-02-10T10:36:09+01:00
Use secure URL for HomePage in the control file

- - - - -
cbdcaf5b by Antonio Valentino at 2018-02-10T10:37:18+01:00
Standard version bump

- - - - -
2915cb5c by Antonio Valentino at 2018-02-10T10:39:08+01:00
Set compat to 11

- - - - -
0996395f by Antonio Valentino at 2018-02-10T16:33:08+00:00
Fix python3-epr-dbg recommends

- - - - -
298e06df by Antonio Valentino at 2018-02-10T16:33:41+00:00
Fix doc installation

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/python-epr-doc.doc-base
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
 pyepr (0.9.3-4) UNRELEASED; urgency=medium
 
   * Change priority from extra to optional.
-  * Bump Standards-Version to 4.1.0, changes: priority.
+  * Bump Standards-Version to 4.1.3, changes: priority.
   * Add python3-sphinx to build dependencies.
+  * Set compat to 11.
   * Strip trailing whitespace from changelog.
+  * debian/control
+    - use secure URL for HomePage
+    - fix python2-epr-dbg recommends to point to python3-numpy-dbg
+  * debian/rules
+    - fix doc installation
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 24 Sep 2017 13:20:24 +0200
 


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Antonio Valentino <antonio.valentino at tiscali.it>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 11),
                dh-python,
                python-all-dev,
                python-all-dbg,
@@ -23,10 +23,10 @@ Build-Depends: debhelper (>= 9),
                texlive-latex-extra,
                python3-doc,
                python-numpy-doc
-Standards-Version: 4.1.0
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/pyepr.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-grass/pyepr.git
-Homepage: http://avalentino.github.com/pyepr
+Homepage: https://avalentino.github.com/pyepr
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 
@@ -98,7 +98,7 @@ Depends: ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends},
          python3-epr (= ${binary:Version})
-Recommends: python-numpy-dbg
+Recommends: python3-numpy-dbg
 Description: Python ENVISAT Product Reader API (debug extension for Python 3)
  PyEPR provides Python bindings for the ENVISAT Product Reader C API
  (EPR API) for reading satellite data from ENVISAT ESA (European Space


=====================================
debian/python-epr-doc.doc-base
=====================================
--- a/debian/python-epr-doc.doc-base
+++ b/debian/python-epr-doc.doc-base
@@ -6,5 +6,5 @@ Abstract: This document includes the
 Section: Programming/Python
 
 Format: HTML
-Index: /usr/share/doc/python-epr-doc/html/index.html
-Files: /usr/share/doc/python-epr-doc/html/*.html
+Index: /usr/share/doc/python-epr/html/index.html
+Files: /usr/share/doc/python-epr/html/*.html


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ SPHINXOPTS += -D html_last_updated_fmt=\"$(BUILD_DATE)\"
 
 # Get the supported Python versions
 #PY2VERS=$(shell pyversions -vr)
-PY3VERS=$(shell py3versions -vr)
+#PY3VERS=$(shell py3versions -vr)
 
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -80,9 +80,16 @@ ifeq (,$(findstring nodoc,$(DEB_BUILD_OPTIONS)))
 else
 	mkdir -p doc/html
 endif
-	dh_installdocs
+	dh_installdocs -ppython-epr-doc --doc-main-package=python-epr
+	dh_installdocs --remaining-packages
+
+
+override_dh_installexamples:
+	dh_installexamples -ppython-epr-doc --doc-main-package=python-epr
+	dh_installexamples --remaining-packages
 
 
 .PHONY: override_dh_gencontrol override_dh_auto_clean override_dh_auto_test \
         override_dh_strip override_dh_installchangelogs override_dh_compress \
-        dh_sphinxdoc override_dh_installdocs
+        override_dh_sphinxdoc override_dh_installdocs override_dh_installexamples
+



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/compare/8828dc21ae21bc268de258a46326871b36163411...298e06df4a2c182032f50a168ed2094acfe1cd4d

---
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyepr/compare/8828dc21ae21bc268de258a46326871b36163411...298e06df4a2c182032f50a168ed2094acfe1cd4d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20180210/d28bab27/attachment-0001.html>


More information about the Pkg-grass-devel mailing list