[Python-modules-commits] r8451 - in packages/python-django-tinymce (9 files)

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


    Date: Wednesday, May 13, 2009 @ 13:09:28
  Author: odd_bloke-guest
Revision: 8451

Initial packaging.

Added:
  packages/python-django-tinymce/trunk/
  packages/python-django-tinymce/trunk/debian/
  packages/python-django-tinymce/trunk/debian/changelog
  packages/python-django-tinymce/trunk/debian/compat
  packages/python-django-tinymce/trunk/debian/control
  packages/python-django-tinymce/trunk/debian/copyright
  packages/python-django-tinymce/trunk/debian/docs
  packages/python-django-tinymce/trunk/debian/rules
  packages/python-django-tinymce/trunk/debian/watch

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

Added: packages/python-django-tinymce/trunk/debian/compat
===================================================================
--- packages/python-django-tinymce/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-tinymce/trunk/debian/compat	2009-05-13 13:09:28 UTC (rev 8451)
@@ -0,0 +1 @@
+7

Added: packages/python-django-tinymce/trunk/debian/control
===================================================================
--- packages/python-django-tinymce/trunk/debian/control	                        (rev 0)
+++ packages/python-django-tinymce/trunk/debian/control	2009-05-13 13:09:28 UTC (rev 8451)
@@ -0,0 +1,21 @@
+Source: python-django-tinymce
+Section: python
+Priority: optional
+Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-support
+Standards-Version: 3.8.0
+Homepage: http://code.google.com/p/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
+ 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.
+  * Can compress the TinyMCE Javascript code.
+  * Integration with django-filebrowser.

Added: packages/python-django-tinymce/trunk/debian/copyright
===================================================================
--- packages/python-django-tinymce/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-tinymce/trunk/debian/copyright	2009-05-13 13:09:28 UTC (rev 8451)
@@ -0,0 +1,31 @@
+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
+
+Files: *
+Copyright: Copyright (c) 2008 Joost Cassee
+License: MIT
+
+Files: debian/*
+Copyright: Copyright (C) 2009  Daniel Watkins <daniel at daniel-watkins.co.uk>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.

Added: packages/python-django-tinymce/trunk/debian/docs
===================================================================
--- packages/python-django-tinymce/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-tinymce/trunk/debian/docs	2009-05-13 13:09:28 UTC (rev 8451)
@@ -0,0 +1 @@
+docs/*

Added: packages/python-django-tinymce/trunk/debian/rules
===================================================================
--- packages/python-django-tinymce/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-tinymce/trunk/debian/rules	2009-05-13 13:09:28 UTC (rev 8451)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@


Property changes on: packages/python-django-tinymce/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-tinymce/trunk/debian/watch
===================================================================
--- packages/python-django-tinymce/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-tinymce/trunk/debian/watch	2009-05-13 13:09:28 UTC (rev 8451)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/django-tinymce/downloads/list \
+http://django-tinymce.googlecode.com/files/django-tinymce-(.*).tar.gz




More information about the Python-modules-commits mailing list