Control: tags -1 + patch

This was fixed in Ubuntu [1], but the patch never made it to Debian.


diff -Nru xoscope-2.2/debian/changelog xoscope-2.2/debian/changelog
--- xoscope-2.2/debian/changelog 2016-12-04 04:37:05.000000000 +0000
+++ xoscope-2.2/debian/changelog 2018-01-01 11:44:00.000000000 +0000
@@ -1,3 +1,10 @@
+xoscope (2.2-1ubuntu1) bionic; urgency=medium
+
+  * Depend on libasound2-dev to get the alsa support enabled when the
+    oscilloscope runs.
+
+ -- Bhavani Shankar <bh...@ubuntu.com>  Mon, 01 Jan 2018 17:12:25 +0530
+
 xoscope (2.2-1) unstable; urgency=low

   * ACK NMU. Thanks Petter.
diff -Nru xoscope-2.2/debian/control xoscope-2.2/debian/control
--- xoscope-2.2/debian/control 2016-12-04 04:35:58.000000000 +0000
+++ xoscope-2.2/debian/control 2018-01-01 11:42:21.000000000 +0000
@@ -16,7 +16,7 @@

 Package: xoscope
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libasound2-dev
 Description: digital oscilloscope
  Xoscope is a oscilloscope using input from a sound card or EsounD server
  and/or a COMEDI hardware. Includes 8 signal displays, variable time scale,


[1] https://launchpadlibrarian.net/352037774/xoscope_2.2-1_2.2-1ubuntu1.diff.gz

Reply via email to