Your message dated Thu, 05 Jan 2012 20:53:06 +0000
with message-id <[email protected]>
and subject line Bug#501871: fixed in libwmf 0.2.8.4-9
has caused the Debian Bug report #501871,
regarding Missing dependancy - libwmf0.2-7.prerm uses defoma-app in pkg defoma
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.)


-- 
501871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501871
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libwmf0.2-7
Version: 0.2.8.4-6
Severity: normal


I dusted off a system that hasn't been upgraded since Oct of 2007.

Upgrading it required a big leap in package versions.  The upgrade
of perl, perl-base, and perl-modules caused several problems.
(I'm filing this report for each package involved, as I'm not sure
where the problem is.)

The following excerpts from my upgrade process (and the dpkg.log
excerpt that follows) show all my apparent dependancy problems.  I
suspect that the half-configure / half-install / unpack step for
perl-modules removed the required modules from the
/usr/share/perl/5.8.8 tree.

The prerm  or postrm scripts for these packages use either
/usr/bin/defoma-app or /usr/sbin/install-docs (in packages defoma and
doc-base).  Those in turn reference files in perl-modules already 
removed, causing libtiff4 to abort the install.  In summary:

   fontconfig.prerm, libpango1.prerm, and libwmf0.2-7.postrm
   all invoke /usr/bin/defoma-app; which needs File/Copy.pm
   from perl-modules.  It was able to continue using the prerm
   script from the new package.

   libpng12-0.prerm, libtiff4.prerm, base-passwd.postinst,
   cupsys.prerm, and shared-mime-info.prerm invoke
   /usr/sbin/install-docs which needs Pod/Usage.pm from perl-modules.

I had a backup of the /usr/share/perl/5.8.8 tree, which I reloaded to
aloow me to complete the upgrade.

============ output list from apt-get upgrade, et. al. ========

root@higginsp6:~# apt-get -f dist-upgrade

...

Get: 1172 http://ftp.us.debian.org testing/main udftools 1.0.0b3-14
[77.8kB]
Fetched 1048MB in 1h56m15s (150kB/s)
Extracting templates from packages: 100%
Preconfiguring packages ...

...

Preparing to replace liburi-perl 1.35-2
  (using .../liburi-perl_1.35.dfsg.1-1_all.deb) ...
Unpacking replacement liburi-perl ...
Preparing to replace libhtml-tagset-perl 3.10-2
  (using .../libhtml-tagset-perl_3.20-2_all.deb) ...
Unpacking replacement libhtml-tagset-perl ...
Preparing to replace libhtml-parser-perl 3.56-1
  (using .../libhtml-parser-perl_3.56-1+b1_i386.deb) ...
Unpacking replacement libhtml-parser-perl ...
Preparing to replace sed 4.1.5-2
  (using .../archives/sed_4.1.5-6_i386.deb) ...

...

Preparing to replace libwww-perl 5.805-1
  (using .../libwww-perl_5.813-1_all.deb) ...
Unpacking replacement libwww-perl ...
Preparing to replace perl-modules 5.8.8-7
  (using .../perl-modules_5.10.0-14_all.deb) ...
Unpacking replacement perl-modules ...
Preparing to replace perl 5.8.8-7
  (using .../perl_5.10.0-14_i386.deb) ...
Unpacking replacement perl ...

...

Preparing to replace defoma 0.11.10-0.1
  (using .../defoma_0.11.10-0.2_all.deb) ...
Unpacking replacement defoma ...

...

Preparing to replace fontconfig 2.4.2-1.2
  (using .../fontconfig_2.6.0-1_i386.deb) ...
Can't locate File/Copy.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/bin/defoma-app line 7.
BEGIN failed--compilation aborted at /usr/bin/defoma-app line 7.
dpkg: warning - old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
Unpacking replacement fontconfig ...
### fontconfig.prerm invokes /usr/bin/defoma-app
### which needs File/Copy.pm from perl-modules

...

Preparing to replace libpango1.0-common 1.16.4-1
  (using .../libpango1.0-common_1.20.5-2_all.deb) ...
Can't locate File/Copy.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/bin/defoma-app line 7.
BEGIN failed--compilation aborted at /usr/bin/defoma-app line 7.
dpkg: warning - old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
### libpango1.prerm invokes /usr/bin/defoma-app
### which needs File/Copy.pm from perl-modules

...

Preparing to replace libpng12-0 1.2.15~beta5-2
  (using .../libpng12-0_1.2.27-1_i386.deb) ...
