Your message dated Wed, 16 Dec 2015 22:17:51 +0000
with message-id <e1a9kon-0003ja...@franck.debian.org>
and subject line Bug#808166: fixed in mobyle 1.5.3+dfsg-3
has caused the Debian Bug report #808166,
regarding mobyle: 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.)
--
808166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mobyle
Version: 1.5.3+dfsg-2
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 mobyle-1.5.3+dfsg mobyle-1.5.3+dfsg
changelog | 8 ++++++++
control | 8 ++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff -Nru mobyle-1.5.3+dfsg/debian/changelog mobyle-1.5.3+dfsg/debian/changelog
--- mobyle-1.5.3+dfsg/debian/changelog 2014-11-30 11:53:54.000000000 +0000
+++ mobyle-1.5.3+dfsg/debian/changelog 2015-12-16 17:45:57.000000000 +0000
@@ -1,3 +1,11 @@
+mobyle (1.5.3+dfsg-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove dependency on python-support, and parametrize the python dependency
+ with ${python:Depends}, Build-Dep on dh-python.
+
+ -- Mattia Rizzolo <mat...@debian.org> Wed, 16 Dec 2015 17:40:19 +0000
+
mobyle (1.5.3+dfsg-2) unstable; urgency=medium
* d/control: set jing as Recommends, jing is not mandatory but only
diff -Nru mobyle-1.5.3+dfsg/debian/control mobyle-1.5.3+dfsg/debian/control
--- mobyle-1.5.3+dfsg/debian/control 2014-11-30 11:53:47.000000000 +0000
+++ mobyle-1.5.3+dfsg/debian/control 2015-12-16 17:45:44.000000000 +0000
@@ -8,15 +8,16 @@
python-simplejson (>= 1.7.1),
python-imaging (>= 1.1.5),
python-lxml (>= 2.2.4),
- dh-apache2, apache2-dev
+ dh-apache2, apache2-dev, dh-python
Standards-Version: 3.9.5
Homepage: https://projets.pasteur.fr/projects/show/mobyle
Vcs-Browser:
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/mobyle/mobyle/trunk/
Vcs-Svn:
svn://anonsvn.debian.org/debian-med/trunk/packages/mobyle/mobyle/trunk/
+X-Python-Version: >= 2.5
Package: mobyle
Architecture: all
-Depends: ${misc:Depends}, python (>= 2.5), apache2 (>= 2.4) | httpd-cgi,
+Depends: ${misc:Depends}, ${python:Depends}, apache2 (>= 2.4) | httpd-cgi,
libjs-scriptaculous, libjs-jquery, libjs-prototype,
mobyle-utils,
python-biopython,
@@ -26,7 +27,6 @@
python-simplejson (>= 1.7.1),
python-simpletal (>=4.1),
python-simpletal (<< 5.0~),
- python-support (>= 0.90),
squizz (>=0.99b+dfsg),
ttf-bitstream-vera
Suggests: python-openid (>= 2.2.4), python-dnspython (>= 1.5.0)
@@ -42,7 +42,7 @@
Package: mobyle-utils
Architecture: any
-Depends: ${misc:Depends},${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Description: binary tools used by Mobyle
Binary tools used by the Mobyle web portal to manage
jobs.
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: mobyle
Source-Version: 1.5.3+dfsg-3
We believe that the bug you reported is fixed in the latest version of
mobyle, 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.
Andreas Tille <ti...@debian.org> (supplier of updated mobyle 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, 16 Dec 2015 22:11:41 +0100
Source: mobyle
Binary: mobyle mobyle-utils
Architecture: source amd64 all
Version: 1.5.3+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Andreas Tille <ti...@debian.org>
Description:
mobyle - Web portal that provides web forms for command-line software
mobyle-utils - binary tools used by Mobyle
Closes: 716279 808166
Changes:
mobyle (1.5.3+dfsg-3) unstable; urgency=medium
.
[ Mattia Rizzolo ]
* Remove dependency on python-support, and parametrize the python dependency
with ${python:Depends}, Build-Dep on dh-python.
Closes: #808166
.
[ Andreas Tille ]
* Add myself to Uploaders
* cme fix dpkg-control
* more verbose description for mobile-utils
* Fix mayhem issue
Closes: #716279
* Prevent duplicate changelogs
* Fix permission of *.xsl files
Checksums-Sha1:
999d02666b3495174c5d71d78e857f9598aa71ea 2200 mobyle_1.5.3+dfsg-3.dsc
a1a398d1644366b4b3a6b32ecfce88f8d65d55e7 15144
mobyle_1.5.3+dfsg-3.debian.tar.xz
80b99622825f2f36b4d3f4b6e81eac0e2e2e1c7e 11694
mobyle-utils_1.5.3+dfsg-3_amd64.deb
396f0a337b79f907bc6edfd8a2a42419b85a1477 4543974 mobyle_1.5.3+dfsg-3_all.deb
Checksums-Sha256:
5c5a8d4f5db62765871499191cbaf3825a8b58834b04489f640f217ec7a9402a 2200
mobyle_1.5.3+dfsg-3.dsc
96d5f497407887911c35f6a535d48baf25b9265ae829e807b0a59347a7f4b97b 15144
mobyle_1.5.3+dfsg-3.debian.tar.xz
86550c74a2fde4d0672c5bef78493d39d6aae9ef0604257c30bf03af08fbc583 11694
mobyle-utils_1.5.3+dfsg-3_amd64.deb
719fd2ba9094a9e6066a4dbf2d13ab00b191fe0768f82505a64442235c27eb0c 4543974
mobyle_1.5.3+dfsg-3_all.deb
Files:
a998ad75ac332e7276a9501e27841d56 2200 science optional mobyle_1.5.3+dfsg-3.dsc
cc054c7d60ef532f66277c20c39442ce 15144 science optional
mobyle_1.5.3+dfsg-3.debian.tar.xz
101182855ef3b1a5ea6f76ffc9791760 11694 science optional
mobyle-utils_1.5.3+dfsg-3_amd64.deb
6f3568c95a19c010edc6f209a8cfb569 4543974 science optional
mobyle_1.5.3+dfsg-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWcdPIAAoJEFeKBJTRxkbRmQEP/2G2SlF7qzeL5LFwJHYuZE2p
9mreW5qIIr6UwrSzIUjvabFEnEayDIYtAjXaZBpbodfiKXHGJhGaB++PoK8IMx0J
zE374vuJRb8LufOZYaFlf+nm5Pj/8nLxiBetl5gLPjLSLg24e1Pl50whYpGHH0sK
weuAZeGSQeECsgB9DT422bVYAitkAH87b35nZXO6M5wogbf0Ikzry4xsqPfPKKFJ
MXPunTuvyWu+KE83pcCDBWaPmCMWP9YZhqmIOEy9PIodUEtGqlgE5YKskNvt00g7
1zqafwIh863fQ95XaifLcY7y631TozgTOLVwTMmJFUxk6kStSdYJbqHTBFd1Exe8
tmxKfNkPeX9JhriSA1p6QLK/O5Z3xjxLG+VbqdufKpOD0hqSMAlSm7dgmCxZa78S
mByPX0LbPY8EvOjCRZKo8oKtgA/RNO8aHTX6dS3iOTixAx5ob+Ykv59f0HVx8Ax4
K42Yo+n/cDkK5+HCYVNxr8WLn1UuXqaSduDMKkfJmM20PSofjvKZHuFxVnFFbR/g
darbaDK00e9pYxiHjFxk4K5yIlRwqLrYsXXvbw0UrreQqOdz4XRwnC8IPTt8Hb/8
1hqXh0uxAlK4NDjNGv3aetBbiQux1f3hNprT6fUkcDbay3Y8H5HSO0+lU7XdU/9a
3ZDSxDBCPhQJYvQqkPzj
=NCGh
-----END PGP SIGNATURE-----
--- End Message ---