--- Begin Message ---
package: release.debian.org
user: release.debian.org@packages.debian.org
usertags: unblock
severity: normal
Please consider unblocking wine. I know its rather late for fixing
important bugs, but this one was just filed. There is currently a
missing relationship to libasound2-plugins, which can leave users
without working audio by default (bug #779002).
This change has been present in wine-development for almost a year.
unblock wine/1.6.2-20
diff -Nru wine-1.6.2/debian/changelog wine-1.6.2/debian/changelog
--- wine-1.6.2/debian/changelog 2015-01-18 13:01:44.000000000 -0500
+++ wine-1.6.2/debian/changelog 2015-02-23 01:08:22.000000000 -0500
@@ -1,3 +1,9 @@
+wine (1.6.2-20) unstable; urgency=medium
+
+ * Recommend libasound2-plugins (closes: #779002).
+
+ -- Michael Gilbert <mgilbert@debian.org> Mon, 23 Feb 2015 06:07:16 +0000
+
wine (1.6.2-19) unstable; urgency=medium
* Fix typo in libwine-alsa.maintscript (closes: #774861).
diff -Nru wine-1.6.2/debian/control wine-1.6.2/debian/control
--- wine-1.6.2/debian/control 2015-01-18 13:02:52.000000000 -0500
+++ wine-1.6.2/debian/control 2015-02-23 01:08:55.000000000 -0500
@@ -116,6 +116,8 @@
libfreetype6,
libgl1-mesa-dri,
libwine-gecko-2.21
+Recommends:
+ libasound2-plugins,
Breaks:
wine (<< 1.6.1-9),
wine-bin (<< 1.5.31-1),
@@ -142,6 +144,7 @@
Replaces:
wine (<< 1.6.1-9),
Recommends:
+ libasound2-plugins,
wine32 (>= ${source:Version}),
Description: Windows API implementation - 64-bit binary loader
Wine is a free MS-Windows API implementation.
diff -Nru wine-1.6.2/debian/control.in wine-1.6.2/debian/control.in
--- wine-1.6.2/debian/control.in 2015-01-10 14:21:31.000000000 -0500
+++ wine-1.6.2/debian/control.in 2015-02-23 01:06:52.000000000 -0500
@@ -116,6 +116,8 @@
libfreetype6,
libgl1-mesa-dri,
libwine-gecko-2.21
+Recommends:
+ libasound2-plugins,
Breaks:
wine (<< 1.6.1-9),
wine-bin (<< 1.5.31-1),
@@ -142,6 +144,7 @@
Replaces:
wine (<< 1.6.1-9),
Recommends:
+ libasound2-plugins,
wine32 (>= ${source:Version}),
Description: Windows API implementation - 64-bit binary loader
Wine is a free MS-Windows API implementation.
--- End Message ---