1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: wordpress
Section: web
Priority: optional
Maintainer: Craig Small <csmall@debian.org>
Rules-Requires-Root: binary-targets
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13), dh-linktree
Build-Depends-Indep: gettext,
libjs-backbone,
libjs-cropper,
libjs-jquery (>= 1.11.3),
libjs-jquery-form,
libjs-jquery-ui,
libjs-lodash,
libjs-underscore,
php-getid3 (>= 1.9.8-2),
perl
Homepage: https://wordpress.org
Vcs-Browser: https://salsa.debian.org/debian/wordpress
Vcs-Git: https://salsa.debian.org/debian/wordpress.git
Package: wordpress
Architecture: all
Depends: apache2 | httpd,
libapache2-mod-php | php,
ca-certificates,
default-mysql-client | virtual-mysql-client,
php-gd,
php-mysql | php-mysqlnd,
${misc:Depends}
Recommends: wordpress-l10n,
wordpress-theme-twentytwentyfive
Suggests: default-mysql-server | virtual-mysql-server,
php-curl, php-xml, php-imagick, php-mbstring, php-ssh2,
php-zip
Description: weblog manager
WordPress is a full featured web blogging tool:
* Instant publishing (no rebuilding)
* Comment pingback support with spam protection
* Non-crufty URLs
* Themable
* Plugin support
Package: wordpress-l10n
Section: localization
Architecture: all
Depends: wordpress (= ${source:Version}), ${misc:Depends}
Description: weblog manager - language files
WordPress is a full featured web blogging tool:
* Instant publishing (no rebuilding)
* Comment pingback support with spam protection
* Non-crufty URLs
* Themable
* Plugin support
This package contains WordPress language files
Package: wordpress-theme-twentytwentythree
Architecture: all
Multi-Arch: foreign
Enhances: wordpress
Depends: ${misc:Depends}
Description: weblog manager - twentytwentythree theme files
WordPress is a full featured web blogging tool:
* Instant publishing (no rebuilding)
* Comment pingback support with spam protection
* Non-crufty URLs
* Themable
* Plugin support
This package contains WordPress twentytwentythree theme files
NOTE: This theme requires access to public CDNs for use of
some font or CSS files.
Package: wordpress-theme-twentytwentyfour
Architecture: all
Multi-Arch: foreign
Enhances: wordpress
Depends: ${misc:Depends}
Description: weblog manager - twentytwentyfour theme files
WordPress is a full featured web blogging tool:
* Instant publishing (no rebuilding)
* Comment pingback support with spam protection
* Non-crufty URLs
* Themable
* Plugin support
This package contains WordPress twentytwentyfour theme files
NOTE: This theme requires access to public CDNs for use of
some font or CSS filesfour
Package: wordpress-theme-twentytwentyfive
Architecture: all
Multi-Arch: foreign
Enhances: wordpress
Depends: ${misc:Depends}
Description: weblog manager - twentytwentyfive theme files
WordPress is a full featured web blogging tool:
* Instant publishing (no rebuilding)
* Comment pingback support with spam protection
* Non-crufty URLs
* Themable
* Plugin support
This package contains WordPress twentytwentyfive theme files
NOTE: This theme requires access to public CDNs for use of
some font or CSS files.
|