[Python-modules-commits] r19597 - in packages/python-tidylib/trunk/debian (3 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Sun Dec 11 15:08:56 UTC 2011


    Date: Sunday, December 11, 2011 @ 15:08:49
  Author: janos-guest
Revision: 19597

Add DM-Upload-Allowed control field.

Modified:
  packages/python-tidylib/trunk/debian/changelog
  packages/python-tidylib/trunk/debian/control
  packages/python-tidylib/trunk/debian/links

Modified: packages/python-tidylib/trunk/debian/changelog
===================================================================
--- packages/python-tidylib/trunk/debian/changelog	2011-12-11 15:03:15 UTC (rev 19596)
+++ packages/python-tidylib/trunk/debian/changelog	2011-12-11 15:08:49 UTC (rev 19597)
@@ -1,3 +1,10 @@
+python-tidylib (0.2.1~dfsg-2) unstable; urgency=low
+
+  * Add libjs-underscore dependency and link.
+  * Add DM-Upload-Allowed control field.
+
+ -- Janos Guljas <janos at resenje.org>  Sun, 11 Dec 2011 16:05:54 +0100
+
 python-tidylib (0.2.1~dfsg-1) unstable; urgency=low
 
   * Initial release. (Closes: #623016)

Modified: packages/python-tidylib/trunk/debian/control
===================================================================
--- packages/python-tidylib/trunk/debian/control	2011-12-11 15:03:15 UTC (rev 19596)
+++ packages/python-tidylib/trunk/debian/control	2011-12-11 15:08:49 UTC (rev 19597)
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Janos Guljas <janos at resenje.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.5), python-setuptools,
  python-sphinx, texlive-latex-base, texlive-latex-recommended,
  texlive-latex-extra, texlive-fonts-recommended
@@ -13,7 +14,7 @@
 
 Package: python-tidylib
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, libtidy-0.99-0
+Depends: ${misc:Depends}, ${python:Depends}, libtidy-0.99-0, libjs-jquery, libjs-underscore
 Provides: ${python:Provides}
 Description: Python wrapper for HTML Tidy (tidylib)
  PyTidyLib is a Python package that wraps the HTML Tidy library. This allows

Modified: packages/python-tidylib/trunk/debian/links
===================================================================
--- packages/python-tidylib/trunk/debian/links	2011-12-11 15:03:15 UTC (rev 19596)
+++ packages/python-tidylib/trunk/debian/links	2011-12-11 15:08:49 UTC (rev 19597)
@@ -1 +1,2 @@
 /usr/share/javascript/jquery/jquery.js usr/share/doc/python-tidylib/html/_static/jquery.js
+/usr/share/javascript/underscore/underscore.js usr/share/doc/python-tidylib/html/_static/underscore.js




More information about the Python-modules-commits mailing list