summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-04 15:09:49 -0700
committerKeith Packard <keithp@keithp.com>2018-10-04 15:09:49 -0700
commitde9a63fa974bdaa76e943d703ba4163794789191 (patch)
treeb0cd1a2f526a85a264a8467217664ebb59337d3c
parent168ce2076f8279ace3c7227ab4c074bf0014a3e5 (diff)
debian: Update standards version to 4.2.1
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--debian/control12
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index e325611..1f4f5f0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,19 @@ Source: cairo-5c
Section: libs
Priority: optional
Maintainer: Keith Packard <keithp@keithp.com>
-Build-Depends: debhelper (>= 10), libcairo2-dev, librsvg2-dev,
+Build-Depends: debhelper (>= 11), libcairo2-dev, librsvg2-dev,
nickle (>= 2.73), libx11-dev (>= 2:1.4.99.901), libfreetype6-dev,
autotools-dev, ttf-bitstream-vera
-Standards-Version: 3.9.8
+Standards-Version: 4.2.1
Package: cairo-5c
Architecture: all
Depends: ${misc:Depends}, nickle, libcairo-5c0
Description: nickle bindings for the cairo graphics library
- This package contains the nickle code to load and use the cairo-5c library
+ This package contains the nickle code to load and use the cairo-5c
+ library, along with examples of how to use it and a simple toolkit,
+ nichrome, which allows applications to build user interfaces entirely
+ in nickle.
Package: libcairo-5c0
Architecture: any
@@ -20,4 +23,5 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libcairo5c-0
Description: library for cairo nickle bindings
This package contains a shared library which links to the cairo
- library using the nickle FFI mechanism.
+ library using the nickle FFI mechanism. It exposes most of the cairo
+ API, although support for fonts is limited to the toy font API.