[Python-modules-commits] [django-bitfield] 12/18: Add Python3 support through a separate package.

Michael Fladischer fladi at moszumanska.debian.org
Mon Jan 11 11:55:10 UTC 2016


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

fladi pushed a commit to branch master
in repository django-bitfield.

commit 6e83e9f44609c2af7c6b841439a13306aeface48
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Jun 26 10:58:28 2015 +0200

    Add Python3 support through a separate package.
---
 debian/control | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/control b/debian/control
index f824ce9..bc97627 100644
--- a/debian/control
+++ b/debian/control
@@ -32,3 +32,16 @@ Description: Django module implementing BitFields
  .
  The custom field provides syntatic sugar for accessing those flags
  easily from a Django application.
+
+Package: python3-django-bitfield
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: Django module implementing BitFields (Python3 version)
+ django-bitfield provides a custom field which allows various bits to be
+ stored inside one fixed-width BigIntegerField.
+ .
+ The custom field provides syntatic sugar for accessing those flags
+ easily from a Django application.
+ .
+ This package contains the Python 3 version of the library.

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



More information about the Python-modules-commits mailing list