Can't locate Pod/Usage.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/sbin/install-docs line 18.
Global symbol "$opt_rootdir" requires explicit package name at
  /usr/sbin/install-docs line 126.
Execution of /usr/sbin/install-docs aborted due to compilation errors.
dpkg: warning - old pre-removal script returned error exit status 9
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
Unpacking replacement libpng12-0 ...
### libpng12-0.prerm invokes /usr/sbin/install-docs
### which needs Pod/Usage.pm from perl-modules

...

Preparing to replace libwmf0.2-7 0.2.8.4-4
  (using .../libwmf0.2-7_0.2.8.4-6_i386.deb) ...
Can't locate File/Copy.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/bin/defoma-app line 7.
BEGIN failed--compilation aborted at /usr/bin/defoma-app line 7.
dpkg: warning - old pre-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
Unpacking replacement libwmf0.2-7 ...
### libwmf0.2-7.postrm invokes /usr/bin/defoma-app
### which needs File/Copy.pm from perl-modules

...

Preparing to replace libtiff4 3.8.2-7
  (using .../libtiff4_3.8.2-11_i386.deb) ...
Can't locate Pod/Usage.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/sbin/install-docs line 18.
Global symbol "$opt_rootdir" requires explicit package name at
  /usr/sbin/install-docs line 126.
Execution of /usr/sbin/install-docs aborted due to compilation errors.
dpkg: warning - old pre-removal script returned error exit status 9
dpkg - trying script from the new package instead ...
dpkg: error processing /var/cache/apt/archives/
                libtiff4_3.8.2-11_i386.deb
  (--unpack):
 there is no script in the new version of the package - giving up
### libtiff4.prerm invokes /usr/sbin/install-docs
### which needs Pod/Usage.pm from perl-modules
### (Note that that the reference to install-docs is moved to
     libtiff-doc somewhere between the old and new versions.)

...

Errors were encountered while processing:
 /var/cache/apt/archives/libtiff4_3.8.2-11_i386.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)


###  Retried:

higginsp6:~# apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies...Done

...

Setting up base-passwd (3.5.19) ...
Can't locate Pod/Usage.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/sbin/install-docs line 18.
Global symbol "$opt_rootdir" requires explicit package name at
  /usr/sbin/install-docs line 126.
Execution of /usr/sbin/install-docs aborted due to compilation errors.
dpkg: error processing base-passwd
  (--configure):
 subprocess post-installation script returned error exit status 9
### base-passwd.postinst invokes /usr/sbin/install-docs
### which needs Pod/Usage.pm from perl-modules


###  Retried:

root@higginsp6:~# apt-get -f dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies...Done
Calculating upgrade... Done

...

Preparing to replace cupsys 1.2.11-2
  (using .../cupsys_1.3.8-1lenny1_all.deb) ...
Can't locate Pod/Usage.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/sbin/install-docs line 18.
Global symbol "$opt_rootdir" requires explicit package name at
  /usr/sbin/install-docs line 126.
Execution of /usr/sbin/install-docs aborted due to compilation errors.
dpkg: warning - old pre-removal script returned error exit status 9
dpkg - trying script from the new package instead ...
dpkg: error processing /var/cache/apt/archives/
                        cupsys_1.3.8-1lenny1_all.deb
  (--unpack):
 there is no script in the new version of the package - giving up
Starting Common Unix Printing System: cupsd.
### cupsys.prerm invokes /usr/sbin/install-docs
### which needs Pod/Usage.pm from perl-modules

...

Preparing to replace shared-mime-info 0.21-2
  (using .../shared-mime-info_0.30-2_i386.deb) ...
Can't locate Pod/Usage.pm in @INC
  (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8
  /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5
  /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .)
  at /usr/sbin/install-docs line 18.
Global symbol "$opt_rootdir" requires explicit package name at
  /usr/sbin/install-docs line 126.
Execution of /usr/sbin/install-docs aborted due to compilation errors.
dpkg: warning - old pre-removal script returned error exit status 9
dpkg - trying script from the new package instead ...
dpkg: ... it looks like that went OK.
### shared-mime-info.prerm invokes /usr/sbin/install-docs
### which needs Pod/Usage.pm from perl-modules


===================================================================
###  dpkg.log except showing perl-modules half-configure /
  half-install / unpack...  and various retries...

