diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..3cba132 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +fonts-roadgeek (3.1-1) unstable; urgency=medium + + * Initial release. (Closes: #914996) + + -- Gürkan Myczko Thu, 29 Nov 2018 12:04:22 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..d259f05 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +*.ttf diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +11 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..da70398 --- /dev/null +++ b/debian/control @@ -0,0 +1,16 @@ +Source: fonts-roadgeek +Section: fonts +Priority: optional +Maintainer: Debian Fonts Task Force +Uploaders: Gürkan Myczko +Build-Depends: debhelper (>= 11), fontforge-nox +Standards-Version: 4.2.1 +Homepage: https://github.com/sammdot/roadgeek-fonts + +Package: fonts-roadgeek +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Description: Set of fonts replicating various road sign typefaces + This is a set of fonts that replicates typefaces used on highway signs in + various countries. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..269848f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,43 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: roadgeek-fonts +Source: https://github.com/sammdot/roadgeek-fonts + +Files: * +Copyright: 2014-2015 Sammi De Guzman +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is furnished + to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +Files: debian/* +Copyright: 2018 Gürkan Myczko +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..a103eb5 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +*.ttf usr/share/fonts/trutype/roadgeek diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..616b7a3 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +#export DH_VERBOSE = 1 + +%: + dh $@ + +override_dh_auto_clean: + @echo Do not clean with build system but debian/clean diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..4015cb3 --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +version=4 +# GitHub hosted projects +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%-$1.tar.gz%" \ + https://github.com/sammdot/roadgeek-fonts/tags \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate