Your message dated Wed, 15 Mar 2017 20:19:02 +0000
with message-id <[email protected]>
and subject line unblock pd-iemmatrix
has caused the Debian Bug report #857717,
regarding unblock: pd-iemmatrix/0.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 [email protected]
immediately.)


-- 
857717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857717
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Please unblock package pd-iemmatrix

the purpose of this upload is to get rid of the versioned build-dependency on
'automake1.11' (and use the generic 'automake' instead), in accordance to the
recent announcement on debian-devel wrt mass bug filing.
admittedly this is a minor upload.

unblock pd-iemmatrix/0.3-3

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

Kernel: Linux 4.8.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_AT.utf8, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru pd-iemmatrix-0.3/debian/changelog pd-iemmatrix-0.3/debian/changelog
--- pd-iemmatrix-0.3/debian/changelog   2015-12-01 13:32:58.000000000 +0100
+++ pd-iemmatrix-0.3/debian/changelog   2017-03-14 09:26:54.000000000 +0100
@@ -1,3 +1,11 @@
+pd-iemmatrix (0.3-3) unstable; urgency=medium
+
+  * Dropped versioned dependency on automake
+  * Canonical Vcs-Git stanza
+  * Bumped standards version to 3.9.8
+
+ -- IOhannes m zmölnig (Debian/GNU) <[email protected]>  Tue, 14 Mar 2017 
09:26:54 +0100
+
 pd-iemmatrix (0.3-2) unstable; urgency=medium
 
   * Fallback B-D on libgsl0-dev
diff -Nru pd-iemmatrix-0.3/debian/control pd-iemmatrix-0.3/debian/control
--- pd-iemmatrix-0.3/debian/control     2015-12-01 13:34:26.000000000 +0100
+++ pd-iemmatrix-0.3/debian/control     2017-03-14 09:26:54.000000000 +0100
@@ -3,29 +3,30 @@
 Maintainer: Debian Multimedia Maintainers 
<[email protected]>
 Uploaders: Roman Haefeli <[email protected]>,
  IOhannes m zmölnig (Debian/GNU) <[email protected]>,
- Jonas Smedegaard <[email protected]>
-Build-Depends: cdbs (>= 0.4.91~),
+ Jonas Smedegaard <[email protected]>,
+Build-Depends: cdbs (>= 0.4.123~),
+ autotools-dev,
  debhelper,
  dh-buildinfo,
- automake1.11,
+ automake,
  autoconf,
  dh-autoreconf,
- devscripts,
+ licensecheck,
  puredata-dev | puredata,
  libfftw3-dev,
  libsndfile1-dev,
- libgsl-dev | libgsl0-dev
-Standards-Version: 3.9.6
+ libgsl-dev | libgsl0-dev,
+Standards-Version: 3.9.8
 Section: sound
 Homepage: https://git.iem.at/pd/iemmatrix
-Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-iemmatrix
+Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pd-iemmatrix.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-iemmatrix.git
 
 Package: pd-iemmatrix
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- puredata | pd
+ puredata | pd,
 Description: Pd-objects for simple matrix operations
  This library contains about 100 objects for matrix manipulation within
  the dataflow language Pure Data.
diff -Nru pd-iemmatrix-0.3/debian/control.in pd-iemmatrix-0.3/debian/control.in
--- pd-iemmatrix-0.3/debian/control.in  2015-12-01 13:31:56.000000000 +0100
+++ pd-iemmatrix-0.3/debian/control.in  2017-03-14 09:25:04.000000000 +0100
@@ -3,23 +3,23 @@
 Maintainer: Debian Multimedia Maintainers 
<[email protected]>
 Uploaders: Roman Haefeli <[email protected]>,
  IOhannes m zmölnig (Debian/GNU) <[email protected]>,
- Jonas Smedegaard <[email protected]>
+ Jonas Smedegaard <[email protected]>,
 Build-Depends: @cdbs@,
  puredata-dev | puredata,
  libfftw3-dev,
  libsndfile1-dev,
