| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 
 | Source: python-django-bootstrap-form
Section: python
Priority: optional
Maintainer: FreedomBox Packaging Team <freedombox-pkg-team@lists.alioth.debian.org>
Uploaders:
 Sunil Mohan Adapa <sunil@medhas.org>,
 Federico Ceratto <federico@debian.org>,
 James Valleroy <jvalleroy@mailbox.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-sphinx
Build-Depends-Indep:
 python3-django,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/freedombox-team/python-django-bootstrap-form
Vcs-Git: https://salsa.debian.org/freedombox-team/python-django-bootstrap-form.git
Homepage: https://github.com/tzangms/django-bootstrap-form
Rules-Requires-Root: no
Package: python-django-bootstrapform-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Replaces: python-bootstrapform-doc (<< 3.4-4)
Breaks: python-bootstrapform-doc (<< 3.4-4)
Description: generate twitter-bootstrap form output for django form - doc
 Django bootstrap form generates twitter-bootstrap form output for django form.
 A simple Django template tag to work with twitter bootstrap.
 .
 This package contains the documentation.
Package: python3-django-bootstrapform
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Replaces: python3-bootstrapform (<< 3.4-4)
Breaks: python3-bootstrapform (<< 3.4-4)
Description: generate twitter-bootstrap form output for django form - Python 3.x
 Django bootstrap form generates twitter-bootstrap form output for django form.
 A simple Django template tag to work with twitter bootstrap.
 .
 This package contains the Python 3.x module.
Package: python3-bootstrapform
Depends: python3-django-bootstrapform, ${misc:Depends}
Architecture: all
Section: oldlibs
Description: transitional package for python3-django-bootstrapform
 This is a transitional package and can safely be removed.
Package: python-bootstrapform-doc
Depends: python-django-bootstrapform-doc, ${misc:Depends}
Architecture: all
Section: oldlibs
Multi-Arch: foreign
Description: transitional package for python-django-bootstrapform-doc
 This is a transitional package and can safely be removed.
 |