Bug#893549: stretch-pu: package python-django-contact-form/1.3-1+deb9u1

2018-04-02 Thread Julien Cristau
On Mon, Apr  2, 2018 at 13:37:17 +0300, Adrian Bunk wrote:

> The missing python3-django dependency is a bug that
> is more than just cosmetical.
> 
I'm not saying it's not a bug, I'm saying users of a django extension
are unlikely to not have django installed, or know to install it.

Cheers,
Julien



Bug#893549: stretch-pu: package python-django-contact-form/1.3-1+deb9u1

2018-04-02 Thread Adrian Bunk
Control: reopen -1

On Mon, Apr 02, 2018 at 12:09:19PM +0200, Julien Cristau wrote:
> On Mon, Mar 19, 2018 at 22:25:45 +0200, Adrian Bunk wrote:
> 
> > Package: release.debian.org
> > Severity: normal
> > Tags: stretch
> > User: release.debian@packages.debian.org
> > Usertags: pu
> > 
> > Fix python3-django-contact-form dependencies:
> > Depends: [-python-django-] {+python3:any (>= 3.3.2-2~), python3-django+} 
> > (>= 1.0)
> 
> Again this seems like it's more cosmetic than anything else and isn't
> likely to bite users in practice.  Doesn't seem worth an update on its
> own (in part because of the number of pending pu requests and limited
> bandwidth).

The python-django dependency is wrong and unnecessary,
but nothing that would justify a pu request.

The missing python3-django dependency is a bug that
is more than just cosmetical.

> Cheers,
> Julien

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed



Bug#893549: stretch-pu: package python-django-contact-form/1.3-1+deb9u1

2018-03-19 Thread Adrian Bunk
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Fix python3-django-contact-form dependencies:
Depends: [-python-django-] {+python3:any (>= 3.3.2-2~), python3-django+} (>= 
1.0)
diff -Nru python-django-contact-form-1.3/debian/changelog 
python-django-contact-form-1.3/debian/changelog
--- python-django-contact-form-1.3/debian/changelog 2016-12-24 
22:36:37.0 +0200
+++ python-django-contact-form-1.3/debian/changelog 2018-03-19 
22:19:02.0 +0200
@@ -1,3 +1,11 @@
+python-django-contact-form (1.3-1+deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Fix incorrect dependencies for
+python3-django-contact-form (Closes: #867426).
+
+ -- Adrian Bunk   Mon, 19 Mar 2018 22:19:02 +0200
+
 python-django-contact-form (1.3-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru python-django-contact-form-1.3/debian/control 
python-django-contact-form-1.3/debian/control
--- python-django-contact-form-1.3/debian/control   2016-12-24 
22:36:12.0 +0200
+++ python-django-contact-form-1.3/debian/control   2018-03-19 
22:19:02.0 +0200
@@ -34,7 +34,7 @@
 Package: python3-django-contact-form
 Architecture: all
 Recommends: python-django-contact-form-doc
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
+Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.0)
 Description: extensible contact-form application for Django (Python 3)
  This is a reusable application which simplifies including a contact form 
within
  Django, the Python web framework. It provides a basic contact form which, once