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

Bug#810760: jessie-pu: package stk/4.4.4-5



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

This fixes bug 805549 in jessie. This bug makes the dev package useless
in certain conditions.

Package is already uploaded to p-u, diff is attached.

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

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/debian/changelog b/debian/changelog
index 258ec0c..2a73017 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+stk (4.4.4-5+deb8u1) jessie; urgency=medium
+
+  [ Hanno Zulla ]
+  * Install missing SKINI.{msg,tbl} include files
+
+ -- Felipe Sateler <fsateler@debian.org>  Fri, 18 Dec 2015 16:33:16 -0300
+
 stk (4.4.4-5) unstable; urgency=medium
 
   * Prepare for new rtaudio and rtmidi
diff --git a/debian/gbp.conf b/debian/gbp.conf
index cec628c..0e268a7 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,2 +1,3 @@
 [DEFAULT]
 pristine-tar = True
+debian-branch = debian/jessie
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index 3452268..7fb1106 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -64,7 +64,7 @@ Forwarded: no
  
 +install-headers:
 +	install -d $(DESTDIR)/usr/include/stk
-+	cp -r ../include/*.h $(DESTDIR)/usr/include/stk
++	cp -r ../include/* $(DESTDIR)/usr/include/stk
 +
 +install: $(SHAREDLIB) install-headers
 +	install -d  $(DESTDIR)/usr/share/stk
diff --git a/debian/rules b/debian/rules
index 4096934..b309804 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,9 @@ override_dh_auto_configure:
 	mkdir -p src/Release
 	mkdir -p projects/demo/Release
 
+override_dh_auto_install:
+	dh_auto_install
+	rm -f debian/tmp/usr/include/stk/*.bak
 
 override_dh_link:
 	dh_link

Reply to: