liblayout-manager-perl 0.35-2 source package in Ubuntu

Changelog

liblayout-manager-perl (0.35-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

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

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 15:08:54 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblayout-manager-perl_0.35-2.dsc 2.2 KiB e76be1ec7481157b258857b465e47c2ae5e541cbbf288949f97ebc16385eb172
liblayout-manager-perl_0.35.orig.tar.gz 34.1 KiB a733f7766dadb891c3b763b89a84869c911966674b8e2a60429a5baaa02c932d
liblayout-manager-perl_0.35-2.debian.tar.xz 2.7 KiB 3a94937fb40f34905433ba227afc029738dc3f76026b5e46ddc723297ab28f97

Available diffs

No changes file available.

Binary packages built by this source

liblayout-manager-perl: module for managing layout of graphical components

 Layout::Manager is a Perl module that provides a framework for working with
 layout managers, which are classes that determine the size and position of
 arbitrary components within a container. A few managers are provided for
 reference purposes, but this module is intended to serve as a basis for other
 implementations.
 .
 This module uses Graphics::Primitive::Container as a source of its components
 (see libgraphics-primitive-perl for details).