Author: osallou-guest Date: 2011-08-29 09:41:38 +0000 (Mon, 29 Aug 2011) New Revision: 7576
Modified: trunk/packages/mobyle/mobyle/trunk/debian/changelog trunk/packages/mobyle/mobyle/trunk/debian/control trunk/packages/mobyle/mobyle/trunk/debian/mobyle.links Log: add jing dependency Modified: trunk/packages/mobyle/mobyle/trunk/debian/changelog =================================================================== --- trunk/packages/mobyle/mobyle/trunk/debian/changelog 2011-08-29 09:02:22 UTC (rev 7575) +++ trunk/packages/mobyle/mobyle/trunk/debian/changelog 2011-08-29 09:41:38 UTC (rev 7576) @@ -1,4 +1,4 @@ -mobyle (1.0.0~dfsg-1) unstable; urgency=low +mobyle (1.0.1~dfsg-1) unstable; urgency=low * Initial release (Closes: #637230) Modified: trunk/packages/mobyle/mobyle/trunk/debian/control =================================================================== --- trunk/packages/mobyle/mobyle/trunk/debian/control 2011-08-29 09:02:22 UTC (rev 7575) +++ trunk/packages/mobyle/mobyle/trunk/debian/control 2011-08-29 09:41:38 UTC (rev 7576) @@ -4,7 +4,7 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Olivier Sallou <[email protected]> -Build-Depends: debhelper (>= 8.0.0),python-all, python-simpletal (>=4.1), python-simplejson (>= 1.7.1), python-imaging (>= 1.1.5), python-lxml (>= 2.2.4), python-captcha, libjs-scriptaculous, libjs-jquery, libjs-prototype +Build-Depends: debhelper (>= 8.0.0),python-all, python-simpletal (>=4.1), python-simplejson (>= 1.7.1), python-imaging (>= 1.1.5), python-lxml (>= 2.2.4), libjs-scriptaculous, libjs-jquery, libjs-prototype, jing Standards-Version: 3.9.2 Homepage: https://projets.pasteur.fr/projects/show/mobyle Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mobyle/mobyle/trunk/ @@ -13,7 +13,7 @@ Package: mobyle Architecture: all Depends: ${misc:Depends}, python (>= 2.5), apache2, python-simpletal (>=4.1), python-simplejson (>= 1.7.1), python-imaging (>= 1.1.5), - python-lxml (>= 2.2.4), squizz, python-captcha, libjs-scriptaculous, libjs-jquery, libjs-prototype, mobyle-utils + python-lxml (>= 2.2.4), squizz, libjs-scriptaculous, libjs-jquery, libjs-prototype, mobyle-utils, jing Suggests: python-openid (>= 2.2.4), python-dnspython (>= 1.5.0) Recommends: mobyle-programs (>= 1.0), jing, mobyle-viewers, mobyle-workflows Description: Web portal that provides web forms for command-line software. Modified: trunk/packages/mobyle/mobyle/trunk/debian/mobyle.links =================================================================== --- trunk/packages/mobyle/mobyle/trunk/debian/mobyle.links 2011-08-29 09:02:22 UTC (rev 7575) +++ trunk/packages/mobyle/mobyle/trunk/debian/mobyle.links 2011-08-29 09:41:38 UTC (rev 7576) @@ -5,3 +5,8 @@ usr/share/javascript/prototype/prototype.js usr/share/mobyle/htdocs/portal/js/prototype-1.7.js etc/mobyle/Config.py usr/share/mobyle/core/Local/Config/Config.py etc/mobyle/CustomClasses/__init__.py usr/share/mobyle/core/Local/CustomClasses/__init__.py +usr/share/java/jing.jar usr/share/mobyle/core/Tools/validation/jing/jing.jar +usr/share/java/isorelax.jar usr/share/mobyle/core/Tools/validation/jing/isorelax.jar +usr/share/java/saxon.jar usr/share/mobyle/core/Tools/validation/jing/saxon.jar +usr/share/java/xercesImpl.jar usr/share/mobyle/core/Tools/validation/jing/xercesImpl.jar +usr/share/java/xml-apis.jar usr/share/mobyle/core/Tools/validation/jing/xml-apis.jar _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