2008-10-01 15:59:06 upgrade perl-modules 5.8.8-7 5.10.0-14
2008-10-01 15:59:06 status half-configured perl-modules 5.8.8-7
2008-10-01 15:59:06 status unpacked perl-modules 5.8.8-7
2008-10-01 15:59:06 status half-installed perl-modules 5.8.8-7
2008-10-01 15:59:06 status half-installed perl-modules 5.8.8-7
2008-10-01 15:59:07 status unpacked perl-modules 5.10.0-14
2008-10-01 15:59:07 status unpacked perl-modules 5.10.0-14
2008-10-01 16:00:15 upgrade libtiff4 3.8.2-7 3.8.2-11
2008-10-01 16:00:15 status half-configured libtiff4 3.8.2-7
2008-10-01 16:00:16 status installed libtiff4 3.8.2-7

2008-10-01 17:14:31 upgrade libtiff4 3.8.2-7 3.8.2-11
2008-10-01 17:14:31 status half-configured libtiff4 3.8.2-7
2008-10-01 17:14:31 status installed libtiff4 3.8.2-7

2008-10-01 20:39:31 upgrade libtiff4 3.8.2-7 3.8.2-11
2008-10-01 20:39:31 status half-configured libtiff4 3.8.2-7
2008-10-01 20:39:31 status installed libtiff4 3.8.2-7

2008-10-02 11:20:21 upgrade libtiff4 3.8.2-7 3.8.2-11
2008-10-02 11:20:21 status half-configured libtiff4 3.8.2-7
2008-10-02 11:20:21 status installed libtiff4 3.8.2-7

2008-10-02 14:34:48 upgrade libtiff4 3.8.2-7 3.8.2-11
2008-10-02 14:34:48 status half-configured libtiff4 3.8.2-7
2008-10-02 14:34:48 status installed libtiff4 3.8.2-7

