/debian/control
#! | 83 lines | 73 code | 10 blank | 0 comment | 0 complexity | c96b9286fa82ba4f9687db4a83c84e82 MD5 | raw file
1Source: libertyeiffel 2Section: devel 3Priority: extra 4Maintainer: Cyril Adrian <cyril.adrian@gmail.com> 5Build-Depends: debhelper (>= 7) 6Standards-Version: 3.8.3 7Homepage: http://liberty-eiffel.blogspot.com/ 8 9 10Package: libertyeiffel-tools 11Architecture: any 12Depends: ${shlibs:Depends}, ${misc:Depends}, libertyeiffel-core-libs, gcc 13Recommends: libertyeiffel-extra-libs 14Suggests: libertyeiffel-tools-src, emacs 15Description: The Liberty Eiffel tools 16 Liberty Eiffel is the proud successor of SmartEiffel, also formerly 17 known as the GNU Eiffel compiler. 18 Since the original maintainer lost interest, and the community has to 19 be rebuilt with a new purpose, the name was also changed. 20 Note that the name "Liberty" was chosen as a not-so-subtle to the 21 Liberty Tower, which innards were designed by Gustave Eiffel, the 22 French engineer. 23 This package provides the core tools: compiler, pretty printer, 24 documenter, tester, and so on. 25 26 27Package: libertyeiffel-tools-src 28Architecture: all 29Recommends: libertyeiffel-tools 30Description: The Liberty Eiffel tools source 31 Liberty Eiffel is the proud successor of SmartEiffel, also formerly 32 known as the GNU Eiffel compiler. 33 Since the original maintainer lost interest, and the community has to 34 be rebuilt with a new purpose, the name was also changed. 35 Note that the name "Liberty" was chosen as a not-so-subtle to the 36 Liberty Tower, which innards were designed by Gustave Eiffel, the 37 French engineer. 38 This package provides the Eiffel source of the Liberty Eiffel tools. 39 40 41Package: libertyeiffel-tools-doc 42Architecture: all 43Recommends: libertyeiffel-tools 44Description: The Liberty Eiffel tools source 45 Liberty Eiffel is the proud successor of SmartEiffel, also formerly 46 known as the GNU Eiffel compiler. 47 Since the original maintainer lost interest, and the community has to 48 be rebuilt with a new purpose, the name was also changed. 49 Note that the name "Liberty" was chosen as a not-so-subtle to the 50 Liberty Tower, which innards were designed by Gustave Eiffel, the 51 French engineer. 52 This package provides the documentation for the Liberty Eiffel tools 53 classes. 54 55 56Package: libertyeiffel-core-libs 57Architecture: all 58Recommends: libertyeiffel-tools 59Description: documentation for libertyeiffel 60 Liberty Eiffel is the proud successor of SmartEiffel, also formerly 61 known as the GNU Eiffel compiler. 62 Since the original maintainer lost interest, and the community has to 63 be rebuilt with a new purpose, the name was also changed. 64 Note that the name "Liberty" was chosen as a not-so-subtle to the 65 Liberty Tower, which innards were designed by Gustave Eiffel, the 66 French engineer. 67 This package provides the core libraries needed to compile event the 68 most simple program. 69 70 71Package: libertyeiffel-core-doc 72Architecture: all 73Recommends: libertyeiffel-tools, libertyeiffel-core-libs 74Description: documentation for libertyeiffel 75 Liberty Eiffel is the proud successor of SmartEiffel, also formerly 76 known as the GNU Eiffel compiler. 77 Since the original maintainer lost interest, and the community has to 78 be rebuilt with a new purpose, the name was also changed. 79 Note that the name "Liberty" was chosen as a not-so-subtle to the 80 Liberty Tower, which innards were designed by Gustave Eiffel, the 81 French engineer. 82 This package provides the documentation for the core libraries 83 classes.