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

Re: Bug#805549: Patch for strech, jessie, wheezy



Hi,

Dear release team, I'm copying you to ask if the attached patch would
be OK to upload to stable/oldstable, fixes bug #805549. This error
makes some builds against stk impossible, since there are two headers
missing.

The version in unstable is a different upstream version, so the patch
is not exactly the same (attached is a patch on a patch, currently we
patch the real file, as the previous patch was accepted upstream).
However, it is functionally the same[1].

[1] http://anonscm.debian.org/cgit/pkg-multimedia/stk.git/tree/debian/patches/0006-Install-missing-include-files-SKINI.msg-and-SKINI.tb.patch

On 15 December 2015 at 06:38, Hanno Zulla <abos@hanno.de> wrote:
> Hi,
>
> thanks for fixing this in sid's package. I can confirm that it works to
> package supercollider-sc3-plugins.
>
> It would be beneficial if this could be fixed for
>
> strech

This will make it automatically in a few days.

> jessie
> wheezy

These won't, we need release team ACK for this.

> too. Why even back to wheezy? Because supercollider-sc3-plugins is also
> meant to be used by Raspbian, which is packaging their distribution
> based on wheezy and jessie.
>
> Please find an attached patch which will fix this for all three versions
> of the current Debian source package.

-- 

Saludos,
Felipe Sateler
*** stk-4.4.4/debian/patches/01-makefile.patch	2015-09-21 19:17:01.000000000 +0200
--- stk-4.4.4.patched/debian/patches/01-makefile.patch	2015-12-15 10:19:37.320848851 +0100
***************
*** 64,70 ****
   
  +install-headers:
  +	install -d $(DESTDIR)/usr/include/stk
! +	cp -r ../include/*.h $(DESTDIR)/usr/include/stk
  +
  +install: $(SHAREDLIB) install-headers
  +	install -d  $(DESTDIR)/usr/share/stk
--- 64,70 ----
   
  +install-headers:
  +	install -d $(DESTDIR)/usr/include/stk
! +	cp -r ../include/* $(DESTDIR)/usr/include/stk
  +
  +install: $(SHAREDLIB) install-headers
  +	install -d  $(DESTDIR)/usr/share/stk

Reply to: