Your message dated Sun, 22 Mar 2009 15:37:46 +0000
with message-id <[email protected]>
and subject line Bug#512448: fixed in pango1.0 1.22.4-3
has caused the Debian Bug report #512448,
regarding man page belongs in section 8
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
512448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512448
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: piuparts
Severity: wishlist

I found some sbin commands whose man pages perhaps should be in
section 8, not 1.

powermgmt-base: /usr/share/man/man1/acpi_available.1.gz
powermgmt-base: /usr/share/man/man1/apm_available.1.gz
dlocate: /usr/share/man/man1/dpkg-hold.1.gz
dlocate: /usr/share/man/man1/dpkg-purge.1.gz
dlocate: /usr/share/man/man1/dpkg-remove.1.gz
dlocate: /usr/share/man/man1/dpkg-unhold.1.gz
libgraphviz4: /usr/share/man/man1/libgraphviz4-config-update.1.gz
piuparts: /usr/share/man/man1/piuparts.1.gz
wodim: /usr/share/man/man1/netscsid.1.gz
powermgmt-base: /usr/share/man/man1/on_ac_power.1.gz
util-linux: /usr/share/man/man1/readprofile.1.gz
libpango1.0-common: /usr/share/man/man1/update-pangox-aliases.1.gz
xjdic: /usr/share/man/man1/xjdicconfig.1.gz



--- End Message ---
--- Begin Message ---
Source: pango1.0
Source-Version: 1.22.4-3

We believe that the bug you reported is fixed in the latest version of
pango1.0, which is due to be installed in the Debian FTP archive:

libpango1.0-0-dbg_1.22.4-3_amd64.deb
  to pool/main/p/pango1.0/libpango1.0-0-dbg_1.22.4-3_amd64.deb
libpango1.0-0_1.22.4-3_amd64.deb
  to pool/main/p/pango1.0/libpango1.0-0_1.22.4-3_amd64.deb
libpango1.0-common_1.22.4-3_all.deb
  to pool/main/p/pango1.0/libpango1.0-common_1.22.4-3_all.deb
libpango1.0-dev_1.22.4-3_amd64.deb
  to pool/main/p/pango1.0/libpango1.0-dev_1.22.4-3_amd64.deb
libpango1.0-doc_1.22.4-3_all.deb
  to pool/main/p/pango1.0/libpango1.0-doc_1.22.4-3_all.deb
libpango1.0-udeb_1.22.4-3_amd64.udeb
  to pool/main/p/pango1.0/libpango1.0-udeb_1.22.4-3_amd64.udeb
pango1.0_1.22.4-3.diff.gz
  to pool/main/p/pango1.0/pango1.0_1.22.4-3.diff.gz
pango1.0_1.22.4-3.dsc
  to pool/main/p/pango1.0/pango1.0_1.22.4-3.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Dröge <[email protected]> (supplier of updated pango1.0 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 22 Mar 2009 14:36:22 +0100
Source: pango1.0
Binary: libpango1.0-0 libpango1.0-udeb libpango1.0-common libpango1.0-dev 
libpango1.0-0-dbg libpango1.0-doc
Architecture: source all amd64
Version: 1.22.4-3
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher <[email protected]>
Changed-By: Sebastian Dröge <[email protected]>
Description: 
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - The Pango library and debugging symbols
 libpango1.0-common - Modules and configuration files for the Pango
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
Closes: 512448
Changes: 
 pango1.0 (1.22.4-3) unstable; urgency=low
 .
   [ Loic Minier ]
   * Drop useless --disable-static and --enable-shared flags to simplify
     configure flags.
   * Rework flavor-specific vars.
     - Introduce $(flavor) which is set to $* to clarify implicit rules.
     - Rename common_configure_flags to configure_flags.
     - Introduce the flavor_get macro to use a flavor specific override or
       fallback to the common defaults for make vars.
     - Use $(call flavor_get, ) to retrieve configure_flags, CFLAGS, and
       LDFLAGS allowing to override these per flavor; for example:
       "udeb_CFLAGS = $(CFLAGS) -Os".
   * Drop note about shared flavor being required, they all are as they are
     mentionned in the install files.
   * Move update-pangox-aliases man pages from section 1 to section 8; thanks
     [email protected]; closes: #512448.
   * Rewrite dh_pangomodules description; also fixes a lintian warning.
   * Add support for an optimized pass, implemented as a flavor.
     - Define a default OPTLIBDIR and replace it in the sed foo for %.in files;
       this is like LIBDIR, but with some hwcaps extension, e.g. usr/lib/vfp.
     - Add sample vars to build an optimized vfp flavor for armel with
       additional CFLAGS.
     - Add the "opt" special flavor to flavors to run the testsuites on,
       CHECK_FLAVORS.
     - Also sed and append %.opt after %.in when generating % files from %.in;
       the %.opt file is optional and only included if the opt flavor is
       included.
     - Add a debian/libpango1.0-0.install.opt which lists files from the
       optimized flavor to install in libpango1.0-0.
   * Build-dep on dpkg-dev >= 1.14.17 and drop -g -O$(if $(findstring
     noopt,$(DEB_BUILD_OPTIONS)),0,2) from CFLAGS, only keeping -Wall as honor
     the default CFLAGS.
   * dh_pangomodules: Demote warning when skipping non-existent modules dir to
     verbose_print(); use -v to see it.
 .
   [ Sebastian Dröge ]
   * debian/libpango1.0-0.symbols,
     debian/rules:
     + Add symbols file.
Checksums-Sha1: 
 fd73d1b3d1688a4ed54ff9cf9ee0847660dbaf44 1671 pango1.0_1.22.4-3.dsc
 8d777c508276c87029bf0d99ae485dd9f6b8a2fa 105355 pango1.0_1.22.4-3.diff.gz
 3b2ab6b3b48efc03e30addcac09a7468284bc0aa 69034 
libpango1.0-common_1.22.4-3_all.deb
 fb2e656b96c05f8e9023bbd81536854c07d7e099 293304 
libpango1.0-doc_1.22.4-3_all.deb
 dec04613e6ad81b87c4d8cb7b41c5af30af6aa75 324590 
libpango1.0-0_1.22.4-3_amd64.deb
 45305bf3b2e0ed6fd874911008206ba338e67e64 240226 
libpango1.0-udeb_1.22.4-3_amd64.udeb
 007910d9a9a6c2aa75d3bb183b65a755ea6c7673 401656 
libpango1.0-dev_1.22.4-3_amd64.deb
 e853553569b7a8230d613a953e7a93f184690177 779294 
libpango1.0-0-dbg_1.22.4-3_amd64.deb
Checksums-Sha256: 
 fdeb865308213fdea0e843a88a1bfcd5d0faae425585dd2c50678c1c50c924d1 1671 
pango1.0_1.22.4-3.dsc
 623c0647503b58e4a9a366d9242cf18cdb3c0f4b0668792af4244d0df4a91255 105355 
pango1.0_1.22.4-3.diff.gz
 2786fbbeeb3ebbf125beaeb4454663fe07db7b6a7e0d14fd6b538f1c164c7f0c 69034 
libpango1.0-common_1.22.4-3_all.deb
 119b30aea3bd217afb782e71add1fb81a0d7efee837c32ea54f69bd3d5c961eb 293304 
libpango1.0-doc_1.22.4-3_all.deb
 e7d01751fe8a99f2ba661f98f2bb2c6e4e8f3fca5f5dd68ce08150288596529d 324590 
libpango1.0-0_1.22.4-3_amd64.deb
 7b025c90e581d48663333a5a0c9240b9530a6340798505f0db162f5c3e6c521f 240226 
libpango1.0-udeb_1.22.4-3_amd64.udeb
 080dbf8e929ec26e5cabb09f7e348d278145b5003d6eb54fd5bbae64b5a35c6c 401656 
libpango1.0-dev_1.22.4-3_amd64.deb
 17ee4cf2e08189d6870239c312f4cde3566a8efa558eeb55bcfdfe7e4575eacd 779294 
libpango1.0-0-dbg_1.22.4-3_amd64.deb
Files: 
 574a4f3907ee28bb280967c310731765 1671 libs optional pango1.0_1.22.4-3.dsc
 80aaeed53e19ed5f745e5db5c623f33c 105355 libs optional pango1.0_1.22.4-3.diff.gz
 08eb7eacd1b5a414733a47a13cea7171 69034 misc optional 
libpango1.0-common_1.22.4-3_all.deb
 71f966ff579cf6d3ed0d90beb6870fdf 293304 doc optional 
libpango1.0-doc_1.22.4-3_all.deb
 54aaa09de8d55e72b6dbed4dd4a8d89e 324590 libs optional 
libpango1.0-0_1.22.4-3_amd64.deb
 f40ec52678a9b197cc542101d4e50e6c 240226 debian-installer optional 
libpango1.0-udeb_1.22.4-3_amd64.udeb
 8ef06a4dd445b86dcc39e529bddd80ea 401656 libdevel optional 
libpango1.0-dev_1.22.4-3_amd64.deb
 4166e5c94bbccb4224c7560a8ac3ad0b 779294 libdevel extra 
libpango1.0-0-dbg_1.22.4-3_amd64.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknGQbEACgkQBsBdh1vkHyFQoQCgmJAn/GPjoMRYkVUlKbX847ZT
iPMAmgPT3xWmIEu3KxUHDtvY42BceGZX
=Ke++
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to