Package: pkg-config
Version: 0.25-1.1
Severity: normal

  Warnings form "groff":

<standard input>:14: warning: number register `.oldwarn' not defined
<standard input>:58: warning: macro `I/usr/lib/pkgconfig,' not defined
<standard input>:60: warning: macro `I/usr/local/share/pkgconfig' not defined
<standard input>:154: warning: macro `I.pc' not defined
<standard input>:206: warning: macro `I-Lx:/some/path' not defined

  Number registers in the definition of macros should usually be
escaped, so current value is used when they are called.

  Patch:

--- pkg-config.1        2012-02-24 02:13:18.000000000 +0000
+++ pkg-config_new.1    2012-02-24 02:23:36.000000000 +0000
@@ -7,11 +7,11 @@
 .\" fix in the text.
 .ie \n(.g \{\
 .  de DW
-.    nr .oldwarn \n[.warn]
+.    nr .oldwarn \\n[.warn]
 .    warn 0
 .  .
 .  de EW
-.    warn \n[.oldwarn]
+.    warn \\n[.oldwarn]
 .  .
 .\}
 .el \
@@ -55,10 +55,10 @@
 files. These files are named after the package, and has a
 .I .pc
 extension.  On most systems, \fIpkg-config\fP looks in
-.I/usr/lib/pkgconfig, /usr/share/pkgconfig, /usr/local/lib/pkgconfig
+.I /usr/lib/pkgconfig, /usr/share/pkgconfig, /usr/local/lib/pkgconfig
 and
-.I/usr/local/share/pkgconfig
- for these files.  It will additionally look in the colon-separated
+.I /usr/local/share/pkgconfig
+for these files.  It will additionally look in the colon-separated
 (on Windows, semicolon-separated) list of directories specified by the
 PKG_CONFIG_PATH environment variable.
 .PP
@@ -151,7 +151,7 @@
 .TP
 .I "--define-variable=VARIABLENAME=VARIABLEVALUE"
 This sets a global value for a variable, overriding the value in any
-.I.pc
+.I .pc
 files. Most packages define the variable "prefix", for example, so you
 can say:
 .nf
@@ -203,7 +203,7 @@
 This option is available only on Windows. It causes \fIpkg-config\fP
 to output -l and -L flags in the form recognized by the Microsoft
 Visual C++ command-line compiler, \fIcl\fP. Specifically, instead of
-.I-Lx:/some/path
+.I -Lx:/some/path
 it prints \fI/libpath:x/some/path\fP, and instead of \fI-lfoo\fP it
 prints \fIfoo.lib\fP. Note that the --libs output consists of flags
 for the linker, and should be placed on the cl command line after a

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-41
Locale: LANG=is_IS, LC_CTYPE=is_IS (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages pkg-config depends on:
ii  libc6                         2.11.3-2   Embedded GNU C Library: Shared lib
ii  libglib2.0-0                  2.24.2-1   The GLib library of C routines
ii  libpopt0                      1.16-1     lib for parsing cmdline parameters

pkg-config recommends no packages.

pkg-config suggests no packages.

-- no debconf information

-- 
Bjarni I. Gislason



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to