- libgsl-dev | libgsl0-dev
-Standards-Version: 3.9.6
+ libgsl-dev | libgsl0-dev,
+Standards-Version: 3.9.8
 Section: sound
 Homepage: https://git.iem.at/pd/iemmatrix
-Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-iemmatrix
+Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/pd-iemmatrix.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/pd-iemmatrix.git
 
 Package: pd-iemmatrix
 Architecture: any
 Depends: ${shlibs:Depends},
  ${misc:Depends},
- puredata | pd
+ puredata | pd,
 Description: Pd-objects for simple matrix operations
  This library contains about 100 objects for matrix manipulation within
  the dataflow language Pure Data.
diff -Nru pd-iemmatrix-0.3/debian/copyright_hints 
pd-iemmatrix-0.3/debian/copyright_hints
--- pd-iemmatrix-0.3/debian/copyright_hints     2015-11-12 20:37:43.000000000 
+0100
+++ pd-iemmatrix-0.3/debian/copyright_hints     2017-03-14 09:26:54.000000000 
+0100
@@ -574,7 +574,7 @@
  tests/runtests.txt
  tests/runtests_nogui.pd
  tests/testunit.pd
-Copyright: *No copyright*
+Copyright: NONE
 License: UNKNOWN
  FIXME
 
@@ -641,7 +641,7 @@
  src/mtx_trace.c
  src/mtx_transpose.c
  src/mtx_zeros.c
-Copyright: IOhannes m zmölnig, forum::für::umläute
+Copyright: IOhannes m zmölnig, forum::für::umläute
 License: UNKNOWN
  FIXME
 
@@ -661,8 +661,6 @@
  src/mtx_index.c
  src/mtx_minmax.c
  src/mtx_qhull.c
- src/mtx_qhull/list.c
- src/mtx_qhull/list.h
  src/mtx_qhull/vectors.c
  src/mtx_qhull/vectors.h
  src/mtx_qhull/zhull.c
@@ -691,34 +689,31 @@
 License: UNKNOWN
  FIXME
 
-Files: m4/iem_fat.m4
- m4/iem_operatingsystem.m4
+Files: m4/iem_checkflags.m4
+ m4/iem_fat.m4
  m4/iem_parallelport.m4
  m4/iem_simd.m4
 Copyright: 2005-2006, IOhannes m zmölnig
-  2011, IOhannes m zmölnig
-License: UNKNOWN
- FIXME
-
-Files: m4/ltsugar.m4
- m4/ltversion.m4
- m4/lt~obsolete.m4
-Copyright: 2004, Free Software Foundation, Inc
-  2004-2005, 2007, 2009, Free Software Foundation, Inc
-  2004-2005, 2007-2008, Free Software Foundation, Inc
+  2005-2011, IOhannes m zmölnig
 License: UNKNOWN
  FIXME
 
 Files: GnuGPL.txt
  src/mtx_spherical_harmonics/COPYING
-Copyright: 1989, 1991 Free Software Foundation, Inc
-License: GPL-ever
+Copyright: 1989, 1991, Free Software Foundation, Inc.
+  <year> <name of author>
+  disclaimer" for the program, if
+  ed by the Free
+  ed interfaces, the
+  interest in the program
+  the software, and
+  year name of author
+License: GPL-2+
  FIXME
 
-Files: INSTALL.txt
- m4/ltoptions.m4
-Copyright: 1994-1996, 1999-2002, 2004-2012, Free Software Foundation
-  2004-2005, 2007-2009, Free Software Foundation
+Files: src/mtx_qhull/list.c
+ src/mtx_qhull/list.h
+Copyright: 2012, Franz Zotter,
 License: UNKNOWN
  FIXME
 
@@ -729,14 +724,14 @@
 License: UNKNOWN
  FIXME
 
