~ubuntu-branches/ubuntu/vivid/python-django-audit-log/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Brian May
  • Date: 2015-02-03 09:52:49 UTC
  • Revision ID: package-import@ubuntu.com-20150203095249-6x6oi7b75ci2fxdy
Tags: 0.7.0-1
Initial release (Closes: 776892).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: python-django-audit-log
 
2
Section: python
 
3
Priority: optional
 
4
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 
5
Uploaders: Brian May <bam@debian.org>
 
6
Build-Depends: debhelper (>=8.1.0), dh-python,
 
7
 python-all (>= 2.6.6-3~), python-setuptools, python-django (>= 1.6),
 
8
 python3-all, python3-setuptools, python3-django (>= 1.6),
 
9
Standards-Version: 3.9.6
 
10
X-Python-Version: >= 2.7
 
11
Homepage: https://github.com/Atomidata/django-audit-log
 
12
 
 
13
Package: python-django-audit-log
 
14
Architecture: all
 
15
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.6)
 
16
Description: Django app to track changes to models
 
17
 This python package will automatically track and record all changes to a
 
18
 Django model.
 
19
 
 
20
Package: python3-django-audit-log
 
21
Architecture: all
 
22
Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.6)
 
23
Description: Django app to track changes to models
 
24
 This python package will automatically track and record all changes to a
 
25
 Django model.