Start packaging

package the source-code-pro font
This commit is contained in:
Hal Emmerich 2020-05-22 15:31:23 -05:00
parent 1f90d0ebe0
commit a4fc3be0a5
21 changed files with 24 additions and 2 deletions

View File

@ -52,8 +52,8 @@ These packages are required:
<!-- Please keep the packages sorted (and in sync with ./tests/build-image.sh): --> <!-- Please keep the packages sorted (and in sync with ./tests/build-image.sh): -->
``` ```
apt install --no-install-recommends --no-install-suggests \ apt install --no-install-recommends --no-install-suggests \
bc binfmt-support bison bzip2 ca-certificates cgpt cmake cpio debootstrap \ bc binfmt-support bison build-essential bzip2 ca-certificates cgpt cmake cpio debhelper \
device-tree-compiler file flex g++ gawk gcc gcc-arm-none-eabi git gpg \ debootstrap device-tree-compiler devscripts file flex g++ gawk gcc gcc-arm-none-eabi git gpg \
gpg-agent kmod libc-dev libncurses-dev libssl-dev lzip make parted patch \ gpg-agent kmod libc-dev libncurses-dev libssl-dev lzip make parted patch \
qemu-user-static sudo texinfo u-boot-tools udev vboot-kernel-utils wget qemu-user-static sudo texinfo u-boot-tools udev vboot-kernel-utils wget
``` ```

View File

@ -0,0 +1,5 @@
font-source-code-pro (1.010-1) stable; urgency=medium
* Initial release.
-- Hal Emmerich <hal@halemmerich.com> Fri, 22 May 2020 15:12:07 -0500

View File

@ -0,0 +1,12 @@
Source: font-source-code-pro
Section: fonts
Priority: optional
Maintainer: Hal Emmerich <hal@halemmerich.com>
Build-Depends: debhelper (>= 7)
Standards-Version: 4.5.0
Package: font-source-code-pro
Architecture: all
Depends: ${misc:Depends}
Description: Source Code Pro is a set of ttf monospace fonts

View File

@ -0,0 +1 @@
*.ttf usr/share/fonts/truetype/source-code-pro-ttf

View File

@ -0,0 +1,3 @@
#!/usr/bin/make -f
%:
dh $@