summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-05-14 16:55:48 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-05-14 16:55:48 +0200
commitb4e855a907182b782d469578ca15948506743821 (patch)
tree2910e879ac8023cf87181c8d09cde8fa156783a4 /debian
parent53165a11181eebc4b6bc513c70e82f39d14ad1b1 (diff)
remove debian/onig-config.1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/onig-config.150
2 files changed, 2 insertions, 51 deletions
diff --git a/debian/changelog b/debian/changelog
index 55c7fd6..13b2d39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,8 @@ libonig (6.0.0-1) experimental; urgency=medium
* debian/copyright:
- Replace homepage and upstream mail address.
- Add year 2016.
- * Remove the not Multi-Arch conform file /usr/bin/onig-config.
+ * Remove the not Multi-Arch conform file /usr/bin/onig-config and
+ the man page.
* Set compat level to 10.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 11 May 2016 00:26:56 +0200
diff --git a/debian/onig-config.1 b/debian/onig-config.1
deleted file mode 100644
index 5916c18..0000000
--- a/debian/onig-config.1
+++ /dev/null
@@ -1,50 +0,0 @@
-.TH ONIG-CONFIG 1
-.SH NAME
-onig\(hyconfig - provide information about the installed version of libonig
-.SH SYNOPSIS
-
-\fBonig\(hyconfig\fR [ \fB \-\-prefix\fI[=DIR]\fB \fR ] [ \fB \-\-exec-prefix\fI[=DIR]\fB \fR ] [ \fB \-\-libs \fR ] [ \fB \-\-cflags \fR ] [ \fB \-\-version \fR ]
-
-.SH DESCRIPTION
-\fBonig-config\fR returns the configuration of the installed Oniguruma
-library: the options required to compile a program which uses the
-library.
-
-
-.SH OPTIONS
-.TP 10
-\fB--prefix=PREFIX\fR
-If specified, use \fIPREFIX\fR instead
-of the installation prefix that
-\fIlibonig\fR was built with when computing
-the output for the \fB--cflags\fR and
-\fB--libs\fR options. This option is also used for
-the exec prefix if \fB--exec-prefix\fR was
-not specified. This option must be specified before any
-\fB--libs\fR or \fB--cflags\fR options.
-.TP
-\fB--exec-prefix=PREFIX\fR
-If specified, use \fIPREFIX\fR instead
-of the installation exec prefix that
-\fIlibonig\fR was built with when computing
-the output for the \fB--cflags\fR and
-\fB--libs\fR options. This option must be specified
-before any \fB--libs\fR or \fB--cflags\fR options.
-.TP
-\fB--libs\fR
-Print the linker flags that are necessary to link a
-\fIlibonig\fR program.
-.TP
-\fB--cflags\fR
-Print the compiler flags that are necessary to compile a
-\fIlibonig\fR program.
-.TP
-\fB--version\fR
-Print the currently installed version of
-\fIlibonig\fR on the standard output.
-
-
-.SH AUTHOR
-This manual page was written by Max Kellermann <max@duempel.org> for
-the Debian GNU/Linux system (but may be used by others), based on
-other Debian manual pages.