File: control

package info (click to toggle)
python-bibtex 1.2.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 376 kB
  • ctags: 616
  • sloc: ansic: 2,832; yacc: 372; python: 225; lex: 175; makefile: 53
file content (22 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: python-bibtex
Section: python
Priority: optional
Maintainer: Chris Lawrence <lawrencc@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-10), libglib2.0-dev, librecode-dev, python-central (>= 0.4.17)
XS-Python-Version: all
Standards-Version: 3.7.2

Package: python-bibtex
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Conflicts: librecode0 (<< 3.6-10), pybliographer (<< 1.2.7-1)
Description: Python interfaces to BibTeX and the GNU Recode library
 This module contains two extensions needed for pybliographer:
 .
  * a BibTeX parser
  * a simple binding to GNU Recode
 .
 However, it may be useful to programmers working on other projects as
 well.