File: control

package info (click to toggle)
python-unac 1.7.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 76 kB
  • ctags: 16
  • sloc: ansic: 44; python: 32; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: python-unac
Section: libs
Priority: optional
Maintainer: Lukáš Lalinský <lalinsky@gmail.com>
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python-all-dev (>= 2.3.5-11), libunac1-dev
Standards-Version: 3.7.2

Package: python-unac
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Library to remove accents from string or character
 Unac is a programmer's library that removes accents from a string.
 .
 This package contains Python bindings for the original C library.