File: control

package info (click to toggle)
django-compat 1.0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 252 kB
  • ctags: 165
  • sloc: python: 1,416; makefile: 13; sh: 2
file content (39 lines) | stat: -rw-r--r-- 1,808 bytes parent folder | download
1
2
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
Source: django-compat
Maintainer: Debian LAVA team <pkg-linaro-lava-devel@lists.alioth.debian.org>
Uploaders: Senthil Kumaran S (stylesen) <stylesen@gmail.com>,
 Neil Williams <codehelp@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9), dh-python,
 python | python-all (>= 2.6.6-3) | python-dev | python-all-dev,
 python-setuptools (>= 0.6b3), python-django, python-six, python-django-nose,
 python3 | python3-all | python3-dev | python3-all-dev, python3-setuptools,
 python3-django, python3-six, python3-django-nose
X-Python-Version: >=2.7
Testsuite: autopkgtest
Standards-Version: 3.9.7
Homepage: https://github.com/arteria/django-compat
Vcs-Git: https://github.com/Linaro/pkg-django-compat.git
Vcs-Browser: https://github.com/Linaro/pkg-django-compat.git

Package: python-django-compat
Architecture: all
Depends: python-six, ${misc:Depends}, ${python:Depends}
Description: Forward and backwards compatibility layer for Django 1.4.x to 1.9.x
 This module provides a backwards compatibility layer for Django versions which
 helps in the following:
  1. Be able to use the LTS versions of Django and support newer versions in
     your app
  2. Use features from newer Django versions in an old one
  3. Manage and master the gap between different framework versions

Package: python3-django-compat
Architecture: all
Depends: python3-six, ${misc:Depends}, ${python3:Depends}
Description: Forward and backwards compatibility layer for Django 1.4.x to 1.9.x
 This module provides a backwards compatibility layer for Django versions which
 helps in the following:
  1. Be able to use the LTS versions of Django and support newer versions in
     your app
  2. Use features from newer Django versions in an old one
  3. Manage and master the gap between different framework versions