Your message dated Wed, 09 May 2018 21:46:38 +0000
with message-id <e1fgwv0-0008dq...@fasolo.debian.org>
and subject line Bug#893029: fixed in oce 0.18.2-3
has caused the Debian Bug report #893029,
regarding oce: depends on deprecated Tcl/Tk 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.)


-- 
893029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oce
Version: 0.18.2-2
Severity: important
Tags: patch

Dear Maintainer,

As of now oce build-depends (and as a result oce-draw depends) on Tcl/Tk 8.5
which has reached its end of life and will be removed from Debian soon.
I'd like to suggest a patch which switches the dependencies to Tcl/Tk 8.6.
As far as I can see, the package builds fine, and the DRAWEXE binary runs
(I didn't do thorough testing).

If it's okay to you, I could do NMU if necessary.

-- System Information:
Debian Release: 9.4
  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 oce-0.18.2/debian/changelog oce-0.18.2/debian/changelog
--- oce-0.18.2/debian/changelog 2017-10-03 13:44:41.000000000 +0300
+++ oce-0.18.2/debian/changelog 2018-03-15 16:19:12.000000000 +0300
@@ -1,3 +1,11 @@
+oce (0.18.2-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Switch to Tcl/Tk 8.6 from 8.5 since Tcl/Tk 8.5 is to be removed
+    from Debian.
+
+ -- Sergei Golovan <sgolo...@debian.org>  Thu, 15 Mar 2018 16:19:12 +0300
+
 oce (0.18.2-2) unstable; urgency=medium
 
   * [3524c7e] Move all headers assigned to oce-draw into
diff -Nru oce-0.18.2/debian/control oce-0.18.2/debian/control
--- oce-0.18.2/debian/control   2017-10-03 13:44:26.000000000 +0300
+++ oce-0.18.2/debian/control   2018-02-01 15:54:32.000000000 +0300
@@ -15,8 +15,8 @@
                libx11-dev,
                libxext-dev,
                quilt,
-               tcl8.5-dev,
-               tk8.5-dev
+               tcl8.6-dev,
+               tk8.6-dev
 Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/oce.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/oce.git
@@ -144,8 +144,8 @@
          ${misc:Depends},
          libx11-dev,
          libfreetype6-dev,
-         tcl8.5-dev,
-         tk8.5-dev
+         tcl8.6-dev,
+         tk8.6-dev
 Description: OpenCASCADE Community Edition CAE platform shared library
  OpenCASCADE is a suite for 3D surface and solid modeling, visualization, data
  exchange and rapid application development.  It is an excellent platform for

--- End Message ---
--- Begin Message ---
Source: oce
Source-Version: 0.18.2-3

We believe that the bug you reported is fixed in the latest version of
oce, 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 893...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated oce 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: SHA512

Format: 1.8
Date: Wed, 09 May 2018 22:09:54 +0200
Source: oce
Binary: liboce-foundation11 liboce-modeling11 liboce-visualization11 
liboce-ocaf-lite11 liboce-ocaf11 oce-draw liboce-foundation-dev 
liboce-modeling-dev liboce-ocaf-lite-dev liboce-ocaf-dev 
liboce-visualization-dev
Architecture: source
Version: 0.18.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gl...@debian.org>
Description:
 liboce-foundation-dev - OpenCASCADE Community Edition CAE platform library 
development fi
 liboce-foundation11 - OpenCASCADE Community Edition CAE platform shared library
 liboce-modeling-dev - OpenCASCADE Community Edition CAE platform library 
development fi
 liboce-modeling11 - OpenCASCADE Community Edition CAE platform shared library
 liboce-ocaf-dev - OpenCASCADE Community Edition CAE platform library 
development fi
 liboce-ocaf-lite-dev - OpenCASCADE Community Edition CAE platform library 
development fi
 liboce-ocaf-lite11 - OpenCASCADE Community Edition CAE platform shared library
 liboce-ocaf11 - OpenCASCADE Community Edition CAE platform shared library
 liboce-visualization-dev - OpenCASCADE Community Edition CAE platform library 
development fi
 liboce-visualization11 - OpenCASCADE Community Edition CAE platform shared 
library
 oce-draw   - OpenCASCADE Community Edition CAE platform shared library
Closes: 893029
Changes:
 oce (0.18.2-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Sergei Golovan ]
   * [ae84e42] Switch to Tcl/Tk 8.6 from 8.5 since Tcl/Tk 8.5 is to be
               remove from Debian. (Closes: #893029)
 .
   [ Anton Gladky ]
   * [4c5ac13] Update VCS-fields (migrate to salsa)
   * [66ca6ae] Set Standards-Versions to 4.1.4
   * [ce39f14] Set compat-level to 11
   * [cf3ca0e] Add autopkgtests
   * [22cbb72] Remove myself from uploaders
Checksums-Sha1:
 e884c5e0083040c7256a7ded428ed80d8169f032 2874 oce_0.18.2-3.dsc
 023f8b74eea68eaafbe13307fc1103096b610c45 71948 oce_0.18.2-3.debian.tar.xz
 8c28f86f43bdd0fe1139fbb7031b853e107272bf 10941 oce_0.18.2-3_source.buildinfo
Checksums-Sha256:
 95073c673b32d11297a56a9588e9fe9415c77974ce33676d3dc77677bc18af89 2874 
oce_0.18.2-3.dsc
 ae16566c40447feafb24a5a6e19ce8b02939084b79502812ecc84fe926552215 71948 
oce_0.18.2-3.debian.tar.xz
 bddadbb5630ec0631544dacb403ee62947cd466b56467e7f12986f29f29f0757 10941 
oce_0.18.2-3_source.buildinfo
Files:
 7178b48008f38daa8858c9621092078f 2874 science optional oce_0.18.2-3.dsc
 81921fb0eb99e71d6e21e93077f0f639 71948 science optional 
oce_0.18.2-3.debian.tar.xz
 fb7d9684d3d52b743709722e1b14b624 10941 science optional 
oce_0.18.2-3_source.buildinfo

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

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAlrzVm0ACgkQ0+Fzg8+n
/wbneQ//W0bAW3AL4o5D+Ig/nIWn/cvFVOp4eKb80QDVolFBctyChMBeWupBe3ib
J/3JLQlP3pVbGybMUnecmx/J1ILCcg2Z8nrGFTbvjy6bnYmkHDFuq/dY6IfxPwMy
+BPzpwfHLqJpcGzPVAlXjLoem476G8rdZhxiKZygLL9gaMPVQuFTSoqI4Js6SmFi
1Yt1FcgaoWTujMlfHAoD3hEqfXLN1/u6b57rb8WFhXbJ5vrX3YEdwgpxek8AFq+3
KIwlJBG4UMorZiTVO35QOdCUgs1kwpGuOWOv7PmLat8HOzSavB/isB6gWKASQgrS
W/e//CYtHc2i8rxLOdqMpSxtorOX5LTV6Ite8SLUfPIEk1uJTuTsYoEw6ukCeEMO
Et2ZqZ6Pz8PSPRsY5mBA3lkHebR6DQ5rTa7k31Tz5e2eW1J87t04ZKJa2TcAFuX9
tsTzzyw1tukEbBc1C1MgNfCrPLRd8o/+BqvwnOCBFSK6ywUc+IMb5DKvZ9hw3i2p
cB738Azdcny9tmLZ5zOycDlejkg5DOHx5SAWVlOYdLv/01M58mnUkfoq8FHp06eH
H6mTMLSKV7F29yxe8DurBs1B/OKe/RFM0s5rGDaO02qe7fQLEsptCH+dGcpzGh9x
L+5eo8jgSBxP9+oCE4dy3DiM7bJBk5aFiqwVsvqVNilFkGRsGbw=
=Jnop
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to