-Files: m4/libtool.m4
-Copyright: 1996-2001, 2003-2005, 2006-2011, Free Software
-License: GPL-2+
+Files: INSTALL.txt
+Copyright: 1994-1996, 1999-2002, 2004-2012, Free Software Foundation,
+License: FSFAP
  FIXME
 
 Files: debian/rules
 Copyright: 2002, Guenter Geiger <[email protected]>
-  2011, IOhannes m zmölnig <[email protected]>
+  2011, IOhannes m zmölnig <[email protected]>
 License: GPL-2+
  FIXME
 
@@ -747,40 +742,51 @@
 License: GPL-2+
  FIXME
 
-Files: src/mtx_spherical_harmonics/LICENSE
-Copyright: 2007, Free Software Foundation, Inc. <http:fsf.org/>
-License: GPL-ever GPL (vever)
- FIXME
-
 Files: src/mtx_reverse.c
 Copyright: 2005, Franz Zotter
-  2006, IOhannes m zmölnig
+  2006, IOhannes m zmölnig
 License: UNKNOWN
  FIXME
 
-Files: m4/iem_checkflags.m4
-Copyright: 2005-2011, IOhannes m zmölnig
-  compiler accepts the ADDITIONAL-CPPFLAGS
+Files: src/mtx_spherical_harmonics/LICENSE
+Copyright: -like laws that apply to other kinds of
+  2007, Free Software Foundation, Inc. <http:fsf.org/>
+  <year> <name of author>
+  able work licensed under this
+  are not
+  disclaimer" for the program, if necessary.
+  ed material outside their relationship with you.
+  if you do
+  permission, other than the making of an
+  permission.
+  treaty adopted on 20 December 1996, or
 License: UNKNOWN
  FIXME
 
-Files: src/mtx_binop_generic.h
-Copyright: IOhannes m zmölnig, fandum::für::umläute
+Files: m4/iem_operatingsystem.m4
+Copyright: 2011, IOhannes m zmölnig
 License: UNKNOWN
  FIXME
 
 Files: src/mtx_qhull/entry.h
-Copyright: 2012, IOhannes zmoelnig
+Copyright: 2012, IOhannes zmoelnig,
 License: UNKNOWN
  FIXME
 
 Files: src/mtx_mul~.c
-Copyright: Thomas Musil, IEM KUG Graz Austria 2000-2003, Copyright (c) 
IOhannes m zmölnig, forum::für::umläute, IEM, Graz, Austria
+Copyright: IOhannes m zmölnig, forum::für::umläute, IEM, Graz, Austria
+  Thomas Musil, IEM KUG Graz Austria 2000-2003
 License: UNKNOWN
  FIXME
 
 Files: src/iemmatrix.h
-Copyright: Thomas Musil; IEM KUG, Graz, Austria; 2001-2005, Copyright (c) 
IOhannes m zmölnig (forum::für::umläute), IEM KUG, Graz, Austria; 2001-2005, * 
For information on usage and redistribution, and for a DISCLAIMER OF ALL
+Copyright: IOhannes m zmölnig (forum::für::umläute), IEM KUG, Graz, Austria; 
2001-2005
+  Thomas Musil; IEM KUG, Graz, Austria; 2001-2005
+License: UNKNOWN
+ FIXME
+
+Files: src/mtx_binop_generic.h
+Copyright: IOhannes m zmölnig, fandum::für::umläute
 License: UNKNOWN
  FIXME
 
diff -Nru pd-iemmatrix-0.3/debian/rules pd-iemmatrix-0.3/debian/rules
--- pd-iemmatrix-0.3/debian/rules       2015-11-12 20:37:43.000000000 +0100
+++ pd-iemmatrix-0.3/debian/rules       2017-03-14 09:22:53.000000000 +0100
@@ -27,8 +27,8 @@
 
 
 # regenerate configure, so that patches to configure.ac take effect
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOCONF = 2.61
+DEB_AUTO_UPDATE_ACLOCAL = ,
+DEB_AUTO_UPDATE_AUTOCONF = ,
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-extension=pd_linux 
--with-build-date="$(BUILD_DATE)"
 

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

--- End Message ---

Reply via email to