summaryrefslogtreecommitdiff
path: root/libreoffice-tango-iconset/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'libreoffice-tango-iconset/debian/control')
-rw-r--r--libreoffice-tango-iconset/debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/libreoffice-tango-iconset/debian/control b/libreoffice-tango-iconset/debian/control
new file mode 100644
index 0000000..9945685
--- /dev/null
+++ b/libreoffice-tango-iconset/debian/control
@@ -0,0 +1,21 @@
+Source: libreoffice-tango-iconset
+Section: x11
+Priority: optional
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Build-Depends: debhelper-compat (= 12),
+ p7zip
+Standards-Version: 4.5.0
+Homepage: https://extensions.libreoffice.org/en/extensions/show/tango-icon-theme-for-libreoffice
+
+Package: libreoffice-tango-iconset
+Architecture: all
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}
+Replaces: libreoffice-style-tango (<< 1:7.0.0)
+Description: office productivity suite -- Tango symbol style
+ LibreOffice is a full-featured office productivity suite that provides
+ a near drop-in replacement for Microsoft(R) Office.
+ .
+ This package is a custom re-build of the plugin release of the "tango"
+ symbol style that was removed as a built-in component of upstream
+ LibreOffice.
bgstack15