control 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. Source: spectacle
  2. Section: devel
  3. Priority: optional
  4. Maintainer: Philippe Coval <rzr@gna.org>
  5. Build-Depends: debhelper (>= 9)
  6. Build-Depends-Indep: python (>= 2.3.5-7),
  7. dh-python,
  8. python-cheetah, markdown
  9. X-Python-Version: >= 2.3
  10. Standards-Version: 3.9.5
  11. Homepage: http://meego.gitorious.org/meego-developer-tools/spectacle
  12. Package: spectacle
  13. Architecture: all
  14. Depends: ${misc:Depends}, ${python:Depends},
  15. python-cheetah, python-urlgrabber, python-yaml
  16. Suggests: meego-packaging-tools | packaging-tools
  17. Description: RPM Spec file generator and management tool
  18. Spectacle is a tool for managing and creating RPM spec files. It includes the
  19. tool to generate spec files from metadata file in YAML format, and tools to
  20. convert spec files or spec-builder's ini files to YAML format.
  21. .
  22. For spectacle managed packages, all generic packaging information will be
  23. stored in the YAML file, and it also allows maintaining customizations in the
  24. spec file directly with special enclosure tags.
  25. .
  26. The following tools are installed:
  27. * specify
  28. the tool to generate or to update spec file, based on YAML
  29. * ini2spectacle
  30. the tool to convert spec-builder .ini to YAML and new spec file
  31. * spec2spectacle
  32. the tool to convert original spec to YAML and new spec file