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

Bug#863713: marked as done (unblock: pd-flite/0.02.3-3)



Your message dated Tue, 30 May 2017 22:06:25 +0100
with message-id <20170530210625.dcqrjz3rpuqlijvz@powdarrmonkey.net>
and subject line Re: Bug#863713: unblock: pd-flite/0.02.3-3
has caused the Debian Bug report #863713,
regarding unblock: pd-flite/0.02.3-3
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.)


-- 
863713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863713
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

Please unblock package pd-flite

This upload fixes the "online" documentation of the package:
documentation is a set of interactive examples that will automatically be opened
when the user clicks on "Help" within the runtime environment (puredata, aka 
"Pd").
The documentation was broken insofar, as it was installed at a place, where Pd
wouldn't look for it, resulting in no documentation for the end-user.

unblock pd-flite/0.02.3-3

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

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru pd-flite-0.02.3/debian/changelog pd-flite-0.02.3/debian/changelog
--- pd-flite-0.02.3/debian/changelog	2016-11-10 10:36:40.000000000 +0100
+++ pd-flite-0.02.3/debian/changelog	2017-05-29 22:58:45.000000000 +0200
@@ -1,3 +1,10 @@
+pd-flite (0.02.3-3) unstable; urgency=medium
+
+  * Fixed helppatch-install-dir patch (Closes: #863658)
+  * Refreshed patches (fuzz offset)
+
+ -- IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>  Mon, 29 May 2017 22:58:45 +0200
+
 pd-flite (0.02.3-2) unstable; urgency=medium
 
   * Fixed permissions of externals (Closes: #715909)
diff -Nru pd-flite-0.02.3/debian/patches/fix-help-files-install-dir.patch pd-flite-0.02.3/debian/patches/fix-help-files-install-dir.patch
--- pd-flite-0.02.3/debian/patches/fix-help-files-install-dir.patch	2016-11-10 10:36:40.000000000 +0100
+++ pd-flite-0.02.3/debian/patches/fix-help-files-install-dir.patch	2017-05-29 22:58:45.000000000 +0200
@@ -1,25 +1,27 @@
 Description: fix configure to install help-files to extdir
 Author: Roman Haefeli <reduzent@gmail.com>
---- a/configure
-+++ b/configure
-@@ -4134,9 +4134,6 @@
- 
- 
+Last-Update: 2017-05-29
+--- pd-flite.orig/common/m4/ax_pd_external.m4
++++ pd-flite/common/m4/ax_pd_external.m4
+@@ -146,9 +146,6 @@
+ 	[pddir="\${prefix}/pd"])
+  AC_SUBST(pddir)
  
 - pddocdir="${pddir}/doc/5.reference"
--
+- AC_SUBST(pddocdir)
 -
   ##-- pdincludedir
- 
- # Check whether --with-pd-include was given.
-@@ -4166,6 +4163,10 @@
-  pdexternsdir="$pdextdir"
+  AC_ARG_WITH(pd-include,
+ 	AC_HELP_STRING([--with-pd-include=DIR], [Pd include directory (default=NONE)]),
+@@ -171,6 +168,11 @@
   pdexecdir="$pdextdir"
- 
-+ ##-- pddocdir
+  AC_SUBST(pdexternsdir)
+  AC_SUBST(pdexecdir)
++
 + # Nowadays the help files usually are installed besides the class files
 + pddocdir="${pdextdir}"
++ AC_SUBST(pddocdir)
 +
- 
   ## pd-directory/ies
   ##^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ 
diff -Nru pd-flite-0.02.3/debian/patches/reproducible-build.patch pd-flite-0.02.3/debian/patches/reproducible-build.patch
--- pd-flite-0.02.3/debian/patches/reproducible-build.patch	2016-11-10 10:36:40.000000000 +0100
+++ pd-flite-0.02.3/debian/patches/reproducible-build.patch	2017-05-29 22:58:45.000000000 +0200
@@ -2,9 +2,9 @@
 Author: Chris Lamb <lamby@debian.org>
 Last-Update: 2016-08-04
 
---- pd-pdstring-0.10.2.orig/common/m4/ax_pd_external.m4
-+++ pd-pdstring-0.10.2/common/m4/ax_pd_external.m4
-@@ -242,7 +242,11 @@ AC_DEFUN([AX_PD_EXTERNAL],
+--- pd-flite.orig/common/m4/ax_pd_external.m4
++++ pd-flite/common/m4/ax_pd_external.m4
+@@ -244,7 +244,11 @@
  
   ##vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
   ## compiled

--- End Message ---
--- Begin Message ---
On Tue, May 30, 2017 at 11:43:10AM +0200, IOhannes m zmoelnig wrote:
> Please unblock package pd-flite
> 
> This upload fixes the "online" documentation of the package:
> documentation is a set of interactive examples that will automatically be opened
> when the user clicks on "Help" within the runtime environment (puredata, aka 
> "Pd").
> The documentation was broken insofar, as it was installed at a place, where Pd
> wouldn't look for it, resulting in no documentation for the end-user.

Unblocked.


-- 
Jonathan Wiltshire                                      jmw@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

--- End Message ---

Reply to: