Your message dated Thu, 17 Dec 2015 16:37:59 +0000
with message-id <e1a9bz1-0006fa...@franck.debian.org>
and subject line Bug#808165: fixed in jsxgraph 0.99.3~dfsg1-1
has caused the Debian Bug report #808165,
regarding jsxgraph: deprecation of python-support
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.)


-- 
808165: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808165
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jsxgraph
Version: 0.98~dfsg1-3
Severity: serious
Tags: patch sid stretch
User: debian-pyt...@lists.debian.org
Usertags: pysupport-deprecation

Dear Maintainer,

your package either depends on the python-support package.

python-support has been deprecated for some time (since 2011), and we're
currently in the process of removing it in favour of dh_python2.

Unfortunately your package went unnoticed till now, where we're on an
advanced state of the transition, with very few blocker, so I'm sorry
for the severity and the short notice of this bug report.

Attached there is a patch that is really enough to fix this, and I'd be
happy to do a minimal NMU of it.

Thanks!


-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  http://mapreri.org                              : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
diffstat for jsxgraph-0.98~dfsg1 jsxgraph-0.98~dfsg1

 changelog |    7 +++++++
 control   |    5 ++---
 rules     |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)

diff -Nru jsxgraph-0.98~dfsg1/debian/changelog 
jsxgraph-0.98~dfsg1/debian/changelog
--- jsxgraph-0.98~dfsg1/debian/changelog        2014-01-13 17:56:20.000000000 
+0000
+++ jsxgraph-0.98~dfsg1/debian/changelog        2015-12-16 17:27:23.000000000 
+0000
@@ -1,3 +1,10 @@
+jsxgraph (0.98~dfsg1-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build using dh-python instead of python-support.
+
+ -- Mattia Rizzolo <mat...@debian.org>  Wed, 16 Dec 2015 17:27:12 +0000
+
 jsxgraph (0.98~dfsg1-3) unstable; urgency=low
 
   * added build-dependencies node-uglify and zip, thanks to 
diff -Nru jsxgraph-0.98~dfsg1/debian/control jsxgraph-0.98~dfsg1/debian/control
--- jsxgraph-0.98~dfsg1/debian/control  2014-01-13 17:56:28.000000000 +0000
+++ jsxgraph-0.98~dfsg1/debian/control  2015-12-16 17:26:21.000000000 +0000
@@ -4,14 +4,13 @@
 Maintainer: Georges Khaznadar <georg...@debian.org>
 Build-Depends: debhelper (>= 7.0.50~), quilt
 Build-Depends-Indep: jsdoc-toolkit (>=2.4.0+dfsg-3), yui-compressor,
- node-almond, node-requirejs, node-uglify, zip
+ node-almond, node-requirejs, node-uglify, zip, python, dh-python
 Standards-Version: 3.9.5
 Homepage: http://jsxgraph.uni-bayreuth.de/cms/index.php
 
 Package: jsxgraph
 Architecture: all
-Depends: ${misc:Depends}, libjs-prototype, libjs-jquery,
- python-support (>= 0.90), python
+Depends: ${misc:Depends}, ${python:Depends}, libjs-prototype, libjs-jquery
 Suggests: jsxgraph-examples
 Description: Interactive Geometry with JavaScript
  JSXGraph is a cross-browser library to display interactive geometry in a
diff -Nru jsxgraph-0.98~dfsg1/debian/rules jsxgraph-0.98~dfsg1/debian/rules
--- jsxgraph-0.98~dfsg1/debian/rules    2013-11-01 15:39:52.000000000 +0000
+++ jsxgraph-0.98~dfsg1/debian/rules    2015-12-16 17:26:38.000000000 +0000
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-       dh $@ 
+       dh $@ --with python2
 
 get_latest_source:
        debian/get-latest-source

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: jsxgraph
Source-Version: 0.99.3~dfsg1-1

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

Debian distribution maintenance software
pp.
Georges Khaznadar <georg...@debian.org> (supplier of updated jsxgraph 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, 17 Dec 2015 10:17:07 +0100
Source: jsxgraph
Binary: jsxgraph
Architecture: source all
Version: 0.99.3~dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <georg...@debian.org>
Changed-By: Georges Khaznadar <georg...@debian.org>
Description:
 jsxgraph   - Interactive Geometry with JavaScript
Closes: 669752 734501 788728 808165
Changes:
 jsxgraph (0.99.3~dfsg1-1) unstable; urgency=medium
 .
   * upgraded to the newest upstream version
   * removed a few sourceless files; Closes: #788728, and documented
     a few javascript sources in jsxgraph-lintian-overrides
   * realized that a former bug was already fixed. (Resolve FTBFS
     because of missing b-d-i). Closes: #734501
   * modified the installation to comply with Apache2.4; Closes: #669752
   * upgraded to dh_python2, thanks to Mattia Rizzolo's patch.
     Closes: #808165
   * upgraded Standards-Version to 3.9.6
   * imported the bootstrap script r.js as a quilt patch
   * changed the links to prototype.js in examples
   * changed the links to jquery.js in examples
   * changed the links to mathjax.js in examples
Checksums-Sha1:
 55b0053507f20336dfeff353653447ccfd7e340e 1916 jsxgraph_0.99.3~dfsg1-1.dsc
 41d2e3834588a07d95a9ac398b3cfc7767ba1ee7 4811500 
jsxgraph_0.99.3~dfsg1.orig.tar.xz
 0fb7d513f916619b59b6f8baff933339d183540c 202812 
jsxgraph_0.99.3~dfsg1-1.debian.tar.xz
 036263d2ac28c2ca0c2aefc21a9fe48533b7e1ba 6352858 
jsxgraph_0.99.3~dfsg1-1_all.deb
Checksums-Sha256:
 9786ff40c99cbca80b0dcf8c3ae30af247aef7550fbad9e9d682460be50dd0dd 1916 
jsxgraph_0.99.3~dfsg1-1.dsc
 26a081acc28056d1a27069514946684178681b9f3c97cb571c7fdc70d49d7691 4811500 
jsxgraph_0.99.3~dfsg1.orig.tar.xz
 e7806d00ca41c5c2427758712977dc44df900ede926b26c46fe5a0744153075e 202812 
jsxgraph_0.99.3~dfsg1-1.debian.tar.xz
 2e28a60003d51ded4fb35241b36a66e4231181236ff73c7fb72328ba4938f66a 6352858 
jsxgraph_0.99.3~dfsg1-1_all.deb
Files:
 6c281e7a88bea602ea712e301e344225 1916 devel extra jsxgraph_0.99.3~dfsg1-1.dsc
 7f8fa80ab1aebb2773185e29be5a8062 4811500 devel extra 
jsxgraph_0.99.3~dfsg1.orig.tar.xz
 ac5925aecbe0b612fbe1a5b4d4234a8b 202812 devel extra 
jsxgraph_0.99.3~dfsg1-1.debian.tar.xz
 4245e80217c9de357ee90e3047868387 6352858 devel extra 
jsxgraph_0.99.3~dfsg1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBVnLChRwoFpBxNq45AQhgzw//bTiDxmSolu0kRAprLhVtgoou71gLV1Ym
ByzSSSpx9EVbLAtJMN0240TJJlC34525Zxyz+vOLElan3HNaHcLDiI5MhVC54inw
c33LneGlOCtoLLCZFsB/DDW4wKHF548W9vdiT2DkmCruGWZlQkcvoALBApRG1VuK
w9rvHz8B4jZJcm6dmtzR5Dirrk7prIsjxxEP6l1MrZw0ksS9ngYxi4Igt0nbGv+P
LeBMn0iuFJUkoWspo9MdX/4aGJvhzgc4Vq9b9GWkYNxoZDNsU3uTxRb94RTxhmj9
5xOBv+3QD1t2W090ybfX98t6b5YWnZoxo7xQpUmn5X4GbCogX0dPLlBOLFQrch9A
xuBqNXiX6JQCBl9uN4zIxNOI/lsjc3Het38xqwOOG1tcPMjr3n5StFqZKjmc81jg
qBs4BHUarcfXEOZ46JHFzrXf0bEVKMx8fjjcn6zAXfCtmG0evTO2Cft3CSsNUFkQ
PRDDxX/L0iUaWMepo0xGosWxzNRk39ykr9M0wla111CcG4MF5VKR3QMUC/L3JhIU
dhC0gob2fxWRQgZeMB7wepi62QPZQx85ZzNU0rYeuEMq/4uLpIpQib6KVdT4xOHY
Sno9o55MzH13DnFibWhWD52uJPC+USsKqjxJ1LEW4SQkVN453h4yDjCUM+Lykj1g
Kggjz76hIPI=
=28LG
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to