--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package python-django-contact-form/1.3-1+deb9u1
- From: Adrian Bunk <bunk@debian.org>
- Date: Mon, 19 Mar 2018 22:25:45 +0200
- Message-id: <152149114582.23458.5586466487187631034.reportbug@localhost>
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@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.000000000 +0200
+++ python-django-contact-form-1.3/debian/changelog 2018-03-19 22:19:02.000000000 +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 <bunk@debian.org> 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.000000000 +0200
+++ python-django-contact-form-1.3/debian/control 2018-03-19 22:19:02.000000000 +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
--- End Message ---
--- Begin Message ---
- To: Adrian Bunk <bunk@debian.org>, 893549-done@bugs.debian.org
- Subject: Re: Bug#893549: stretch-pu: package python-django-contact-form/1.3-1+deb9u1
- From: Julien Cristau <jcristau@debian.org>
- Date: Sun, 26 Apr 2020 18:00:36 +0200
- Message-id: <20200426160036.GA12106@chou>
- In-reply-to: <20180402104745.jakwepvatkjcbxd5@betterave.cristau.org>
- References: <152149114582.23458.5586466487187631034.reportbug@localhost> <20180402100919.ilful3jjufegcx3i@betterave.cristau.org> <152149114582.23458.5586466487187631034.reportbug@localhost> <20180402103717.GJ9516@localhost> <152149114582.23458.5586466487187631034.reportbug@localhost> <20180402104745.jakwepvatkjcbxd5@betterave.cristau.org>
On Mon, Apr 02, 2018 at 12:47:45PM +0200, Julien Cristau wrote:
> 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.
>
Closing this again.
Cheers,
Julien
--- End Message ---