[SCM] pyepr branch, master, updated. upstream/0.6.1-48-gb9f78ba

Antonio Valentino antonio.valentino at tiscali.it
Tue Aug 20 11:13:52 UTC 2013


The following commit has been merged in the master branch:
commit b857b71f9850838bbc458b4c76fef3f88c15353f
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Aug 17 08:31:11 2013 +0000

    Removed unnecessary  from non-doc packages

diff --git a/debian/changelog b/debian/changelog
index afaaa45..65adb28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pyepr (0.6.1-4) UNRELEASED; urgency=low
   * Build-depend from debhelper (>= 9)
   * Fixed formatting of copyright file
   * Removed unnecessary versioned dependency from libepr-api2-dev (>= 2.2)
+  * Removed unnecessary "${sphinxdoc:Depends}" from non-doc packages 
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Thu, 20 Jun 2013 17:52:19 +0000
 
diff --git a/debian/control b/debian/control
index ea2c4ae..1a60c22 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/pyepr.git
 Package: python-epr
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
-         ${sphinxdoc:Depends}, python-numpy
+         python-numpy
 Provides: ${python:Provides}
 Suggests: python-epr-doc
 Description: Python ENVISAT Product Reader API (Python 2)
@@ -42,7 +42,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
-         ${sphinxdoc:Depends}, python-epr (= ${binary:Version})
+         python-epr (= ${binary:Version})
 Provides: ${python:Provides}
 Recommends: python-numpy-dbg
 Description: Python ENVISAT Product Reader API (debug extension for Python 2)
@@ -61,7 +61,7 @@ Description: Python ENVISAT Product Reader API (debug extension for Python 2)
 Package: python3-epr
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
-         ${sphinxdoc:Depends}, python3-numpy
+         python3-numpy
 Provides: ${python3:Provides}
 Suggests: python-epr-doc
 Description: Python ENVISAT Product Reader API (Python 3)
@@ -82,7 +82,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
-         ${sphinxdoc:Depends}, python3-epr (= ${binary:Version})
+         python3-epr (= ${binary:Version})
 Provides: ${python3:Provides}
 Recommends: python-numpy-dbg
 Description: Python ENVISAT Product Reader API (debug extension for Python 3)

-- 
Python ENVISAT Product Reader API



More information about the Pkg-grass-devel mailing list