From c154b2996cec3c6e73c9aaa9de7d3eac46938051 Mon Sep 17 00:00:00 2001 From: Simon Chopin Date: Mon, 22 Apr 2013 21:04:57 +0000 Subject: [PATCH] [svn-inject] Application des modifications Debian (1.1.1-1) pour le tronc --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 24 +++++++++++++++++++++++ debian/copyright | 46 ++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 4 ++++ debian/source/format | 1 + debian/watch | 3 +++ 7 files changed, 84 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..1064dfa --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +kitchen (1.1.1-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #705930) + + -- Simon Chopin Mon, 22 Apr 2013 21:16:39 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..12298a1 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: kitchen +Section: python +Priority: optional +Maintainer: Debian Python Modules Team +Uploaders: Simon Chopin +Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~), python-setuptools +Standards-Version: 3.9.4 +X-Python-Version: >= 2.3 +Homepage: https://fedorahosted.org/kitchen/ +Vcs-Svn: svn://svn.debian.org/python-modules/packages/kitchen/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/kitchen/trunk/ + +Package: python-kitchen +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Description: Mix of useful Python code + The kitchen Python package aims at gathering in one place all the snippets of + code that the author originally carried around from project to project to ease + the development. + . + A non-exhaustive list of the features provided by kitchen: + * helpers for text and specifically unicode handling i18n support + * Compatibility layers from 2.3 'til 2.7. A dictionary that treats unicode + * and str as different values diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5ef18ea --- /dev/null +++ b/debian/copyright @@ -0,0 +1,46 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kitchen +Source: https://fedorahosted.org/kitchen/ + +Files: * +Copyright: 2010-2013 Red Hat, Inc +License: LGPL + +Files: kitchen/text/utf8.py kitchen/text/display.py +Copyright: 2012 Red Hat, Inc + 2010 Ville Skyttä + 2009 Tim Lauridsen + 2007 Marcus Kuhn +License: LGPL + +Files: kitchen/text/misc.py +Copyright: 2012 Red Hat, Inc + 2010 Seth Vidal +License: LGPL + +Files: kitchen/i18n/__init__.py +Copyright: 2010-2012 Red Hat, Inc + 2009 Milos Komarcevic + 2008 Tim Lauridsen +License: LGPL + +Files: debian/* +Copyright: 2011-2013 Simon Chopin +License: LGPL + +License: LGPL + kitchen is free software; you can redistribute it and/or modify it under the + terms of the GNU Lesser General Public License as published by the Free + Software Foundation; either version 2.1 of the License, or (at your option) + any later version. + . + kitchen is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + more details. + . + You should have received a copy of the GNU Lesser General Public License + along with kitchen; if not, see + . + On Debian systems, a copy of the LGPLv2.1 can be found at + /usr/share/common-licenses/LGPL-2.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4647c9c --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..12cd701 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://pypi.python.org/packages/source/k/kitchen/kitchen-(.+).tar.gz