Bug#808195: uicilibris: deprecation of python-support

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

you patch is part of the new uploaded package, I upgraded a few features
and repacked uicilibris to comply better with lintian.

Best regards,   Georges.

Mattia Rizzolo a écrit :
> On Thu, Dec 17, 2015 at 02:07:55AM +, Mattia Rizzolo wrote:
> > Attached there is a patch that is really enough to fix this, and I'd be
> > happy to do a minimal NMU of it.
> 
> the 'y' key is just more handy than the 'a', sorry.
> Here is the patch :)
> 
> -- 
> 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 uicilibris-1.12 uicilibris-1.12
> 
>  changelog |7 +++
>  control   |2 +-
>  rules |4 ++--
>  3 files changed, 10 insertions(+), 3 deletions(-)
> 
> diff -Nru uicilibris-1.12/debian/changelog uicilibris-1.12/debian/changelog
> --- uicilibris-1.12/debian/changelog  2013-01-03 22:50:27.0 +
> +++ uicilibris-1.12/debian/changelog  2015-12-17 02:03:47.0 +
> @@ -1,3 +1,10 @@
> +uicilibris (1.12-1.1) UNRELEASED; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * Build with dh-python instead of python-support.
> +
> + -- Mattia Rizzolo   Thu, 17 Dec 2015 02:03:39 +
> +
>  uicilibris (1.12-1) unstable; urgency=low
>  
>* implemented a specific template for ISN:creditphoto
> diff -Nru uicilibris-1.12/debian/control uicilibris-1.12/debian/control
> --- uicilibris-1.12/debian/control2012-12-29 19:43:18.0 +
> +++ uicilibris-1.12/debian/control2015-12-17 02:03:28.0 +
> @@ -3,7 +3,7 @@
>  Priority: extra
>  Maintainer: Georges Khaznadar 
>  Build-Depends: debhelper (>= 8.0.0), python-all,
> - pyqt4-dev-tools, qt4-linguist-tools
> + pyqt4-dev-tools, qt4-linguist-tools, dh-python
>  Standards-Version: 3.9.3
>  Homepage: http://georges.khaznadar.fr/uicilibris
>  
> diff -Nru uicilibris-1.12/debian/rules uicilibris-1.12/debian/rules
> --- uicilibris-1.12/debian/rules  2011-12-19 18:09:14.0 +
> +++ uicilibris-1.12/debian/rules  2015-12-17 02:03:35.0 +
> @@ -10,11 +10,11 @@
>  #export DH_VERBOSE=1
>  
>  %:
> - dh $@ 
> + dh $@ --with python2
>  
>  override_dh_auto_install:
>   dh_auto_install
>   # replace relative paths to system icons by absolute paths
>   for f in $$(find debian/uicilibris/usr -name "Ui_*.py"); do \
> sed 's%".*\(/usr/share/icons/Tango/.*\)"%"\1"%' $$f > $$f.tmp && mv 
> $$f.tmp $$f; \
> - done
> \ No newline at end of file
> + done




-- 
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#808195: uicilibris: deprecation of python-support

2015-12-16 Thread Mattia Rizzolo
On Thu, Dec 17, 2015 at 02:07:55AM +, Mattia Rizzolo wrote:
> Attached there is a patch that is really enough to fix this, and I'd be
> happy to do a minimal NMU of it.

the 'y' key is just more handy than the 'a', sorry.
Here is the patch :)

-- 
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 uicilibris-1.12 uicilibris-1.12

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

diff -Nru uicilibris-1.12/debian/changelog uicilibris-1.12/debian/changelog
--- uicilibris-1.12/debian/changelog2013-01-03 22:50:27.0 +
+++ uicilibris-1.12/debian/changelog2015-12-17 02:03:47.0 +
@@ -1,3 +1,10 @@
+uicilibris (1.12-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Build with dh-python instead of python-support.
+
+ -- Mattia Rizzolo   Thu, 17 Dec 2015 02:03:39 +
+
 uicilibris (1.12-1) unstable; urgency=low
 
   * implemented a specific template for ISN:creditphoto
diff -Nru uicilibris-1.12/debian/control uicilibris-1.12/debian/control
--- uicilibris-1.12/debian/control  2012-12-29 19:43:18.0 +
+++ uicilibris-1.12/debian/control  2015-12-17 02:03:28.0 +
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Georges Khaznadar 
 Build-Depends: debhelper (>= 8.0.0), python-all,
- pyqt4-dev-tools, qt4-linguist-tools
+ pyqt4-dev-tools, qt4-linguist-tools, dh-python
 Standards-Version: 3.9.3
 Homepage: http://georges.khaznadar.fr/uicilibris
 
diff -Nru uicilibris-1.12/debian/rules uicilibris-1.12/debian/rules
--- uicilibris-1.12/debian/rules2011-12-19 18:09:14.0 +
+++ uicilibris-1.12/debian/rules2015-12-17 02:03:35.0 +
@@ -10,11 +10,11 @@
 #export DH_VERBOSE=1
 
 %:
-   dh $@ 
+   dh $@ --with python2
 
 override_dh_auto_install:
dh_auto_install
# replace relative paths to system icons by absolute paths
for f in $$(find debian/uicilibris/usr -name "Ui_*.py"); do \
  sed 's%".*\(/usr/share/icons/Tango/.*\)"%"\1"%' $$f > $$f.tmp && mv 
$$f.tmp $$f; \
-   done
\ No newline at end of file
+   done


signature.asc
Description: PGP signature


Bug#808195: uicilibris: deprecation of python-support

2015-12-16 Thread Mattia Rizzolo
Package: src:uicilibris
Version: 1.12-1
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 blockers, 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  `-


signature.asc
Description: PGP signature