summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <kamathvasudev@gmail.com>2015-10-24 18:06:27 +0530
committerVasudev Kamath <kamathvasudev@gmail.com>2015-10-24 18:06:27 +0530
commita23d2f84105641d0c1b466ee4b5c033e1ad41835 (patch)
treee268ad216ecb2fb8998e683b360eb177ef2624d9
parente367e141ed8f00c307fa55c748e588021f8e59d6 (diff)
Add other needed debian files
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control60
-rw-r--r--debian/control.in54
-rw-r--r--debian/source/format1
5 files changed, 122 insertions, 0 deletions
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 <vasudev@copyninja.info> 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 <pkg-fonts-devel@lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <vasudev@copyninja.info>
+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 <pkg-fonts-devel@lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <vasudev@copyninja.info>
+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