summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-03-09 17:43:11 +0100
committerKeith Packard <keithp@keithp.com>2019-03-09 17:51:29 +0100
commit647ffe2c588152671f3d098f8056c8674f9c4d87 (patch)
treef16d5e6dc110a848a6bf89d97ff1208ce83cfb5a
parentfde08f4921c447ee680b29ffc27075e718814408 (diff)
Create libcairo-5c-dev package to satisfy Build-Depends-Package in .symbols1.18
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--debian/control12
-rw-r--r--debian/libcairo-5c-dev.install2
-rw-r--r--debian/libcairo-5c0.symbols1
3 files changed, 14 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index c9cb52c..e07d039 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Keith Packard <keithp@keithp.com>
Build-Depends: debhelper (>= 11), libcairo2-dev, librsvg2-dev,
nickle (>= 2.73), libx11-dev (>= 2:1.4.99.901), libfreetype6-dev,
ttf-bitstream-vera
-Standards-Version: 4.2.1
+Standards-Version: 4.3.0
Package: cairo-5c
Architecture: all
@@ -16,6 +16,16 @@ Description: nickle bindings for the cairo graphics library
nichrome, which allows applications to build user interfaces entirely
in nickle.
+Package: libcairo-5c-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libcairo-5c0 (= ${binary:Version})
+Description: library for cairo nickle bindings dev files
+ This package contains a shared library which links to the cairo
+ library using the nickle FFI mechanism. It exposes most of the cairo
+ API, although support for fonts is limited to the toy font API. This
+ package provides the development files for the libcairo-5c library.
+
Package: libcairo-5c0
Architecture: any
Multi-Arch: same
diff --git a/debian/libcairo-5c-dev.install b/debian/libcairo-5c-dev.install
new file mode 100644
index 0000000..97add6b
--- /dev/null
+++ b/debian/libcairo-5c-dev.install
@@ -0,0 +1,2 @@
+usr/lib/*/libcairo-5c.so
+usr/lib/*/libcairo-5c.a
diff --git a/debian/libcairo-5c0.symbols b/debian/libcairo-5c0.symbols
index 15b027d..a125c86 100644
--- a/debian/libcairo-5c0.symbols
+++ b/debian/libcairo-5c0.symbols
@@ -1,4 +1,5 @@
libcairo-5c.so.0 libcairo-5c0 #MINVER#
+* Build-Depends-Package: libcairo-5c-dev
CairoImageNamespace@Base 1.14
CairoNamespace@Base 1.14
CairoPatternNamespace@Base 1.14