librose-object-perl 0.860-2 source package in Ubuntu

Changelog

librose-object-perl (0.860-2) unstable; urgency=medium

  * Team upload.

  [ Daniel Lintott ]
  * d/control, d/copyright, d/watch: Correct homepage and
                                     drop trailing slash

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Brian Cassidy from Uploaders. Thanks for your work!
  * 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

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository.
  * Bump debhelper from old 12 to 13.

  [ Étienne Mollier ]
  * d/control: declare compliance to standards version 4.6.1
  * d/control: Rules-Requires-Root: no.
  * d/control: librose-object-perl depends on librose-datetime-perl.
    Thanks to autopkgtest!

 -- Étienne Mollier <email address hidden>  Sat, 28 May 2022 11:37:27 +0200

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
librose-object-perl_0.860-2.dsc 2.3 KiB c314bdb5c121a3591823a8ccdd79757291c90cfd2949d828004c7367cb07d14b
librose-object-perl_0.860.orig.tar.gz 35.8 KiB f3ff294097b1a4b02a4bae6dc3544ded744a08972e831c1d2741083403197f47
librose-object-perl_0.860-2.debian.tar.xz 2.9 KiB 8f3d24693cbc534cb5232f2073447796ff70158a8530d9f0632632d7703648ef

Available diffs

No changes file available.

Binary packages built by this source

librose-object-perl: simple Perl object base class

 Rose::Class is a generic base class for classes. It provides a single class
 method (error), but may be expanded further in the future.
 .
 A class that inherits from Rose::Class is not expected to allow objects
 of that class to be instantiated, since the namespace for class and object
 methods is shared. For example, it is common for Rose::Object-derived classes
 to have error methods, but this would conflict with the Rose::Class method of
 the same name.