PageRenderTime 103ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/debian/control

http://scim-python.googlecode.com/
#! | 42 lines | 39 code | 3 blank | 0 comment | 0 complexity | d161c6d53560cef7bdf1bfb771085fc2 MD5 | raw file
  1. Source: scim-python
  2. Section: utils
  3. Priority: optional
  4. Maintainer: Kov Chai <tchaikov@gmail.com>
  5. Uploaders: Ming Hua <minghua-guest@users.alioth.debian.org>
  6. XS-Python-Version: >= 2.5
  7. Build-Depends: python-dev (>= 2.5) | python2.5-dev, python-central (>=0.5.6),
  8. python-gtk2-dev, libscim-dev, libxml-parser-perl, debhelper (>= 5.0.38),
  9. intltool-debian, autotools-dev
  10. Standards-Version: 3.7.2
  11. Package: python-scim
  12. Section: python
  13. Architecture: any
  14. Depends: ${python:Depends}, ${shlibs:Depends}, python-gtk2, scim
  15. Suggests: scim-python-chinese, scim-python-english
  16. XB-Python-Version: ${python:Versions}
  17. Provides: ${python:Provides}
  18. Description: Python wrapper for Smart Common Input Method platform
  19. Scim-python enables user to write IM engine with Python on SCIM platform.
  20. .
  21. This package contains a Python wrapper for SCIM platform.
  22. Package: scim-python-chinese
  23. Section: utils
  24. Architecture: all
  25. Depends: ${python:Depends}, python2.5, python2.5-scim
  26. XB-Python-Version: ${python:Versions}
  27. Description: Simplified Chinese IM engine for python-scim
  28. Scim-python enables user to write IM engine with Python on SCIM platform.
  29. .
  30. This package contains a Python Chinese IM engine.
  31. Package: scim-python-english
  32. Section: utils
  33. Architecture: all
  34. Depends: ${python:Depends}, python2.5, python2.5-scim, python2.5-enchant
  35. XB-Python-Version: ${python:Versions}
  36. Description: English IM engine for python-scim
  37. Scim-python enables user to write IM engine with Python on SCIM platform.
  38. .
  39. This package contains a Python English IM engine.