Your message dated Thu, 16 Mar 2017 08:28:13 +0000
with message-id <e1coqlz-0004qq...@respighi.debian.org>
and subject line unblock pd-windowing
has caused the Debian Bug report #857894,
regarding unblock: pd-windowing/0.1-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 ow...@bugs.debian.org
immediately.)


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

Please unblock package pd-windowing

this fixes a recently discovered piuparts issue (dangling symlinks).

it also fixes a number of other (minor) things:
- switched to copyright-format/1.0
- tightened dependencies
- fixed URLs for Vcs and upstream
- checked against new standards version

since this is a leave package, impact should be minimal.

unblock pd-windowing/0.1-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-windowing-0.1/debian/changelog pd-windowing-0.1/debian/changelog
--- pd-windowing-0.1/debian/changelog   2011-06-13 06:14:55.000000000 +0200
+++ pd-windowing-0.1/debian/changelog   2017-03-15 21:30:12.000000000 +0100
@@ -1,3 +1,23 @@
+pd-windowing (0.1-3) unstable; urgency=medium
+
+  [ Hans-Christoph Steiner ]
+  * Depends: puredata-core | pd, so the depends is not only on a virtual 
package
+  * Updated to copyright-format/1.0
+  * Removed 'DM-Upload-Allowed: yes', it's deprecated
+
+  [ IOhannes m zmölnig ]
+  * Removed broken symlink to non-existent examples.
+    Thanks to Andreas Beckmann <a...@debian.org> (Closes: #857826)
+  * Fixed DEP5 copyright.
+  * Added myself to uploaders
+  * Depend on puredata rather than puredata-core
+  * Canonical Vcs-* stanzas
+  * Fixed homepage field
+  * Demoted dependency on libdir to "Recommends"
+  * Bumped standards-version to 3.9.8
+
+ -- IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>  Wed, 15 Mar 2017 
21:30:12 +0100
+
 pd-windowing (0.1-2) unstable; urgency=low
 
   [ Hans-Christoph Steiner ]
diff -Nru pd-windowing-0.1/debian/control pd-windowing-0.1/debian/control
--- pd-windowing-0.1/debian/control     2011-06-13 06:14:55.000000000 +0200
+++ pd-windowing-0.1/debian/control     2017-03-15 21:30:12.000000000 +0100
@@ -2,23 +2,27 @@
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintain...@lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Hans-Christoph Steiner <h...@eds.org>
-Build-Depends: debhelper (>= 7.0.50~),
-               puredata-dev | puredata (<< 0.43)
-Standards-Version: 3.9.2
-Homepage: http://crca.ucsd.edu/~jsarlo/pd/
-Vcs-Git: git://git.debian.org/pkg-multimedia/pd-windowing.git
-Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-windowing.git
+Uploaders:
+ Hans-Christoph Steiner <h...@eds.org>,
+ IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>,
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ puredata-dev | puredata (<< 0.43),
+Standards-Version: 3.9.8
+Homepage: https://puredata.info/downloads/windowing
+Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pd-windowing.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-windowing.git
 
 Package: pd-windowing
 Architecture: any
-Depends: ${shlibs:Depends},
-         pd,
-         ${misc:Depends},
-         pd-libdir
-Recommends: pd-import,
-            pd-pddp
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ puredata | pd,
+Recommends:
+ pd-libdir,
+ pd-import,
+ pd-pddp,
 Description: library of windowing functions in Pd
  The windowing library provides Pd objects for a list of standard windowing
  functions, which are applied per block with each DSP tick: Hanning, Hamming,
diff -Nru pd-windowing-0.1/debian/copyright pd-windowing-0.1/debian/copyright
--- pd-windowing-0.1/debian/copyright   2011-06-13 06:14:55.000000000 +0200
+++ pd-windowing-0.1/debian/copyright   2017-03-15 21:30:12.000000000 +0100
@@ -1,26 +1,66 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: windowing
-Maintainer: Joseph Sarlo
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: windowing
+Upstream-Contact: Joseph Sarlo
 Source: http://sourceforge.net/projects/pure-data/files/libraries/windowing/
 
-Files: bartlett~.c blackman~.c connes~.c cosine~.c gaussian~.c hamming~.c
-hanning~.c kaiser~.c lanczos~.c welch~.c
+Files: *
 Copyright: 2002, Joseph A. Sarlo
 License: GPL-2+
+
+Files: kaiser~.c
+Copyright: 1984, 1987, 1989, 1995, 2000, Stephen L. Moshier
+ 2002, Joseph A. Sarlo
+X-Original-Source: http://www.moshier.net/cephes-math-28.tar.gz
+License: GPL-2+ and BSD-3-clause
+
+Files: mconf.h
+Copyright: 1984, 1987, 1989, 1995, 2000, Stephen L. Moshier
+X-Original-Source: http://www.moshier.net/cephes-math-28.tar.gz
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2010-2012, Hans-Christoph Steiner
+ 2011-2016, IOhannes m zmölnig <umlae...@debian.org>
+License: GPL-2+
+
+License: GPL-2+
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
- .
+Comment:
  On Debian systems, the complete text of the GNU General Public License
  version 2 can be found in file "/usr/share/common-licenses/GPL-2".
 
-Files: kaiser~.c, mconf.h
-Copyright: 1984, 1987, 1989, 1995, 2000, Stephen L. Moshier
-Original-Source: http://www.moshier.net/cephes-math-28.tar.gz
-License:
-Some software in this archive may be from the book _Methods and
-Programs for Mathematical Functions_ (Prentice-Hall, 1989) or
-from the Cephes Mathematical Library, a commercial product. In
-either event, it is copyrighted by the author.  What you see here
-may be used freely but it comes with no support or guarantee.
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+   a. Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+   b. Redistributions in binary form must reproduce the above copyright
+      notice, this list of conditions and the following disclaimer in the
+      documentation and/or other materials provided with the distribution.
+   c. Neither the name of Enthought nor the names of the SciPy Developers
+      may be used to endorse or promote products derived from this software
+      without specific prior written permission.
+ .
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+ DAMAGE.
+Comment:
+ Some software in this archive may be from the book _Methods and
+ Programs for Mathematical Functions_ (Prentice-Hall, 1989) or
+ from the Cephes Mathematical Library, a commercial product. In
+ either event, it is copyrighted by the author.  What you see here
+ may be used freely but it comes with no support or guarantee.
+
diff -Nru pd-windowing-0.1/debian/links pd-windowing-0.1/debian/links
--- pd-windowing-0.1/debian/links       2011-06-13 06:14:55.000000000 +0200
+++ pd-windowing-0.1/debian/links       2017-03-15 21:30:12.000000000 +0100
@@ -1,3 +1,2 @@
 usr/lib/pd/extra/windowing/README.txt        usr/share/doc/pd-windowing/README
-usr/lib/pd/extra/windowing/examples          
usr/share/doc/pd-windowing/examples
 usr/share/common-licenses/GPL-2              
usr/lib/pd/extra/windowing/LICENSE.txt

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply via email to