libwin32-exe-perl 0.17-3 source package in Ubuntu

Changelog

libwin32-exe-perl (0.17-3) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

  [ gregor herrmann ]
  * debian/copyright: add back debian/* stanza.
  * Update short description.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Drop unused lintian override.
  * Convert from arch:any to arch:all.
    There's nothing compiled in this package.

 -- gregor herrmann <email address hidden>  Sun, 14 Aug 2022 22:24:22 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libwin32-exe-perl_0.17-3.dsc 2.4 KiB b7309cb19f2a1ba043db868ba0d2e7dccbc3573fb099064cd255dfe5393c4169
libwin32-exe-perl_0.17.orig.tar.gz 51.9 KiB 5ade3c27ba62dbdf48f29aaf1f40344bce46583e9c9deff7212e8c0008e12d1b
libwin32-exe-perl_0.17-3.debian.tar.xz 2.7 KiB d31819b7171348ad26136b0405d360506a32803ce7adc870ccfc7692c941adf3

Available diffs

No changes file available.

Binary packages built by this source

libwin32-exe-perl: module to manipulate Win32 executable files

 Win32::Exe parses and manipulating Win32 PE/COFF executable headers,
 including version information, icons, manifest and other resources. The
 module Win32::Exe::Manifest can be used for manifest handling.
 .
 A script exe_update is provided for simple file updates.
 .
 Also, please see the test files in the source distributions t/ directory for
 examples of using this module.