Changeset 11304
- Timestamp:
- 07/20/07 14:58:25 (1 year ago)
- Files:
-
- trunk/midgard/apis/php5/debian/control (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/apis/php5/debian/control
r10169 r11304 1 Source: midgard -php41 Source: midgard2-php5 2 2 Section: web 3 3 Priority: optional … … 5 5 Uploaders: 6 6 Standards-Version: 3.2.1 7 Build-Depends: debhelper (>=3), php 4-dev (>=4.4.2-1), libmidgard9-dev(>=1.8.0), zlib1g-dev, zlib1g-dev8 9 Package: php 4-midgard7 Build-Depends: debhelper (>=3), php5-dev (>=5.2), libmidgard2.0-dev(>=1.9.0alpha), zlib1g-dev, zlib1g-dev 8 9 Package: php5-midgard2 10 10 Section: web 11 11 Architecture: i386 12 Depends: libapache -mod-php4 (>=4.4.2-1) | libapache2-mod-php4 (>=4.4.2-1), php4-cli, libapache-mod-midgard (>=1.8.0) | libapache2-mod-midgard (>=1.8.0), midgard-common, ${shlibs:Depends}13 Suggests: midgard-doc14 Replaces: libapache2-mod-php4-midgard12 Depends: libapache2-mod-php5 (>=5.2.4), php5-cli, libapache2-mod-midgard2 (>=1.9.0alpha), midgard-common, ${shlibs:Depends} 13 Suggests: 14 Replaces: 15 15 Conflicts: 16 16 Recommends: 17 Description: Midgard Content Management System - php4 Module 18 There are several package that, together, provide the Midgard Content 19 Management System: libapache-mod-midgard, libmidgard, php4-midgard. 17 Description: Midgard2 Content Management System - PHP5 Module 20 18 . 21 This package provides Midgard's PHP4 Module. If you intend to use the 22 Midgard Content Management System, you require this package as it provides 23 the glue between PHP4 and the Midgard system. 19 PHP5 language bindings for Midgard2. 20 This package provides Midgard's PHP5 Module. 24 21 . 25 22 Midgard is an Open Source content management system based on Apache and … … 29 26 is separated from content by a style system that enables HTML developers to 30 27 focus on site design while writers focus on articles. 31 32 Package: php5-midgard33 Section: web34 Architecture: i38635 Depends: libapache2-mod-php5 (>=5.1.4), php5-cli, libapache2-mod-midgard (>=1.8.0), midgard-common, ${shlibs:Depends}36 Suggests: midgard-doc37 Replaces: libapache2-mod-php4-midgard38 Conflicts:39 Recommends:40 Description: Midgard Content Management System - PHP5 Module41 There are several package that, together, provide the Midgard Content42 Management System: libapache-mod-midgard, libmidgard, php4-midgard.43 .44 This package provides Midgard's PHP5 Module. If you intend to use the45 Midgard Content Management System, you require this package as it provides46 the glue between PHP5 and the Midgard system.47 .48 Midgard is an Open Source content management system based on Apache and49 MySQL. The system uses PHP as its scripting language. Midgard addresses the50 publishing challenge by providing tools that are based on content organization51 to create a content tree that's similar to a Yahoo style directory. Layout52 is separated from content by a style system that enables HTML developers to53 focus on site design while writers focus on articles.
