Source: debian-policy Version: 3.9.4.0 Severity: minor Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
Hi There seems to be a small typo in 8.6.4.1 refering to the path where *.shlibs files are located? It says currently: The shlibs control files for all the packages currently installed on the system. These are normally found in /var/lib/dpkg/info/*.symbols, but packages should not rely on this and instead should use dpkg-query - --control-path package shlibs if for some reason these files need to be examined. Should that be /var/lib/dpkg/info/*.shlibs? Regards, Salvatore - -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCgAGBQJQWx1PAAoJEHidbwV/2GP+EccP/iCfkv/W9dDhboerLhWaMDfR xmgkksdouDFzCmSvPy68eoMtCQXwao5Sqm0ILeF2EPfRS5MPIGfXlP1X7Rhodr5U qx7fzPZiQn1KgnQWjy6FpeEDcGQtlTiSV8ONeKungUDMALUEPp5QZkmJXV/D5+pZ TWp/yGHqIKHT0nJD2vaE7snV9GV5u/9iA3v3XWbQac4VdF4KY2U54U5MeGgdVmmE 0uR9HUKDUvM9DE5FPw40nKkqjaP2B/AlubtTzmubJ0XSFHvzTtZYD3DcO/oN/WSV Tw+/AeALsK7R3BDIcUxQj9+CSaqS3fiMlKyylijK5K/EqDHrG4L98lr829WIPOGR /EMntYbcCB01X6LCUp0WfQi0bQbHLk8syhN+fxN4PLjxVXZezshRM5mBE3CGO1l6 aA0H9bRdOtJOOb8qutApv7M9RMNdytVBH13W+YsnhUumXtFGjd/vSAi1IWOuMCJ0 XCK7Z/Dw8plKEm99+F2no9N26czssfD/AxSqWk0IG9q9D+wgYE/CQmkCvWNH77Jq 6y/bQA2ZKImJB79EsKsh5IKGVfdH8PNmT/P8xuC6liJRqzr3JGZqB5OetEcbBVzR 4umU3fwJXPwJ0qevpjwsL01W5Wb0/8JX7oXeFjTnRNcn50u+4QA3TYhZw/9bvEdJ TWVD3wkHWW/csJ9dbJks =/mA0 -----END PGP SIGNATURE-----
>From 93c9fec9e9dc8af19ed84e16c7b054254cbfb191 Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso <[email protected]> Date: Thu, 20 Sep 2012 15:36:58 +0200 Subject: [PATCH] Fix typo to path to shlibs files Fix typo in "8.6.4.1 The shlibs files present on the system". Refer to /var/lib/dpkg/info/*.shlibs for the location of the shlibs files. --- policy.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.sgml b/policy.sgml index 5760a3f..ba217e5 100644 --- a/policy.sgml +++ b/policy.sgml @@ -6694,7 +6694,7 @@ Built-Using: grub2 (= 1.99-9), loadlin (= 1.6e-1) The <file>shlibs</file> control files for all the packages currently installed on the system. These are normally found - in <file>/var/lib/dpkg/info/*.symbols</file>, but + in <file>/var/lib/dpkg/info/*.shlibs</file>, but packages should not rely on this and instead should use <tt>dpkg-query --control-path <var>package</var> shlibs</tt> if for some reason these files need to be -- 1.7.10.4

