From a23d2f84105641d0c1b466ee4b5c033e1ad41835 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 24 Oct 2015 18:06:27 +0530 Subject: Add other needed debian files --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/control.in | 54 ++++++++++++++++++++++++++++++++++++++++++++++ debian/source/format | 1 + 5 files changed, 122 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/control.in create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5dba707 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +fonts-roboto (0~20151012-1) UNRELEASED; urgency=medium + + * Package split from fonts-android source, now tracks new upstream code + location. + + -- Vasudev Kamath Sat, 24 Oct 2015 13:24:52 +0530 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..301160a --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 \ No newline at end of file diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a7acd02 --- /dev/null +++ b/debian/control @@ -0,0 +1,60 @@ +Source: fonts-roboto +Priority: optional +Section: fonts +Build-Depends: cdbs, + devscripts, + debhelper, + dh-buildinfo, + libregexp-assemble-perl, + libimage-exiftool-perl, + libfont-ttf-perl +Maintainer: Debian Fonts Task Force +Uploaders: Vasudev Kamath +Standards-Version: 3.9.6 +Homepage: https://github.com/google/roboto +Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/fonts-roboto.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fonts/fonts-roboto.git + +Package: fonts-roboto +Architecture: all +Multi-Arch: foreign +Depends: fonts-roboto-hinted +Recommends: 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 + language, Material Design. + . + Roboto supports all Latin, Cyrillic, and Greek charachters in Unicode + 7.0 as well as currency symbol for the Georgian lari, to be published + in Unicode 8.0. + +Package: fonts-roboto-hinted +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Google's signature family of fonts (hinted) + 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. + . + Roboto supports all Latin, Cyrillic, and Greek charachters in Unicode + 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. + +Package: fonts-roboto-unhinted +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Google's signature family of fonts (unhinted) + 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. + . + Roboto supports all Latin, Cyrillic, and Greek charachters in Unicode + 7.0 as well as currency symbol for the Georgian lari, to be published + in Unicode 8.0. + . + This package contain Roboto font families which lack hinting. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..bc1081e --- /dev/null +++ b/debian/control.in @@ -0,0 +1,54 @@ +Source: fonts-roboto +Priority: optional +Section: fonts +Build-Depends: @cdbs@ +Maintainer: Debian Fonts Task Force +Uploaders: Vasudev Kamath +Standards-Version: 3.9.6 +Homepage: https://github.com/google/roboto +Vcs-Git: https://anonscm.debian.org/git/pkg-fonts/fonts-roboto.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-fonts/fonts-roboto.git + +Package: fonts-roboto +Architecture: all +Multi-Arch: foreign +Depends: fonts-roboto-hinted +Recommends: 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 + language, Material Design. + . + Roboto supports all Latin, Cyrillic, and Greek charachters in Unicode + 7.0 as well as currency symbol for the Georgian lari, to be published + in Unicode 8.0. + +Package: fonts-roboto-hinted +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Google's signature family of fonts (hinted) + 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. + . + Roboto supports all Latin, Cyrillic, and Greek charachters in Unicode + 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. + +Package: fonts-roboto-unhinted +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Google's signature family of fonts (unhinted) + 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. + . + Roboto supports all Latin, Cyrillic, and Greek charachters in Unicode + 7.0 as well as currency symbol for the Georgian lari, to be published + in Unicode 8.0. + . + This package contain Roboto font families which lack hinting. diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..46ebe02 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) \ No newline at end of file -- cgit v1.2.3