--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package veromix
RC bug fix (missing depends) and a trivial fix for an icon display issue.
Although not RC, I think including the icon name issue is reasonable since
it's zero regression risk and a one line fix. I did verify the fix works.
unblock veromix/0.18.3-1.1
diff -Nru veromix-0.18.3/debian/changelog veromix-0.18.3/debian/changelog
--- veromix-0.18.3/debian/changelog 2012-06-14 02:32:37.000000000 -0400
+++ veromix-0.18.3/debian/changelog 2014-11-12 00:36:58.000000000 -0500
@@ -1,3 +1,11 @@
+veromix (0.18.3-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add gir1.2-gtk-3.0 to depends (Closes: #680435)
+ * Fix icon name in plasmoid so it is used properly (Closes: #698518)
+
+ -- Scott Kitterman <scott@kitterman.com> Wed, 12 Nov 2014 00:36:42 -0500
+
veromix (0.18.3-1) unstable; urgency=low
* New upstream release.
diff -Nru veromix-0.18.3/debian/control veromix-0.18.3/debian/control
--- veromix-0.18.3/debian/control 2012-06-14 02:32:37.000000000 -0400
+++ veromix-0.18.3/debian/control 2014-11-12 00:33:11.000000000 -0500
@@ -11,7 +11,8 @@
Package: veromix
Architecture: all
Depends:
- ${misc:Depends}, ${python3:Depends}, python3-dbus, python3-gi, veromix-common
+ ${misc:Depends}, ${python3:Depends}, python3-dbus, python3-gi, veromix-common,
+ gir1.2-gtk-3.0
Description: Mixer for the PulseAudio sound server (GTK+)
Veromix is a mixer for the PulseAudio sound server.
.
diff -Nru veromix-0.18.3/debian/patches/plasmoid-icon.diff veromix-0.18.3/debian/patches/plasmoid-icon.diff
--- veromix-0.18.3/debian/patches/plasmoid-icon.diff 1969-12-31 19:00:00.000000000 -0500
+++ veromix-0.18.3/debian/patches/plasmoid-icon.diff 2014-11-12 00:24:20.000000000 -0500
@@ -0,0 +1,18 @@
+Description: Fix icon name in plasmoid so it is used properly (Closes: #698518)
+Author: Scott Kitterman <scott@kitterman.com>
+Bug-Debian: http://bugs.debian.org/698518
+Origin: vendor
+Forwarded: no
+Last-Update: 2014-11-12
+
+--- veromix-0.18.3.orig/plasma/metadata.desktop
++++ veromix-0.18.3/plasma/metadata.desktop
+@@ -7,7 +7,7 @@ Comment[sr]=Миксетаз за зву
+ Comment[sr@latin]=Mikseta za zvučni server Pulseaudio.
+ Type=Service
+ ServiceTypes=Plasma/Applet,Plasma/PopupApplet
+-Icon=veromix-plasmoid
++Icon=veromix
+ X-Plasma-API=python
+ X-Plasma-MainScript=code/main.py
+ X-KDE-PluginInfo-Author=Nik Lutz
diff -Nru veromix-0.18.3/debian/patches/series veromix-0.18.3/debian/patches/series
--- veromix-0.18.3/debian/patches/series 1969-12-31 19:00:00.000000000 -0500
+++ veromix-0.18.3/debian/patches/series 2014-11-12 00:22:33.000000000 -0500
@@ -0,0 +1 @@
+plasmoid-icon.diff
--- End Message ---