2008-10-02 14:52:49 upgrade libtiff4 3.8.2-7 3.8.2-11
2008-10-02 14:52:49 status half-configured libtiff4 3.8.2-7
2008-10-02 14:52:50 status unpacked libtiff4 3.8.2-7
2008-10-02 14:52:50 status half-installed libtiff4 3.8.2-7
2008-10-02 14:52:50 status half-installed libtiff4 3.8.2-7
2008-10-02 14:52:50 status unpacked libtiff4 3.8.2-11
2008-10-02 14:52:50 status unpacked libtiff4 3.8.2-11
2008-10-02 14:56:16 upgrade perl-base 5.8.8-7 5.10.0-14
2008-10-02 14:56:16 status half-configured perl-base 5.8.8-7
2008-10-02 14:56:16 status unpacked perl-base 5.8.8-7
2008-10-02 14:56:16 status half-installed perl-base 5.8.8-7
2008-10-02 14:56:16 status half-installed perl-base 5.8.8-7
2008-10-02 14:56:16 status unpacked perl-base 5.10.0-14
2008-10-02 14:56:16 status unpacked perl-base 5.10.0-14
2008-10-02 14:56:16 configure perl-base 5.10.0-14 5.10.0-14
2008-10-02 14:56:16 status unpacked perl-base 5.10.0-14
2008-10-02 14:56:16 status half-configured perl-base 5.10.0-14
2008-10-02 14:56:16 status installed perl-base 5.10.0-14
2008-10-02 15:02:21 configure libtiff4 3.8.2-11 3.8.2-11
2008-10-02 15:02:21 status unpacked libtiff4 3.8.2-11
2008-10-02 15:02:21 status half-configured libtiff4 3.8.2-11
2008-10-02 15:02:21 status installed libtiff4 3.8.2-11
2008-10-02 15:43:32 configure perl-modules 5.10.0-14 5.10.0-14
2008-10-02 15:43:32 status unpacked perl-modules 5.10.0-14
2008-10-02 15:43:32 status unpacked perl-modules 5.10.0-14
2008-10-02 15:43:32 status half-configured perl-modules 5.10.0-14
2008-10-02 15:43:32 status installed perl-modules 5.10.0-14


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (800, 'testing'), (700, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libwmf0.2-7 depends on:
ii  defoma        0.11.10-0.2                Debian Font Manager -- automatic f
ii  gsfonts       1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre
ii  libc6         2.7-13                     GNU C Library: Shared libraries
ii  libexpat1     2.0.1-4                    XML parsing C library - runtime li
ii  libfreetype6  2.3.7-2                    FreeType 2 font engine, shared lib
ii  libgtk2.0-0 [ 2.12.11-3                  The GTK+ graphical user interface 
ii  libjpeg62     6b-14                      The Independent JPEG Group's JPEG 
ii  libpng12-0    1.2.27-2                   PNG library - runtime
ii  libx11-6      2:1.1.5-2                  X11 client-side library
ii  zlib1g        1:1.2.3.3.dfsg-12          compression library - runtime

libwmf0.2-7 recommends no packages.

libwmf0.2-7 suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: libwmf
Source-Version: 0.2.8.4-9

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

libwmf-bin_0.2.8.4-9_amd64.deb
  to main/libw/libwmf/libwmf-bin_0.2.8.4-9_amd64.deb
libwmf-dev_0.2.8.4-9_amd64.deb
  to main/libw/libwmf/libwmf-dev_0.2.8.4-9_amd64.deb
libwmf-doc_0.2.8.4-9_all.deb
  to main/libw/libwmf/libwmf-doc_0.2.8.4-9_all.deb
libwmf0.2-7_0.2.8.4-9_amd64.deb
  to main/libw/libwmf/libwmf0.2-7_0.2.8.4-9_amd64.deb
libwmf_0.2.8.4-9.debian.tar.gz
  to main/libw/libwmf/libwmf_0.2.8.4-9.debian.tar.gz
libwmf_0.2.8.4-9.dsc
  to main/libw/libwmf/libwmf_0.2.8.4-9.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.
Loïc Minier <[email protected]> (supplier of updated libwmf 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: Thu, 05 Jan 2012 16:07:15 +0100
Source: libwmf
Binary: libwmf0.2-7 libwmf-bin libwmf-dev libwmf-doc
Architecture: source all amd64
Version: 0.2.8.4-9
Distribution: unstable
Urgency: low
Maintainer: Loïc Minier <[email protected]>
Changed-By: Loïc Minier <[email protected]>
Description: 
 libwmf-bin - Windows metafile conversion tools
 libwmf-dev - Windows metafile conversion development
 libwmf-doc - Windows metafile documentation
 libwmf0.2-7 - Windows metafile conversion library
Closes: 501871 519601 542336
Changes: 
 libwmf (0.2.8.4-9) unstable; urgency=low
 .
   * Ack Neil Williams's NMU; thanks!
   * Stop shipping .la files altogether; remove dependency_libs stripping code
     from rules; rdepends of libwmf-dev either dont ship any .la files or ship
     .la files which don't reference the libwmf one.
   * Add comment to debian/libwmf0.2-7.lintian-overrides to point at
     Debian #382511.
   * Update my email address in control.
   * Drop defoma support from the packaging; closes: #542336; based on patch
     from Christian Perrier; thanks!  Defoma support is also included in the
     upstream configure.{ac,in}, but is largely useless nowadays, at least the
     generated libwmf XML fontmap in /var/lib/defoma/libwmf0.2-7.d/fontmap
     doesn't list any actual font on my system.
     - Drop defoma build-dep and dep.
     - Stop shipping a var/lib/defoma/libwmf0.2-7.d directory and "rm -rf"
       it on upgrades of libwmf0.2-7.
     - Drop debian/defoma XML fontmap generation script which seems to be
       generating an empty XML fontmap nowadays; incidentally closes: #501871.
     - Stop passing --with-fontdir=/var/lib/defoma/$(libwmf_pkg).d and
       --with-gsfontdir=/var/lib/defoma/$(libwmf_pkg).d to configure; these are
       going away and didn't have any font files anyway.
     - Review fontdir, gsfontdir, sysfontmap, gsfontmap and xtrafontmap
       configure args:
       . sysfontmap is the default XML fontmap (when not specified via the API)
         and currently points at an empty XML list of fonts; this is parsed
         either by libexpat1 or libxml2; in both cases, no specific message is
         output by default if the file is missing.  The configure.ac default
         for this file is /usr/share/fonts/fontmap which has a change of
         existing with random data some day, so just set it to /non-existent.
       . xtrafontmap is similar to sysfontmap and serves asan extra fontmap on
         top of the system one.  It's also used by thelibwmf-fontmap tool which
         serves generation of fontmap XML files and isn't shipped nor used
         during build.  Keep xtrafontmap set to /etc/libwmf.fontmap to allow
         for local configuration.
       . gsfontmap is similar to sysfontmap except it points at a
         GhostScript-style Fontmap.  It seems sensible to point libwmf at
         /var/lib/ghostscript/fonts/Fontmap as generated by ghostscript's
         update-gsfontmap.
       . gsfontdir is just appended to the font search path.  Set it to
         /usr/share/fonts/type1/gsfont which is where gsfonts ships its fonts.
       . fontdir is used as the default font search location, as the default
         search location for libwmf-fontmap, as the default pathname for
         bundled fonts in the bundled XML fontmap file -- neither of which are
         currently shipped -- and as a configure default for other pathnames
         such as xtrafontmap.  Set it to /non-existent as there currently isn't
         any single directory with all supported fonts that would be useful to
         list.
   * Add debian/TODO suggesting that this package ought to generate its own
     fontmap in its own XML format, perhaps into /var/lib/libwmf/, as a trigger
     whenever /usr/share/fonts is updated.
   * Fix typo in 0.2.8.4-5 changelog entry (which closed Debian #382511 instead
     of Debian #405012).
   * Update libwmf-bin description to list names of utilities; closes: #519601.
   * Cleanup libwmf-dev deps: list ${shlibs:Depends} but drop all deps except
     for packages shipping headers referenced in libwmf's headers
     (libfreetype6-dev, x11proto-core-dev, libx11-dev, zlib1g-dev).
   * Drop obsolete Replaces/Conflicts on libwmf0-dev and libwmf0.
   * Wrap build-deps and deps to get cleaner diffs.
   * Bump up Standards-Version to 3.9.2.
   * Drop libsm-dev, libxt-dev and libice-dev build-deps; might have been used
     with AC_PATH_XTRA in the past.
   * Rename debian/install to debian/libwmf0.2-7.install.
   * Take libwmf-bin symlink upgrade snippe from Ubuntu to minimize delta;
     can be dropped in may 2012.
Checksums-Sha1: 
 6147248b0ac8e3baebe60052a18305536ae4e53f 1397 libwmf_0.2.8.4-9.dsc
 b3a10212a43e757a75d77d623e01ac4a9aa9758b 9384 libwmf_0.2.8.4-9.debian.tar.gz
 09416aa96ae15219c4c85ea7d956ed83b68774ab 309240 libwmf-doc_0.2.8.4-9_all.deb
 539d9f1bda83d6b7ff471e2d4616dea5934be1e2 191028 libwmf0.2-7_0.2.8.4-9_amd64.deb
 1cf0b60d75e5eb31462b8d58928631284d31d59f 43226 libwmf-bin_0.2.8.4-9_amd64.deb
 04fdb18f34ab939773388ab31cc129cbfc92633e 235138 libwmf-dev_0.2.8.4-9_amd64.deb
Checksums-Sha256: 
 2957bc29750222f0c1388e00a5538ce3c3bee7f3eb4909c1842655d8b58e636e 1397 
libwmf_0.2.8.4-9.dsc
 fb3d667e554fa06f96198c3b3e43a5808e2f5117d995face3b7abea40e561c2e 9384 
libwmf_0.2.8.4-9.debian.tar.gz
 9024ce022b1f56e2b2136d0a988d5282e6b16029297f103f1682829fb93b1363 309240 
libwmf-doc_0.2.8.4-9_all.deb
 15422144aebc19bc7b3e58c2fcc0ccb11c3fe194ec7c610e9d3e9d9a5480abbc 191028 
libwmf0.2-7_0.2.8.4-9_amd64.deb
 4c4f98fa46346204d0ec8b4ee7905ea9f844f7cb90caf9b9a0f16522b06861b0 43226 
libwmf-bin_0.2.8.4-9_amd64.deb
 18991703b83823d74d036169b5357cd55959e02703c8be0a5b451b3ac823ce0d 235138 
libwmf-dev_0.2.8.4-9_amd64.deb
Files: 
 1d173b950a091c3b0cf74ecceb185f46 1397 libs optional libwmf_0.2.8.4-9.dsc
 b124b2c6787a48b06d740b25326a98d9 9384 libs optional 
libwmf_0.2.8.4-9.debian.tar.gz
 381a747df82594ae907b8505ee442eeb 309240 doc optional 
libwmf-doc_0.2.8.4-9_all.deb
 86fc2e29530dc56a7928682a6f5e96f5 191028 libs optional 
libwmf0.2-7_0.2.8.4-9_amd64.deb
 0d5003259e3d8c44f42f618855b3b43a 43226 graphics optional 
libwmf-bin_0.2.8.4-9_amd64.deb
 a76d1d933eeb25f2bf725d2b1fc88c8b 235138 libdevel optional 
libwmf-dev_0.2.8.4-9_amd64.deb

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

iEYEARECAAYFAk8F/pQACgkQ4VUX8isJIMD2mACgvmg6Wmd8klG9Wsre3+sD6aGW
Mg8AoKQJZmHM3jVaHSI2H8Y5O+Zu8v4l
=5NQP
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to