[Pkg-gnutls-commits] r38 - in /libtasn1-3/trunk/debian: changelog
libtasn1-config.1 rules
jamesw-guest at users.alioth.debian.org
jamesw-guest at users.alioth.debian.org
Tue Jun 6 10:34:51 UTC 2006
Author: jamesw-guest
Date: Tue Jun 6 10:34:49 2006
New Revision: 38
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=38
Log:
Added a man page for libtasn1-config
Added:
libtasn1-3/trunk/debian/libtasn1-config.1
Modified:
libtasn1-3/trunk/debian/changelog
libtasn1-3/trunk/debian/rules
Modified: libtasn1-3/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/libtasn1-3/trunk/debian/changelog?rev=38&op=diff
==============================================================================
--- libtasn1-3/trunk/debian/changelog (original)
+++ libtasn1-3/trunk/debian/changelog Tue Jun 6 10:34:49 2006
@@ -15,7 +15,10 @@
[ James Westby ]
* Change ${Source-Version} to ${binary:Version} in debian/control as
- ${Source-Version} is deprecated
+ ${Source-Version} is deprecated.
+ * Added debian/patches/30_man_hyphen* to fix a lintain warning about use of
+ "-" as a minus sign.
+ * Added a man-page for libtasn1-config in libtasn1-3-dev.
-- Andreas Metzler <ametzler at debian.org> Sun, 4 Jun 2006 18:51:37 +0200
Added: libtasn1-3/trunk/debian/libtasn1-config.1
URL: http://svn.debian.org/wsvn/pkg-gnutls/libtasn1-3/trunk/debian/libtasn1-config.1?rev=38&op=file
==============================================================================
--- libtasn1-3/trunk/debian/libtasn1-config.1 (added)
+++ libtasn1-3/trunk/debian/libtasn1-config.1 Tue Jun 6 10:34:49 2006
@@ -1,0 +1,24 @@
+.TH "LIBTASN1\(hyCONFIG" 1
+.SH NAME
+libtasn1\(hyconfig \- Get information about the installed location of libtasn1
+.SH SYNOPSIS
+.B libtasn1\(hyconfig
+libtasn1\(hyconfig [\-\-prefix[=path]] [\-\-exec\(hyprefix[=path]] [\-\-version] [\-\-cflags] [\-\-libs]
+.SH DESCRIPTION
+This program provides information about the installed version of libtasn1, it's location and it's compile time options.
+.SH OPTIONS
+.TP
+.B \-\-prefix
+If provided with no path then it prints the prefix that libtasn1 was installed to. If a path is provided then this is the prefix that is used in the output.
+.TP
+.B \-\-exec\(hyprefix
+If provided with no path then it prints the exec\(hyprefix that libtasn was installed to. If a path is provided then that is the exec\(hyprefix used in the output.
+.TP
+.B \-\-cflags
+Prints the cflags that libtasn1 was compiled with.
+.TP
+.B \-\-libs
+Prints command line arguments suitable for passing to the compiler for liking against libtasn1
+.TP
+.B \-\-version
+Prints the version of libtasn1 installed.
Modified: libtasn1-3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/libtasn1-3/trunk/debian/rules?rev=38&op=diff
==============================================================================
--- libtasn1-3/trunk/debian/rules (original)
+++ libtasn1-3/trunk/debian/rules Tue Jun 6 10:34:49 2006
@@ -11,6 +11,7 @@
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libtasn1-3 (>=0.3.4)'
DEB_COMPRESS_EXCLUDE := libtasn1.pdf
+DEB_INSTALL_MANPAGES_libtasn1-3-dev := debian/libtasn1-config.1
clean::
-rm -f doc/libtasn1.ps lib/ASN1.c doc/asn1.dvi doc/asn1.aux doc/asn1.log
More information about the Pkg-gnutls-commits
mailing list