File: control

package info (click to toggle)
python-bibtex 1.2.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 320 kB
  • ctags: 608
  • sloc: ansic: 2,780; yacc: 372; python: 183; lex: 175; makefile: 51
file content (19 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: python-bibtex
Section: python
Priority: optional
Maintainer: Chris Lawrence <lawrencc@debian.org>
Build-Depends: debhelper (>= 4.0.0), python-dev (>> 2.3), libglib2.0-dev, librecode-dev
Standards-Version: 3.6.1

Package: python-bibtex
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}
Conflicts: librecode0 (<< 3.6-10)
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.