[libdesktop-notify-perl] 03/03: Import Debian changes 0.03-1

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 2 15:42:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libdesktop-notify-perl.

commit 72f0e2363c438c761b76d0d2a97c904f2c8e4d65
Merge: 7f8f553 e107367
Author: Jose Parrella <bureado at debian.org>
Date:   Sun Jun 13 11:16:49 2010 -0500

    Import Debian changes 0.03-1
    
    libdesktop-notify-perl (0.03-1) unstable; urgency=low
    
      * New upstream release 0.03
      * $self->{id} now defaults to 0, thanks Matti Lattu for the heads-up
        Closes: #503396

 Changes                            |  7 +++++++
 META.yml                           | 35 +++++++++++++++++++++++------------
 Makefile.PL                        |  2 +-
 debian/changelog                   |  8 ++++++++
 debian/control                     |  2 +-
 lib/Desktop/Notify.pm              |  6 +++---
 lib/Desktop/Notify/Notification.pm | 15 +++++++++------
 7 files changed, 52 insertions(+), 23 deletions(-)

diff --cc debian/changelog
index 5c87f7f,0000000..ab7ee8b
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,0 +1,20 @@@
++libdesktop-notify-perl (0.03-1) unstable; urgency=low
++
++  * New upstream release 0.03
++  * $self->{id} now defaults to 0, thanks Matti Lattu for the heads-up
++    Closes: #503396
++
++ -- Jose Parrella <bureado at debian.org>  Sun, 13 Jun 2010 11:16:49 -0500
++
 +libdesktop-notify-perl (0.01-1.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Add Recommends: on notification-daemon.                     closes: #503415
 +
 + -- Yves-Alexis Perez <corsac at debian.org>  Tue, 04 Nov 2008 07:36:41 +0100
 +
 +libdesktop-notify-perl (0.01-1) unstable; urgency=low
 +
 +  * Initial Release. (Closes: #442058)
 +
 + -- Jose Parrella <bureado at debian.org>  Sun, 13 Jan 2008 00:50:42 -0430
diff --cc debian/control
index 8c2d07e,0000000..141b399
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,25 -1,0 +1,25 @@@
 +Source: libdesktop-notify-perl
 +Section: perl
 +Priority: optional
 +Build-Depends: debhelper (>= 5.0.0)
 +Build-Depends-Indep: perl (>= 5.8.8-12)
 +Maintainer: Jose Parrella <bureado at debian.org>
- Standards-Version: 3.7.3
++Standards-Version: 3.8.4
 +Homepage: http://search.cpan.org/dist/Desktop-Notify/
 +
 +Package: libdesktop-notify-perl
 +Architecture: all
 +Depends: ${perl:Depends}, ${misc:Depends}, libnet-dbus-perl, libclass-accessor-perl
 +Recommends: notification-daemon
 +Description: 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdesktop-notify-perl.git



More information about the Pkg-perl-cvs-commits mailing list