[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#877722: stretch-pu: package gunicorn/19.6.0-10+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

I'd like update gunicorn in stable to fix an issue where installing
gunicorn brings a compilers as dependenciess:

Diff (with further explanation) is:

  diff --git a/debian/changelog b/debian/changelog
  index d6473f3..507009e 100644
  --- a/debian/changelog
  +++ b/debian/changelog
  @@ -1,3 +1,17 @@
  +gunicorn (19.6.0-10+deb9u1) stable; urgency=medium
  +
  +  * Drop unnecessary Pre-Depends on dpkg-dev which was causing gunicorn and
  +    python-gunicorn to bring in a compiler as dependencies.
  +
  +    It was orignally added as dpkg-maintscript-helper was being used in the
  +    preinst script, requires a pre-dependency to ensure that the required
  +    version of dpkg has been unpacked before. However, this version of
  +    dpkg-dev is satisfiable in stretch.
  +
  +    Thanks to Neil Williams for the bug report. (Closes: #877712)
  +
  + -- Chris Lamb <lamby@debian.org>  Wed, 04 Oct 2017 21:11:20 +0100
  +
   gunicorn (19.6.0-10) unstable; urgency=medium
   
     * Move debian/README.Debian → debian/NEWS.
  diff --git a/debian/control b/debian/control
  index 3b0c8fe..3d060b8 100644
  --- a/debian/control
  +++ b/debian/control
  @@ -19,7 +19,6 @@ Homepage: http://gunicorn.org/
   
   Package: gunicorn
   Architecture: all
  -Pre-Depends: dpkg-dev (>= 1.15.7.2)
   Depends:
    python-gunicorn (= ${binary:Version}),
    python-pkg-resources,
  @@ -83,7 +82,6 @@ Description: Event-based HTTP/WSGI server (Python 3 version)
   
   Package: python-gunicorn
   Architecture: all
  -Pre-Depends: dpkg-dev (>= 1.15.7.2)
   Depends:
    python-pkg-resources,
    python-setuptools,
  @@ -138,7 +136,6 @@ Description: Event-based HTTP/WSGI server (Python 3 libraries)
   
   Package: gunicorn-examples
   Architecture: all
  -Pre-Depends: dpkg-dev (>= 1.15.7.2)
   Depends:
    ${misc:Depends},
    ${python3:Depends},


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-


Reply to: