Your message dated Thu, 16 Mar 2017 08:29:10 +0000
with message-id <e1coqmu-0004ao...@respighi.debian.org>
and subject line unblock pd-boids
has caused the Debian Bug report #857896,
regarding unblock: pd-boids/1.1.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.)
--
857896: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857896
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-boids
this fixes a recently discovered piuparts issue (dangling symlinks).
it also fixes a number of other (minor) things:
- switched to copyright-format/1.0
- fixed English in package description
- tightened dependencies
- fixed URLs for Vcs
- checked against new standards version
unblock pd-boids/1.1.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-boids-1.1.1/debian/changelog pd-boids-1.1.1/debian/changelog
--- pd-boids-1.1.1/debian/changelog 2011-06-23 01:48:56.000000000 +0200
+++ pd-boids-1.1.1/debian/changelog 2017-03-15 21:49:39.000000000 +0100
@@ -1,3 +1,23 @@
+pd-boids (1.1.1-3) unstable; urgency=medium
+
+ [ Hans-Christoph Steiner ]
+ * Depends: puredata-core | pd, so the depends is not only on a virtual
package
+ * Removed leading article from synopsis
+ * Updated to copyright-format/1.0
+ * Removed 'DM-Upload-Allowed: yes', its deprecated
+
+ [ IOhannes m zmölnig ]
+ * Dropped broken symlink to non-existent examples/
+ Thanks to Andreas Beckmann <a...@debian.org> (Closes: #857828)
+ * Fixed DEP5 copyright syntax
+ * Added myself to uploaders
+ * Demoted pd-libdir dependency to Recommends
+ * Depend on puredata rather than puredata-core
+ * Canonical Vcs-* stanzas
+ * Bumped Standards-Version to 3.9.8
+
+ -- IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> Wed, 15 Mar 2017
21:49:39 +0100
+
pd-boids (1.1.1-2) unstable; urgency=low
* updated Build-Depends to use puredata-dev when available
diff -Nru pd-boids-1.1.1/debian/control pd-boids-1.1.1/debian/control
--- pd-boids-1.1.1/debian/control 2011-06-23 01:48:56.000000000 +0200
+++ pd-boids-1.1.1/debian/control 2017-03-15 21:49:39.000000000 +0100
@@ -2,24 +2,28 @@
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
+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: http://puredata.info
-Vcs-Git: git://git.debian.org/pkg-multimedia/pd-boids.git
-Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-boids.git;a=summary
+Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pd-boids.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-boids.git
Package: pd-boids
Architecture: any
-Depends: ${shlibs:Depends},
- pd,
- pd-libdir,
- ${misc:Depends}
-Recommends: pd-import,
- gem
-Description: a Pd library for the "boids" flocking simulator algorithm
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ puredata | pd,
+Recommends:
+ pd-libdir,
+ pd-import,
+ gem,
+Description: Pd library for the "boids" flocking simulator algorithm
Boids is a bird flight and animal flock simulator. It is based on the
same algorithm which was used in Jurassic Park for the herding
dinosaurs. Boids takes an integer argument which is the number of
diff -Nru pd-boids-1.1.1/debian/copyright pd-boids-1.1.1/debian/copyright
--- pd-boids-1.1.1/debian/copyright 2011-06-23 01:48:56.000000000 +0200
+++ pd-boids-1.1.1/debian/copyright 2017-03-15 21:49:39.000000000 +0100
@@ -1,6 +1,6 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
-Name: boids
-Maintainer: Jan Schacher
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: boids
+Upstream-Contact: Jan Schacher
Source: http://sourceforge.net/projects/pure-data/files/libraries/boids/
Files: *
@@ -21,5 +21,5 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-X-Comment: On Debian systems, the complete text of the GNU General
+Comment: On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff -Nru pd-boids-1.1.1/debian/links pd-boids-1.1.1/debian/links
--- pd-boids-1.1.1/debian/links 2011-06-23 01:48:56.000000000 +0200
+++ pd-boids-1.1.1/debian/links 2017-03-15 21:49:39.000000000 +0100
@@ -1,3 +1,2 @@
usr/lib/pd/extra/boids/README.txt usr/share/doc/pd-boids/README
-usr/lib/pd/extra/boids/examples usr/share/doc/pd-boids/examples
-usr/share/common-licenses/GPL-2 usr/lib/pd/extra/boids/LICENSE.txt
+usr/share/common-licenses/GPL-2 usr/lib/pd/extra/boids/LICENSE.txt
--- End Message ---
--- Begin Message ---
Unblocked.
--- End Message ---