summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-04 19:09:19 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-04 19:09:19 +0100
commit7cb13743cd20f21554410520d09837b3c412197d (patch)
tree42f160644c4c4bba3830fd1ec54595fb542e854d /debian/control
parent6f5d6e0bfa8e6f8a3de16e4d537abcce4e94547d (diff)
some work on debian/control and at the installation scripts
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 20 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index e14b510..03aa026 100644
--- a/debian/control
+++ b/debian/control
@@ -14,29 +14,32 @@ Package: libonig2
Priority: optional
Architecture: any
Multi-Arch: same
-Depends:
+Depends:
${misc:Depends},
${shlibs:Depends}
Pre-Depends:
${misc:Pre-Depends}
-Description: Oniguruma regular expressions library
- The characteristics of this library is that different
- character encoding for every regular expression object
- can be specified.
+Description: regular expressions library
+ Oniguruma is a library for working with regular expressions.
+ .
+ Different character encoding for every regular expression object can
+ be specified.
Package: libonig2-dbg
Section: debug
Architecture: any
Multi-Arch: same
-Depends:
+Depends:
${misc:Depends},
libonig2 (= ${binary:Version})
Pre-Depends:
- dpkg (>= 1.17.21)
-Description: Debugging symbols for libonig2
- The characteristics of this library is that different
- character encoding for every regular expression object
- can be specified.
+ ${misc:Pre-Depends},
+ dpkg
+Description: regular expressions library — debugging symbols
+ Oniguruma is a library for working with regular expressions.
+ .
+ Different character encoding for every regular expression object can
+ be specified.
.
This package provides the debugging symbols.
@@ -44,12 +47,13 @@ Package: libonig-dev
Section: libdevel
Priority: optional
Architecture: any
-Depends:
+Depends:
${misc:Depends},
libonig2 (= ${binary:Version})
-Description: Development files for libonig2
- The characteristics of this library is that different
- character encoding for every regular expression object
- can be specified.
+Description: regular expressions library — development files
+ Oniguruma is a library for working with regular expressions.
+ .
+ Different character encoding for every regular expression object can
+ be specified.
.
This package provides development files and static libraries.