Your message dated Sun, 04 Feb 2018 19:59:42 +0000
with message-id <e1eiqry-000cmy...@fasolo.debian.org>
and subject line Bug#889032: fixed in pd-tclpd 0.3.0-2
has caused the Debian Bug report #889032,
regarding pd-tclpd uses deprecated Tcl 8.5
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.)


-- 
889032: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pd-tclpd
Version: 0.3.0-1
Severity: important
Tags: patch

Dear Maintainer,

We are planning to remove Tcl 8.5 from Debian since it's reaced the
end-of-life. So please, switch pd-tclpd to a more recent Tcl version.

I'd like to propose a NMU which just replaces tcl8.6-dev by tcl-dev
(the default Tcl version, which is currently 8.6) and patches
Makefile to use it instead of 8.5. If it's okay to you, I could
dor the upload.

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

Kernel: Linux 4.14.0-0.bpo.3-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru pd-tclpd-0.3.0/debian/changelog pd-tclpd-0.3.0/debian/changelog
--- pd-tclpd-0.3.0/debian/changelog     2015-08-18 00:58:39.000000000 +0300
+++ pd-tclpd-0.3.0/debian/changelog     2018-02-01 13:31:51.000000000 +0300
@@ -1,3 +1,11 @@
+pd-tclpd (0.3.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to the default Tcl/Tk from Tcl/Tk 8.5 which is to be removed from
+    Debian.
+
+ -- Sergei Golovan <sgolo...@debian.org>  Thu, 01 Feb 2018 13:31:51 +0300
+
 pd-tclpd (0.3.0-1) unstable; urgency=medium
 
   * Initial release. (Closes: #795898)
diff -Nru pd-tclpd-0.3.0/debian/control pd-tclpd-0.3.0/debian/control
--- pd-tclpd-0.3.0/debian/control       2015-08-18 00:58:15.000000000 +0300
+++ pd-tclpd-0.3.0/debian/control       2018-01-20 09:40:48.000000000 +0300
@@ -6,7 +6,7 @@
  debhelper,
  dh-buildinfo,
  puredata-dev | puredata,
- tcl8.5-dev,
+ tcl-dev,
  swig
 Standards-Version: 3.9.6
 Section: sound
diff -Nru pd-tclpd-0.3.0/debian/control.in pd-tclpd-0.3.0/debian/control.in
--- pd-tclpd-0.3.0/debian/control.in    2015-08-18 00:49:54.000000000 +0300
+++ pd-tclpd-0.3.0/debian/control.in    2018-01-20 09:40:58.000000000 +0300
@@ -4,7 +4,7 @@
 Uploaders: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
 Build-Depends: @cdbs@,
  puredata-dev | puredata,
- tcl8.5-dev,
+ tcl-dev,
  swig
 Standards-Version: 3.9.6
 Section: sound
diff -Nru pd-tclpd-0.3.0/debian/patches/default-tcltk.patch 
pd-tclpd-0.3.0/debian/patches/default-tcltk.patch
--- pd-tclpd-0.3.0/debian/patches/default-tcltk.patch   1970-01-01 
03:00:00.000000000 +0300
+++ pd-tclpd-0.3.0/debian/patches/default-tcltk.patch   2018-01-20 
09:43:49.000000000 +0300
@@ -0,0 +1,19 @@
+--- a/Makefile
++++ b/Makefile
+@@ -38,14 +38,14 @@
+ #
+ 
#------------------------------------------------------------------------------#
+ 
+-ALL_CFLAGS = -I"$(PD_INCLUDE)" -std=c99 -I/usr/include/tcl8.5 \
++ALL_CFLAGS = -I"$(PD_INCLUDE)" -std=c99 -I/usr/include/tcl \
+       -I/Library/Frameworks/Tcl.framework/Headers \
+       -Wall -W -Wno-unused-parameter \
+       -DHASHTABLE_COPY_KEYS
+ ALL_LDFLAGS = -fPIC
+ SHARED_LDFLAGS =
+ ALL_LIBS = 
+-LIBS_linux = -ltcl8.5
++LIBS_linux = -ltcl
+ LIBS_macosx = -framework Tcl
+ LIBS_windows = -ltcl85 "$(LIBRARY_NAME).def"
+ 
diff -Nru pd-tclpd-0.3.0/debian/patches/series 
pd-tclpd-0.3.0/debian/patches/series
--- pd-tclpd-0.3.0/debian/patches/series        2015-08-18 00:43:54.000000000 
+0300
+++ pd-tclpd-0.3.0/debian/patches/series        2018-01-20 09:43:01.000000000 
+0300
@@ -1 +1,2 @@
 fix_format-security.patch
+default-tcltk.patch

--- End Message ---
--- Begin Message ---
Source: pd-tclpd
Source-Version: 0.3.0-2

We believe that the bug you reported is fixed in the latest version of
pd-tclpd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 889...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> (supplier of updated 
pd-tclpd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 01 Feb 2018 23:40:35 +0100
Source: pd-tclpd
Binary: pd-tclpd
Architecture: source
Version: 0.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
Changed-By: IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org>
Description:
 pd-tclpd   - Tcl objects for Pure Data (Pd)
Closes: 889032
Changes:
 pd-tclpd (0.3.0-2) unstable; urgency=medium
 .
   * Build against tcl8.6-dev (Closes: #889032)
   * Fixed spelling error in long description
   * Removed broken "test" target
   * Switched buildsystem from dh to cdbs
     * Bumped dh compat to 11
     * Enabled hardening
   * Switched URLs to https://
   * Updated Vcs-* stanzas to salsa.d.o
   * Updated maintainer address
   * Updated d/watch
   * Updated d/copyright_hints
   * Bumped standards version to 4.1.3
Checksums-Sha1:
 377bded74d787cdc54e0960c2877fddc3d3e8e10 1998 pd-tclpd_0.3.0-2.dsc
 b2b2e104696898f6f033fab932604e499ead4085 3816 pd-tclpd_0.3.0-2.debian.tar.xz
 1b337ead4537ef9e13006d1bb405ef765a4816aa 5733 pd-tclpd_0.3.0-2_amd64.buildinfo
Checksums-Sha256:
 192739ea2786ebf564726818125ebe6f442a0c638cf8ce1f9c88ecfb2009ebee 1998 
pd-tclpd_0.3.0-2.dsc
 0868e9a40d4b40a18eeec70f1f9fbd02fb73d29d738fa3df86e2b6cae397af44 3816 
pd-tclpd_0.3.0-2.debian.tar.xz
 7226f4ec899174111bb74b4e678c3e4c8e09aad1dab0eaadeab5f38283248a9a 5733 
pd-tclpd_0.3.0-2_amd64.buildinfo
Files:
 7496020b91e4c6e2905f289af9f882a1 1998 sound optional pd-tclpd_0.3.0-2.dsc
 1babbc490ebac4388320d8177ed210fa 3816 sound optional 
pd-tclpd_0.3.0-2.debian.tar.xz
 0520b976ebc63f25df65665fcd06f926 5733 sound optional 
pd-tclpd_0.3.0-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEdAXnRVdICXNIABVttlAZxH96NvgFAlp3VyYACgkQtlAZxH96
NvjXaxAAk201ShhC/28CoVHbJ6wHN74N35nstRV4aIMcyxrDAFlh5lXYMucqh5Yn
sNZSMWLsjuwaFTJ/tn1Shd0zQ78KqP9sfNh9ndGxwP0SEA3oW5pqfvf7oM7wYp/m
85FEZZVfh57qHXcV2EYylxfQtPfOO5kzgSfMLzG1vvKhQ7+cbBWdePNmdZib5hnu
ulhXsAlyrhex9Qfj9FKHWXTDQCFTdTMaG2LKnrlcs1hQCrwR/3s6fMjtTAabHjbX
LasF77RrUgy/nCk3TZsDjOUC3AJTYnpWkxoAUH9VGbg0YmpTBT3JsFJFwkNxWv3K
7rSJCQpyScMftl5GoTWCM6lcrQJh+kxv1seWUzZ7F+oNz9Bxuz5XS7Fz+soAjwSc
UApy5ptTXj1eg72slQ70KLNZfljwomeeOEt3c0J27WQ66wFBSYhwa86T8VpEuRWF
iqVWJEb5LoUzdYP+dWOX2vD1DTBivj9oi+6J15BezKOzpcyofywKqWNZpBAtcX/E
z9dwRPpWjumjfLh/ll77wdcXZdGdy0K9ZO7MYMiWE3DDwm4swaVH4KihCaHFa4Zg
6k24ertwWMStYm2ceCrXBfFwLQy6btB6wkBljAmZ4l5uG6CkC+cOc6aNpgPRe0nY
utt1Dn2x/Go2QFmhw3vdIeO7yFEhvJS361Ow9RoY/XemFU6oHKI=
=3cIv
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to