libdesktop-notify-perl 0.05-1 source package in Ubuntu

Changelog

libdesktop-notify-perl (0.05-1) unstable; urgency=medium

  * Take over for the Debian Perl Group, add myself to uploaders
    as agreed by the previous maintainer:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862321#15
    thanks Jose Miguel Parrella Romero <email address hidden> for your work!
  * Update Homepage control field to point to metacpan.org.
  * Document the new packaging Git repository.
  * Add debian/watch.
  * Convert debian/copyright to machine-readable format 1.0.
  * Add a copyright year for the packaging work done this year.
  * Convert debian/rules to short format.
  * Bump debhelper compat level to 10, adjust build-dependencies accordingly.
  * Declare compliance with Standards-Version 4.0.0 (no change required).
  * Add build-dependency on libtest-pod-perl and libtest-pod-coverage-perl
    to run more of the upstream test suite.
  * Add build-dependency on libclass-accessor-perl and libnet-dbus-perl,
    otherwise the upstream test suite cannot possibly pass.
  * debian/rules: disable test (t/01-connect.t) that requires a working
    org.freedesktop.Notifications D-Bus service.
  * Declare 3.0 (quilt) source format.
  * Enable autopkgtests.
  * New upstream version 0.05 (Closes: #862321).
  * Fix-typo-in-POD-mesage-message.patch: new patch, fixes a typo in POD.

 -- intrigeri <email address hidden>  Wed, 02 Aug 2017 17:20:01 +0000

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
Bionic release universe perl

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdesktop-notify-perl_0.05-1.dsc 2.2 KiB 4505c5dc6200ab15c1330b314329063ae587fb57cf04395dfdace1d3d02c4575
libdesktop-notify-perl_0.05.orig.tar.gz 5.8 KiB 5ec52aa13387a6819402554b74997830954aa5e908a711eb8bb19dd3334b101d
libdesktop-notify-perl_0.05-1.debian.tar.xz 2.7 KiB 91e2ec9d50d7293b31b090e5bcfdc2783dfcf0be4321d283064cb05122f35aba

Available diffs

No changes file available.

Binary packages built by this source

libdesktop-notify-perl: Perl module which communicates with the Desktop Notifications framework

 This module provides a Perl interface to the Desktop Notifications framework.
 .
 The framework allows applications to display pop-up notifications on an X
 desktop. This is implemented with two components: a daemon that displays the
 notifications, and a client library used by applications to send notifications
 to the daemon. These components communicate through the DBus message bus
 protocol.
 .
 This module serves the same purpose as libnotify, in an object-oriented Perl
 interface. It is not, however, an interface to libnotify itself, but a
 separate implementation of the specification using Net::DBus.