diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:56:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 07:56:53 +0000 |
commit | a9c818418b81b93680170e1a84d4e221e578ad2f (patch) | |
tree | 5b883aa428f1edb12f5d40f9768438ee16a7ed6b /debian/control | |
parent | Adding upstream version 6.4.3+dfsg1. (diff) | |
download | wordpress-a9c818418b81b93680170e1a84d4e221e578ad2f.tar.xz wordpress-a9c818418b81b93680170e1a84d4e221e578ad2f.zip |
Adding debian version 6.4.3+dfsg1-1.debian/6.4.3+dfsg1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f8c56dc --- /dev/null +++ b/debian/control @@ -0,0 +1,101 @@ +Source: wordpress +Section: web +Priority: optional +Maintainer: Craig Small <csmall@debian.org> +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-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-twentytwentythree +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-twentytwentytwo +Architecture: all +Multi-Arch: foreign +Enhances: wordpress +Depends: ${misc:Depends} +Description: weblog manager - twentytwentytwo 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 twentytwentytwo theme files + NOTE: This theme requires access to public CDNs for use of + some font or CSS 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 |