[med-svn] r20788 - trunk/packages/mobyle/mobyle/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Dec 16 20:51:55 UTC 2015


Author: tille
Date: 2015-12-16 20:51:54 +0000 (Wed, 16 Dec 2015)
New Revision: 20788

Modified:
   trunk/packages/mobyle/mobyle/trunk/debian/changelog
   trunk/packages/mobyle/mobyle/trunk/debian/control
Log:
Remove dependency on python-support, and parametrize the python dependency with ${python:Depends}, Build-Dep on dh-python


Modified: trunk/packages/mobyle/mobyle/trunk/debian/changelog
===================================================================
--- trunk/packages/mobyle/mobyle/trunk/debian/changelog	2015-12-16 15:51:40 UTC (rev 20787)
+++ trunk/packages/mobyle/mobyle/trunk/debian/changelog	2015-12-16 20:51:54 UTC (rev 20788)
@@ -1,3 +1,15 @@
+mobyle (1.5.3+dfsg-3) UNRELEASED; 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 ]
+  * 
+
+ -- Andreas Tille <tille at debian.org>  Wed, 16 Dec 2015 21:49:59 +0100
+
 mobyle (1.5.3+dfsg-2) unstable; urgency=medium
 
   * d/control: set jing as Recommends, jing is not mandatory but only

Modified: trunk/packages/mobyle/mobyle/trunk/debian/control
===================================================================
--- trunk/packages/mobyle/mobyle/trunk/debian/control	2015-12-16 15:51:40 UTC (rev 20787)
+++ trunk/packages/mobyle/mobyle/trunk/debian/control	2015-12-16 20:51:54 UTC (rev 20788)
@@ -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.




More information about the debian-med-commit mailing list