File: control

package info (click to toggle)
django-stronghold 0.3.0%2Bdebian-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: python: 400; makefile: 136
file content (43 lines) | stat: -rw-r--r-- 1,493 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
40
41
42
43
Source: django-stronghold
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sunil Mohan Adapa <sunil@medhas.org>, Federico Ceratto <federico@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep:
 dh-python
 , python-all
 , python-django
 , python-mock
 , python-setuptools
 , python3-all
 , python3-django
 , python3-mock
 , python3-setuptools
Standards-Version: 4.1.3
Homepage: http://mikegrouchy.com/django-stronghold/
Vcs-Git: https://salsa.debian.org/debian/django-stronghold.git
Vcs-Browser: https://salsa.debian.org/debian/django-stronghold
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-django-stronghold
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
 , python-django
Provides: ${python:Provides}
Recommends: ${python:Recommends}
Description: Django app to make all views default login_required
 Stronghold is a very small and easy to use Django app that makes all
 your Django project default to require login for all of your views.

Package: python3-django-stronghold
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
 , python3-django
Provides: ${python3:Provides}
Recommends: ${python3:Recommends}
Description: Python3 Django app to make all views default login_required
 Stronghold is a very small and easy to use Django app that makes all
 your Django project default to require login for all of your views.
 This is the Python3 package