summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2019-02-06 13:05:59 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-02-06 13:23:26 +0100
commit84ef4fa1abe7d575d56720e7078ae77c0420afed (patch)
tree3f90611de136297a3db9f09089f29ca6e20609c9 /debian
parent6d875775abe2e4ce65f850bcc6c4761180f5e886 (diff)
Deprecate hinted fonts
Diffstat (limited to 'debian')
-rw-r--r--debian/control11
-rw-r--r--debian/control.in11
-rw-r--r--debian/fonts-roboto-hinted.install1
-rw-r--r--debian/fonts-roboto-hinted.lintian-overrides2
4 files changed, 14 insertions, 11 deletions
diff --git a/debian/control b/debian/control
index cde73eb..d85d1fd 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Package: fonts-roboto
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
- fonts-roboto-hinted
+ fonts-roboto-unhinted
Description: metapackage to pull in Roboto fonts
Roboto is Google's signature family of fonts, the default font in
Android and ChromeOS and the recommended font for Google's visual
@@ -31,10 +31,11 @@ Description: metapackage to pull in Roboto fonts
in Unicode 8.0.
Package: fonts-roboto-hinted
+Section: oldlibs
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}
-Description: Google's signature family of fonts (hinted)
+Depends: fonts-roboto-unhinted (>= 0~20170802~)
+Description: Google's signature family of fonts (transitional package)
Roboto is Google's signature family of fonts, the default font in
Android and ChromeOS and the recommended font for Google's visual
language, Material Design.
@@ -43,11 +44,13 @@ Description: Google's signature family of fonts (hinted)
7.0 as well as currency symbol for the Georgian lari, to be published
in Unicode 8.0.
.
- This package contains Roboto font families with hinting.
+ This package previously contained Roboto font families with hinting.
+ It is now dummy and can be safely removed.
Package: fonts-roboto-unhinted
Architecture: all
Multi-Arch: foreign
+Breaks: fonts-roboto-hinted (<< 0~20170802~)
Depends: ${misc:Depends}
Description: Google's signature family of fonts (unhinted)
Roboto is Google's signature family of fonts, the default font in
diff --git a/debian/control.in b/debian/control.in
index 5bed025..2777f05 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,7 +14,7 @@ Package: fonts-roboto
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
- fonts-roboto-hinted
+ fonts-roboto-unhinted
Description: metapackage to pull in Roboto fonts
Roboto is Google's signature family of fonts, the default font in
Android and ChromeOS and the recommended font for Google's visual
@@ -25,10 +25,11 @@ Description: metapackage to pull in Roboto fonts
in Unicode 8.0.
Package: fonts-roboto-hinted
+Section: oldlibs
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}
-Description: Google's signature family of fonts (hinted)
+Depends: fonts-roboto-unhinted (>= 0~20170802~)
+Description: Google's signature family of fonts (transitional package)
Roboto is Google's signature family of fonts, the default font in
Android and ChromeOS and the recommended font for Google's visual
language, Material Design.
@@ -37,11 +38,13 @@ Description: Google's signature family of fonts (hinted)
7.0 as well as currency symbol for the Georgian lari, to be published
in Unicode 8.0.
.
- This package contains Roboto font families with hinting.
+ This package previously contained Roboto font families with hinting.
+ It is now dummy and can be safely removed.
Package: fonts-roboto-unhinted
Architecture: all
Multi-Arch: foreign
+Breaks: fonts-roboto-hinted (<< 0~20170802~)
Depends: ${misc:Depends}
Description: Google's signature family of fonts (unhinted)
Roboto is Google's signature family of fonts, the default font in
diff --git a/debian/fonts-roboto-hinted.install b/debian/fonts-roboto-hinted.install
deleted file mode 100644
index 9631497..0000000
--- a/debian/fonts-roboto-hinted.install
+++ /dev/null
@@ -1 +0,0 @@
-hinted/*.ttf /usr/share/fonts/truetype/roboto/hinted/ \ No newline at end of file
diff --git a/debian/fonts-roboto-hinted.lintian-overrides b/debian/fonts-roboto-hinted.lintian-overrides
deleted file mode 100644
index 4376176..0000000
--- a/debian/fonts-roboto-hinted.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# This will replace existing fonts-robto package
-fonts-roboto-hinted: duplicate-font-file \ No newline at end of file