[Python-modules-commits] [django-simple-redis-admin] 06/06: Add missing depends on python-django

Scott Kitterman kitterman at moszumanska.debian.org
Tue Nov 15 05:04:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository django-simple-redis-admin.

commit eb3d7f4d5f2c82025ae22ad036ff66b3486947a0
Author: Scott Kitterman <scott at kitterman.com>
Date:   Tue Nov 15 00:01:53 2016 -0500

    Add missing depends on python-django
---
 debian/control | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 50b8a4f..e64c7f3 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-simp
 Package: python-django-redis-admin
 Architecture: all
 Depends:
+ python-django,
  ${misc:Depends},
  ${python:Depends}
+Enhances: python-django
 Description: Django admin panel add-on to view/delete Redis keys (Python 2)
  `django-simple-redis-admin` is an addition to your Django admin panel that
  allows you to view and delete your Redis keys.
@@ -33,8 +35,10 @@ Description: Django admin panel add-on to view/delete Redis keys (Python 2)
 Package: python3-django-redis-admin
 Architecture: all
 Depends:
+ python3-django,
  ${misc:Depends},
  ${python3:Depends}
+Enhances: python3-django
 Description: Django admin panel add-on to view/delete Redis keys (Python 3)
  `django-simple-redis-admin` is an addition to your Django admin panel that
  allows you to view and delete your Redis keys.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-simple-redis-admin.git



More information about the Python-modules-commits mailing list