Your message dated Sun, 1 Feb 2015 15:32:29 +0100
with message-id <[email protected]>
and subject line Re: Bug#776767: unblock: volumeicon/0.4.6-2.2
has caused the Debian Bug report #776767,
regarding unblock: volumeicon/0.4.6-2.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
776767: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776767
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package volumeicon.

It fixes a few bugs which shouldn't be in jessie.

unblock volumeicon/0.4.6-2.2


thanks,

Mateusz

diff -Nru volumeicon-0.4.6/debian/changelog volumeicon-0.4.6/debian/changelog
--- volumeicon-0.4.6/debian/changelog   2014-05-06 20:41:27.000000000 +0200
+++ volumeicon-0.4.6/debian/changelog   2014-10-26 13:33:03.000000000 +0100
@@ -1,3 +1,16 @@
+volumeicon (0.4.6-2.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add patch to replace x-terminal-emulator instead xterm - thanks to
+    Luca Capello <[email protected]> for the patch. (Closes: #754231)
+  * Typo in Depends: xfce4-nofityd => xfce4-notifyd. (Closes: #758494)
+  * Add .desktop file. (Closes: #749324)
+  * Bump Debian standards to 3.9.6. (no changes needed)
+  * Use canoninal Vcs fields.
+  * Bump debhelper version to 9.
+
+ -- Mateusz Łukasik <[email protected]>  Sun, 26 Oct 2014 13:32:59 +0100
+
 volumeicon (0.4.6-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru volumeicon-0.4.6/debian/control volumeicon-0.4.6/debian/control
--- volumeicon-0.4.6/debian/control     2014-05-06 20:34:30.000000000 +0200
+++ volumeicon-0.4.6/debian/control     2014-10-26 11:27:42.000000000 +0100
@@ -3,18 +3,18 @@
 Priority: optional
 Maintainer: Andrew Gainer <[email protected]>
 Uploaders: Julien Valroff <[email protected]>
-Build-Depends: debhelper (>= 8.0.0~), autotools-dev,
+Build-Depends: debhelper (>= 9), autotools-dev,
  libgtk2.0-dev, libasound2-dev, libnotify-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.6
 Homepage: http://softwarebakery.com/maato/volumeicon.html
-Vcs-Git: git://git.debian.org/collab-maint/volumeicon.git
-Vcs-Browser: http://git.debian.org/?p=collab-maint/volumeicon.git;a=summary
+Vcs-Git: git://anonscm.debian.org/collab-maint/volumeicon.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/collab-maint/volumeicon.git;a=summary
 
 Package: volumeicon-alsa
 Architecture: linux-any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: alsamixergui | aumix-gtk | kmix | gnome-alsamixer,
-  notify-osd | xfce4-nofityd | notification-daemon
+  notify-osd | xfce4-notifyd | notification-daemon
 Description: systray volume icon for alsa
  This is a lightweight volume control that sits in your systray. This
  version is compatible with ALSA.
diff -Nru volumeicon-0.4.6/debian/patches/002_replace-hardcoded-xterm.diff 
volumeicon-0.4.6/debian/patches/002_replace-hardcoded-xterm.diff
--- volumeicon-0.4.6/debian/patches/002_replace-hardcoded-xterm.diff    
1970-01-01 01:00:00.000000000 +0100
+++ volumeicon-0.4.6/debian/patches/002_replace-hardcoded-xterm.diff    
2014-10-26 10:57:02.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Replace hardcoded xterm with x-terminal-emulator
+Bug-Debian: https://bugs.debian.org/754231
+Author: Luca Capello <[email protected]>
+Last-Update: 2014-07-08
+
+--- a/src/config.c
++++ b/src/config.c
+@@ -59,7 +59,7 @@
+ static void config_load_default()
+ {
+       if(!m_helper_program)
+-              config_set_helper("xterm -e 'alsamixer'");
++              config_set_helper("x-terminal-emulator -e 'alsamixer'");
+       if(!m_channel)
+               config_set_channel(NULL);
+       if(!m_card)
diff -Nru volumeicon-0.4.6/debian/patches/series 
volumeicon-0.4.6/debian/patches/series
--- volumeicon-0.4.6/debian/patches/series      2013-02-16 09:21:30.000000000 
+0100
+++ volumeicon-0.4.6/debian/patches/series      2014-10-26 10:56:21.000000000 
+0100
@@ -1 +1,2 @@
 001_remove-individual-glib-headers.diff
+002_replace-hardcoded-xterm.diff
diff -Nru volumeicon-0.4.6/debian/volumeicon.desktop 
volumeicon-0.4.6/debian/volumeicon.desktop
--- volumeicon-0.4.6/debian/volumeicon.desktop  1970-01-01 01:00:00.000000000 
+0100
+++ volumeicon-0.4.6/debian/volumeicon.desktop  2014-10-26 11:15:33.000000000 
+0100
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Name=Volume Icon
+Name[fr]=Icône pour le contrôle du volume
+Comment=Lightweight volume control for the systray
+Comment[fr]=Simple contrôle du volume pour la barre d'état
+Icon=volume
+Exec=volumeicon
+Terminal=false
+Type=Application
+StartupNotify=false
+Categories=AudioVideo;
+Keywords=audio;sound;mixer;music;
diff -Nru volumeicon-0.4.6/debian/volumeicon.install 
volumeicon-0.4.6/debian/volumeicon.install
--- volumeicon-0.4.6/debian/volumeicon.install  1970-01-01 01:00:00.000000000 
+0100
+++ volumeicon-0.4.6/debian/volumeicon.install  2014-10-26 11:14:41.000000000 
+0100
@@ -0,0 +1 @@
+debian/volumeicon.desktop usr/share/applications

--- End Message ---
--- Begin Message ---
On Sun, Feb 01, 2015 at 03:17:06PM +0100, Mateusz Łukasik wrote:
> Please unblock package volumeicon.
> 
> It fixes a few bugs which shouldn't be in jessie.

Unless you can argue that any of them are RC bugs: no; sorry.

-- 
Jonathan Wiltshire                                      [email protected]
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to