Bug#808165: jsxgraph: deprecation of python-support

2015-12-17 Thread Georges Khaznadar
Thank you Mattia,

I shall use your patch, and apply it while building the newest package
for jsxgraph, with version 0.99.3, to be uploaded shortly.

Best regards,   Georges.

Mattia Rizzolo a écrit :
> 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.0 
> +
> +++ jsxgraph-0.98~dfsg1/debian/changelog  2015-12-16 17:27:23.0 
> +
> @@ -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   Wed, 16 Dec 2015 17:27:12 +
> +
>  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/control2014-01-13 17:56:28.0 
> +
> +++ jsxgraph-0.98~dfsg1/debian/control2015-12-16 17:26:21.0 
> +
> @@ -4,14 +4,13 @@
>  Maintainer: Georges Khaznadar 
>  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.0 +
> +++ jsxgraph-0.98~dfsg1/debian/rules  2015-12-16 17:26:38.0 +
> @@ -10,7 +10,7 @@
>  #export DH_VERBOSE=1
>  
>  %:
> - dh $@ 
> + dh $@ --with python2
>  
>  get_latest_source:
>   debian/get-latest-source




-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70



signature.asc
Description: PGP signature


Bug#808165: jsxgraph: deprecation of python-support

2015-12-16 Thread Mattia Rizzolo
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/changelog2014-01-13 17:56:20.0 
+
+++ jsxgraph-0.98~dfsg1/debian/changelog2015-12-16 17:27:23.0 
+
@@ -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   Wed, 16 Dec 2015 17:27:12 +
+
 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.0 +
+++ jsxgraph-0.98~dfsg1/debian/control  2015-12-16 17:26:21.0 +
@@ -4,14 +4,13 @@
 Maintainer: Georges Khaznadar 
 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/rules2013-11-01 15:39:52.0 +
+++ jsxgraph-0.98~dfsg1/debian/rules2015-12-16 17:26:38.0 +
@@ -10,7 +10,7 @@
 #export DH_VERBOSE=1
 
 %:
-   dh $@ 
+   dh $@ --with python2
 
 get_latest_source:
debian/get-latest-source


signature.asc
Description: PGP signature