~barry/ubuntu/oneiric/chardet/bug-788514

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski, Sandro Tosi, Piotr Ożarowski
  • Date: 2009-11-11 14:14:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091111141410-jo1aglxq74tuig2j
Tags: 2.0.1-1
[ Sandro Tosi ]
* Switch Vcs-Browser field to viewsvn

[ Piotr Ożarowski ]
* New upstream release (no changes in the code)
* Add /usr/bin/chardet (thanks to Ben Finney, closes: #479178)
* Convert package to dh sequencer and python-support
* debian/watch file updated (now points to the Python 2.X version)
* Bump Standards-Version to 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Piotr Ożarowski <piotr@debian.org>
5
5
Uploaders: Mark Pilgrim <mark@diveintomark.org>, Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
6
 
Build-Depends: python (>= 2.3.5-11), debhelper (>= 5.0.37.2), cdbs (>= 0.4.43)
7
 
Build-Depends-Indep: python-all-dev, python-central (>= 0.5.6)
8
 
Standards-Version: 3.7.3
 
6
Build-Depends: python (>= 2.3.5-11), debhelper (>= 7)
 
7
Build-Depends-Indep: python-support
 
8
Standards-Version: 3.8.3
9
9
Homepage: http://chardet.feedparser.org/
 
10
Vcs-Svn: svn://svn.debian.org/python-modules/packages/chardet/trunk
 
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/chardet/trunk/
10
12
XS-Python-Version: all
11
 
Vcs-Svn: svn://svn.debian.org/python-modules/packages/chardet/trunk
12
 
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/chardet/trunk/?op=log
13
13
 
14
14
Package: python-chardet
15
15
Architecture: all
16
 
XB-Python-Version: ${python:Versions}
17
 
Depends: ${python:Depends}
 
16
Depends: python, ${python:Depends}, ${misc:Depends}
18
17
Description: universal character encoding detector
19
18
 Chardet takes a sequence of bytes in an unknown character encoding, and
20
19
 attempts to determine the encoding.