Package: notification-daemon Version: 0.7.1-2 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
The URL of the project's homepage is sitting in the description, whereas it should be inside a Homepage tag. Also, there is a nonsensical sentence at the end of the description ("as per the Desktop Notifications spec") *** /tmp/tmp9cfq4l In Ubuntu, the attached patch was applied to achieve the following: This was a bug in Ubuntu's Launchpad, but the patch is being submitted to Debian to avoid having a distro patch. (LP: 557887) https://code.launchpad.net/~neonofneophyte/ubuntu/oneiric/notification-daemon /fix-for-557887/+merge/65720 * debian/control.in: Moved the homepage into an appropriate Homepage tag instead of sitting in the description. Also removed a nonsensical sentence at the end of the description ("as per the Desktop Notifications spec"). (LP: #557887) Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric') Architecture: i386 (i686) Kernel: Linux 3.0-1-generic (SMP w/2 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2011-06-08 09:14:07 +0000 +++ debian/control 2011-06-29 19:55:55 +0000 @@ -26,6 +26,7 @@ ${misc:Depends} Conflicts: notify-daemon Replaces: notify-daemon +Homepage: http://www.galago-project.org/specs/notification/index.php Description: daemon to displays passive pop-up notifications notification-daemon displays passive pop-up notifications, as per the Desktop Notifications Specification. @@ -34,7 +35,5 @@ doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can - automatically disappear after a short period of time. as per the - Desktop Notifications spec + automatically disappear after a short period of time. . - http://www.galago-project.org/specs/notification/index.php === modified file 'debian/control.in' --- debian/control.in 2011-06-08 09:14:07 +0000 +++ debian/control.in 2011-06-29 19:29:27 +0000 @@ -21,6 +21,7 @@ ${misc:Depends} Conflicts: notify-daemon Replaces: notify-daemon +Homepage: http://www.galago-project.org/specs/notification/index.php Description: daemon to displays passive pop-up notifications notification-daemon displays passive pop-up notifications, as per the Desktop Notifications Specification. @@ -29,7 +30,5 @@ doing passive pop-up notifications on the Linux desktop. These are designed to notify the user of something without interrupting their work with a dialog box that they must close. Passive popups can - automatically disappear after a short period of time. as per the - Desktop Notifications spec + automatically disappear after a short period of time. . - http://www.galago-project.org/specs/notification/index.php