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

Bug#461060: marked as done (stk: diff for NMU version 4.2.0-9.1)



Your message dated Sun, 7 Feb 2010 13:50:58 +0100
with message-id <e5354091002070450k382e9380tfea722766bbdcfbc@mail.gmail.com>
and subject line stk: diff for NMU version 4.2.0-9.1
has caused the Debian Bug report #461060,
regarding stk: diff for NMU version 4.2.0-9.1
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.)


-- 
461060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461060
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: stk
Version: 4.2.0-9
Severity: normal
Tags: patch

Hi,

Attached is the diff for my stk 4.2.0-9.1 NMU, uploaded to DELAYED/2.
-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |
diff -u stk-4.2.0/debian/changelog stk-4.2.0/debian/changelog
--- stk-4.2.0/debian/changelog
+++ stk-4.2.0/debian/changelog
@@ -1,3 +1,20 @@
+stk (4.2.0-9.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: fixed bashism (use of {,}). Closes: #378528.
+  * Fixed FTBFS with gcc 4.3 (patch from Martin Michlmayr added
+    as 01_includes_gcc43.patch). Closes: #417704.
+  * Fixed debian/watch to read
+    http://ccrma.stanford.edu/software/stk/download.html instead of directly
+    trying to list the content of
+    http://ccrma.stanford.edu/software/stk/release/. Closes: #449826.
+  * Investigated FTBFS when built twice in a row. It was actually caused
+    by cdbs' bug #387103, fixed in cdbs 0.4.48. I'm not build-depending
+    on cdbs >= 0.4.48 since this bug doesn't prevent to build the package.
+    Closes: #424233.
+
+ -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Wed, 16 Jan 2008 12:10:29 +0100
+
 stk (4.2.0-9) unstable; urgency=low
 
   * acknowledged NMU
diff -u stk-4.2.0/debian/rules stk-4.2.0/debian/rules
--- stk-4.2.0/debian/rules
+++ stk-4.2.0/debian/rules
@@ -7,7 +7,7 @@
 
 # config.status in the upstream source is in our way. remove it
 post-patches:: pre-build
-	cp /usr/share/misc/config.{guess,sub} $(DEB_BUILDDIR)
+	cp /usr/share/misc/config.guess /usr/share/misc/config.sub $(DEB_BUILDDIR)
 	-rm $(DEB_BUILDDIR)/config.status
 
 include /usr/share/cdbs/1/rules/tarball.mk
diff -u stk-4.2.0/debian/watch stk-4.2.0/debian/watch
--- stk-4.2.0/debian/watch
+++ stk-4.2.0/debian/watch
@@ -2 +2,2 @@
-http://www-ccrma.stanford.edu/software/stk/release/stk-(.*)\.tar\.gz
+
+http://ccrma.stanford.edu/software/stk/download.html .*/stk-(.*)\.tar\.gz
only in patch2:
unchanged:
--- stk-4.2.0.orig/debian/patches/01_includes_gcc43.patch
+++ stk-4.2.0/debian/patches/01_includes_gcc43.patch
@@ -0,0 +1,12 @@
+diff -Nur stk-4.2.0.old/src/RtAudio.cpp stk-4.2.0/src/RtAudio.cpp
+--- stk-4.2.0.old/src/RtAudio.cpp	2004-10-04 03:24:40.000000000 +0200
++++ stk-4.2.0/src/RtAudio.cpp	2008-01-16 11:59:02.000000000 +0100
+@@ -41,6 +41,8 @@
+ 
+ #include "RtAudio.h"
+ #include <iostream>
++#include <cstdlib>
++#include <climits>
+ #include <stdio.h>
+ 
+ // Static variable definitions.

--- End Message ---
--- Begin Message ---
Version: 4.4.2-1

ACK'd. Thank you.

-- 
Alessio Treglia <quadrispro@ubuntu.com>
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0


--- End Message ---

Reply to: