Initial packaging

This commit is contained in:
Thomas NOËL 2015-02-16 16:06:52 +01:00 committed by Frédéric Péters
parent 054fdfb591
commit 65d171b68c
8 changed files with 69 additions and 0 deletions

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
django-ckeditor (4.4.7-1) unstable; urgency=medium
* Initial release
-- Frederic Peters <fpeters@debian.org> Fri, 09 Jan 2015 20:24:47 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
8

15
debian/control vendored Normal file
View File

@ -0,0 +1,15 @@
Source: django-ckeditor
Section: python
Priority: extra
Maintainer: Frederic Peters <fpeters@debian.org>
Build-Depends: python-all, python-setuptools, debhelper (>= 8.0.0)
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
Homepage: https://pypi.python.org/pypi/django-ckeditor/
Package: python-django-ckeditor
Architecture: all
Depends: python-django, ${python:Depends}, ${misc:Depends}
Description: Django admin CKEditor integration
Provides a ``RichTextField`` and ``CKEditorWidget`` utilizing CKEditor with
image upload and browsing support included.

36
debian/copyright vendored Normal file
View File

@ -0,0 +1,36 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: django-ckeditor
Source: https://pypi.python.org/pypi/django-ckeditor/
Files: *
Copyright: Shaun Sephton & Piotr Malinski
License: BSD-3-Clause
Files: debian/*
Copyright: 2015 Frederic Peters <fpeters@debian.org>
License: BSD-3-Clause
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the University nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

1
debian/docs vendored Normal file
View File

@ -0,0 +1 @@
README.rst

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --with python2

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
https://pypi.python.org/packages/source/d/django-ckeditor/ django-ckeditor-(.*)\.tar\.gz