~ubuntu-branches/ubuntu/utopic/authres/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-08-11 11:04:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811110400-yz13a80vi0j3lo04
Tags: 0.2-1
* New upstream release
  - Completely reworked API
  - Update debian/copyright
  - Supports python3
* Simplify clean rule
* Add python3-authres package
  - Add to debian/control
  - Add python3-all-dev to build-depends
  - Adjust debian/rules
  - Add debian/python3-authres.docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Scott Kitterman <scott@kitterman.com>
5
5
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
6
 
Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~)
 
6
Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2~), python3-all (>= 3.1.2-10~)
7
7
Standards-Version: 3.9.2
8
8
Homepage: https://launchpad.net/authentication-results-python
9
9
X-Python-Version: >= 2.6
13
13
Package: python-authres
14
14
Architecture: all
15
15
Depends: ${python:Depends}, ${misc:Depends}
16
 
Description: RFC 5451 Authentication Results Header manipulation Python module
17
 
 Python module to create and decode RFC 5451 Authentication Results headers.
18
 
 .
19
 
 The module currently provides a class for creating RFC compliant headers for
20
 
 use in Python applications. Future releases will also provide a class for
21
 
 decoding Authentication Results headers. 
 
16
Description: RFC 5451 Authentication Results Header manipulation for Python
 
17
 Python module to create and parse RFC 5451 Authentication Results headers.
 
18
 .
 
19
 The module provides a class for creating and parsing RFC compliant headers
 
20
 for use in Python applications.
 
21
 .
 
22
 http://tools.ietf.org/rfc/rfc5451.txt
 
23
 
 
24
Package: python3-authres
 
25
Architecture: all
 
26
Depends: ${python3:Depends}, ${misc:Depends}
 
27
Description: RFC 5451 Authentication Results Header manipulation for Python3
 
28
 Python3 module to create and parse RFC 5451 Authentication Results headers.
 
29
 .
 
30
 The module provides a class for creating and parsing RFC compliant headers
 
31
 for use in Python3 applications.
22
32
 .
23
33
 http://tools.ietf.org/rfc/rfc5451.txt