[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#859022: marked as done (unblock: stk/4.5.2+dfsg-5)



Your message dated Wed, 29 Mar 2017 20:14:00 +0000
with message-id <9af475a0-5731-4d9f-1789-389b2bf2a088@thykier.net>
and subject line Re: Bug#859022: unblock: stk/4.5.2+dfsg-5
has caused the Debian Bug report #859022,
regarding unblock: stk/4.5.2+dfsg-5
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 owner@bugs.debian.org
immediately.)


-- 
859022: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859022
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi,

Please unblock source package stk. The update fixes two RC bugs:

 * Use debian RAWWAVE_PATH in stk-demo. (Closes: #858895)
 * Fix link targets for RtAudio and RtMidi header files (Closes: #858957)


Attached is the debdiff between -4 and -5

unblock stk/4.5.2+dfsg-5

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru stk-4.5.2+dfsg/debian/changelog stk-4.5.2+dfsg/debian/changelog
--- stk-4.5.2+dfsg/debian/changelog	2016-12-24 15:15:56.000000000 -0300
+++ stk-4.5.2+dfsg/debian/changelog	2017-03-29 10:39:43.000000000 -0300
@@ -1,3 +1,10 @@
+stk (4.5.2+dfsg-5) unstable; urgency=medium
+
+  * Use debian RAWWAVE_PATH in stk-demo. (Closes: #858895)
+  * Fix link targets for RtAudio and RtMidi header files (Closes: #858957)
+
+ -- Felipe Sateler <fsateler@debian.org>  Wed, 29 Mar 2017 10:39:43 -0300
+
 stk (4.5.2+dfsg-4) unstable; urgency=medium
 
   [ Petter Reinholdtsen ]
diff -Nru stk-4.5.2+dfsg/debian/libstk0-dev.links stk-4.5.2+dfsg/debian/libstk0-dev.links
--- stk-4.5.2+dfsg/debian/libstk0-dev.links	2016-12-24 15:15:56.000000000 -0300
+++ stk-4.5.2+dfsg/debian/libstk0-dev.links	2017-03-29 10:39:43.000000000 -0300
@@ -1,2 +1,2 @@
-usr/include/RtAudio.h usr/include/stk/RtAudio.h
-usr/include/RtMidi.h usr/include/stk/RtMidi.h
+usr/include/rtaudio/RtAudio.h usr/include/stk/RtAudio.h
+usr/include/rtmidi/RtMidi.h usr/include/stk/RtMidi.h
diff -Nru stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch
--- stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch	1969-12-31 21:00:00.000000000 -0300
+++ stk-4.5.2+dfsg/debian/patches/demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch	2017-03-29 10:39:43.000000000 -0300
@@ -0,0 +1,21 @@
+From: Felipe Sateler <fsateler@debian.org>
+Date: Wed, 29 Mar 2017 10:28:40 -0300
+Subject: demo: use RAWWAVE_PATH instead of hardcoded string
+
+---
+ projects/demo/demo.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/projects/demo/demo.cpp b/projects/demo/demo.cpp
+index c877b4a..3e74769 100644
+--- a/projects/demo/demo.cpp
++++ b/projects/demo/demo.cpp
+@@ -213,7 +213,7 @@ int main( int argc, char *argv[] )
+ 
+   // Depending on how you compile STK, you may need to explicitly set
+   // the path to the rawwave directory.
+-  Stk::setRawwavePath( "../../rawwaves/" );
++  Stk::setRawwavePath( RAWWAVE_PATH );
+ 
+   // By default, warning messages are not printed.  If we want to see
+   // them, we need to specify that here.
diff -Nru stk-4.5.2+dfsg/debian/patches/series stk-4.5.2+dfsg/debian/patches/series
--- stk-4.5.2+dfsg/debian/patches/series	2016-12-24 15:15:56.000000000 -0300
+++ stk-4.5.2+dfsg/debian/patches/series	2017-03-29 10:39:43.000000000 -0300
@@ -7,3 +7,4 @@
 demo-needs-rt.patch
 Sort-o-files
 Do-not-override-user-supplied-CXXFLAGS.patch
+demo-use-RAWWAVE_PATH-instead-of-hardcoded-string.patch

--- End Message ---
--- Begin Message ---
Felipe Sateler:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Hi,
> 
> Please unblock source package stk. The update fixes two RC bugs:
> 
>  * Use debian RAWWAVE_PATH in stk-demo. (Closes: #858895)
>  * Fix link targets for RtAudio and RtMidi header files (Closes: #858957)
> 
> 
> Attached is the debdiff between -4 and -5
> 
> unblock stk/4.5.2+dfsg-5
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: