From 4f4f5710748534e30e754232ee9da5fc64f414de Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Mon, 16 Feb 2015 16:59:36 +0100 Subject: [PATCH] first packaging --- changelog | 5 +++++ compat | 1 + control | 20 ++++++++++++++++++++ copyright | 36 ++++++++++++++++++++++++++++++++++++ docs | 4 ++++ rules | 8 ++++++++ source/format | 1 + 7 files changed, 75 insertions(+) create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 docs create mode 100755 rules create mode 100644 source/format diff --git a/changelog b/changelog new file mode 100644 index 0000000..55ac235 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +django-admin-tools (0.1-1) unstable; urgency=medium + + * Initial release + + -- Thomas Noel Fri, 09 Jan 2015 20:24:47 +0100 diff --git a/compat b/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +8 diff --git a/control b/control new file mode 100644 index 0000000..32be274 --- /dev/null +++ b/control @@ -0,0 +1,20 @@ +Source: django-admin-tools +Section: python +Priority: extra +Maintainer: Thomas Noel +Build-Depends: python-all, python-setuptools, debhelper (>= 8.0.0) +Standards-Version: 3.9.5 +X-Python-Version: >= 2.5 +Homepage: http://bitbucket.org/izi/django-admin-tools/ + +Package: python-django-admin-tools +Architecture: all +Depends: python-django, ${python:Depends}, ${misc:Depends} +Description: Tools for the Django administration interface + django-admin-tools is a collection of extensions/tools for the default django + administration interface, it includes: + . + * a full featured and customizable dashboard, + * a customizable menu bar, + * tools to make admin theming easier. + diff --git a/copyright b/copyright new file mode 100644 index 0000000..663821f --- /dev/null +++ b/copyright @@ -0,0 +1,36 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: django-admin-tools +Source: https://bitbucket.org/izi/django-admin-tools + +Files: * +Copyright: copyright (c) 2010 David JEAN LOUIS +License: BSD-3-Clause + +Files: debian/* +Copyright: 2015 Thomas NOEL +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. diff --git a/docs b/docs new file mode 100644 index 0000000..66e1cfb --- /dev/null +++ b/docs @@ -0,0 +1,4 @@ +CHANGELOG +INSTALL +README +AUTHORS diff --git a/rules b/rules new file mode 100755 index 0000000..cbc5d35 --- /dev/null +++ b/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --with python2 diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt)