[Python-modules-commits] r8452 - in packages/python-django-tinymce/trunk/debian (4 files)

odd_bloke-guest at users.alioth.debian.org odd_bloke-guest at users.alioth.debian.org
Wed May 13 13:09:36 UTC 2009


    Date: Wednesday, May 13, 2009 @ 13:09:35
  Author: odd_bloke-guest
Revision: 8452

Review fixes.

Added:
  packages/python-django-tinymce/trunk/debian/README.source
Modified:
  packages/python-django-tinymce/trunk/debian/changelog
  packages/python-django-tinymce/trunk/debian/control
  packages/python-django-tinymce/trunk/debian/copyright

Added: packages/python-django-tinymce/trunk/debian/README.source
===================================================================
--- packages/python-django-tinymce/trunk/debian/README.source	                        (rev 0)
+++ packages/python-django-tinymce/trunk/debian/README.source	2009-05-13 13:09:35 UTC (rev 8452)
@@ -0,0 +1,6 @@
+tinymce/templates/tinymce/tiny_mce_gzip.js is not part of TinyMCE itself, it is
+used to compress TinyMCE when sending it to the client.  However, this script
+does seem to be in Debian in a few other places, so should potentially end up in
+the TinyMCE package.
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Tue, 24 Feb 2009 18:15:15 +0000

Modified: packages/python-django-tinymce/trunk/debian/changelog
===================================================================
--- packages/python-django-tinymce/trunk/debian/changelog	2009-05-13 13:09:28 UTC (rev 8451)
+++ packages/python-django-tinymce/trunk/debian/changelog	2009-05-13 13:09:35 UTC (rev 8452)
@@ -1,5 +1,5 @@
-python-django-tinymce (1.5-1) UNRELEASED; urgency=low
+python-django-tinymce (1.5-1) unstable; urgency=low
 
   * Initial release. (Closes: #516310)
 
- -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Fri, 20 Feb 2009 13:55:20 +0000
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk>  Tue, 24 Feb 2009 18:15:15 +0000

Modified: packages/python-django-tinymce/trunk/debian/control
===================================================================
--- packages/python-django-tinymce/trunk/debian/control	2009-05-13 13:09:28 UTC (rev 8451)
+++ packages/python-django-tinymce/trunk/debian/control	2009-05-13 13:09:35 UTC (rev 8452)
@@ -2,18 +2,22 @@
 Section: python
 Priority: optional
 Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python-support
+Build-Depends: debhelper (>= 7), python-support
 Standards-Version: 3.8.0
 Homepage: http://code.google.com/p/django-tinymce/
+Vcs-Bzr: http://bzr.daniel-watkins.co.uk/debian/python-django-tinymce/
 
 Package: python-django-tinymce
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0), tinymce
 Conflicts: python-tinymce
-Description: TinyMCE widget for Django
+Description: replacement text widget for Django web framework
+ TinyMCE is a pure JavaScript rich text editor, allowing non-technical users to
+ easily enter formatted text. This package allows TinyMCE to be used as an
+ alternative widget for text areas, a drop-in replacement, within both the
+ Django admin interface and user-facing views.
+ .
  Features:
-  * Use as a form widget or with a view.
   * Enhanced support for content languages.
   * Integration with the TinyMCE spellchecker.
   * Enables predefined link and image lists for dialogs.

Modified: packages/python-django-tinymce/trunk/debian/copyright
===================================================================
--- packages/python-django-tinymce/trunk/debian/copyright	2009-05-13 13:09:28 UTC (rev 8451)
+++ packages/python-django-tinymce/trunk/debian/copyright	2009-05-13 13:09:35 UTC (rev 8452)
@@ -1,14 +1,18 @@
 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
 Upstream-Name: django-tinymce
 Upstream-Maintainer: Joost Cassee <joost at cassee.net>
-Upstream-Source: http://django-tinymce.googlecode.com/files/django-tinymce-1.5.tar.gz
+Upstream-Source: http://code.google.com/p/django-tinymce/
 
 Files: *
-Copyright: Copyright (c) 2008 Joost Cassee
+Copyright: Copyright © 2008 Joost Cassee
 License: MIT
 
+Files: tinymce/templates/tinymce/tiny_mce_gzip.js
+Copyright: Copyright © 2008 Jason Davies
+License: MIT
+
 Files: debian/*
-Copyright: Copyright (C) 2009  Daniel Watkins <daniel at daniel-watkins.co.uk>
+Copyright: Copyright © 2009  Daniel Watkins <daniel at daniel-watkins.co.uk>
 License: MIT
 
 License: MIT




More information about the Python-modules-commits mailing list