File: control

package info (click to toggle)
python-bibtex 1.2.4-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 392 kB
  • ctags: 613
  • sloc: ansic: 2,834; yacc: 372; python: 247; lex: 175; makefile: 53
file content (23 lines) | stat: -rw-r--r-- 805 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
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.8.0
Homepage: http://pybliographer.org/

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.