[Python-modules-commits] [django-impersonate] 04/05: Add Breaks for Django versions << 1.8~
Scott Kitterman
kitterman at moszumanska.debian.org
Mon Jan 16 20:44:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository django-impersonate.
commit 8ed4675490d6a27f917c617dff14e697112a7d90
Author: Scott Kitterman <scott at kitterman.com>
Date: Mon Jan 16 15:32:46 2017 -0500
Add Breaks for Django versions << 1.8~
---
debian/changelog | 3 ++-
debian/control | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b20678d..3be6ddf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
django-impersonate (1.1-1) UNRELEASED; urgency=medium
* New upstream release
+ * Add Breaks for Django versions << 1.8~
- -- Scott Kitterman <scott at kitterman.com> Mon, 16 Jan 2017 15:23:46 -0500
+ -- Scott Kitterman <scott at kitterman.com> Mon, 16 Jan 2017 15:29:51 -0500
django-impersonate (1.1~a0~hg20161126-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 9e0950b..ec28101 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Architecture: all
Depends:
${misc:Depends},
${python:Depends},
+Breaks: python-django (<< 1.8~)
Description: Django module for superusers to impersonate accounts (Python 2)
Simple Django application to allow superusers to "impersonate" other
non-superuser accounts.
@@ -29,6 +30,7 @@ Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
+Breaks: python3-django (<< 1.8~)
Description: Django module for superusers to impersonate accounts (Python 3)
Simple Django application to allow superusers to "impersonate" other
non-superuser accounts.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-impersonate.git
More information about the Python-modules-commits
mailing list