[Python-modules-commits] r23984 - in packages/kitchen/trunk (9 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Mon Apr 22 21:04:59 UTC 2013
Date: Monday, April 22, 2013 @ 21:04:57
Author: laarmen-guest
Revision: 23984
[svn-inject] Application des modifications Debian (1.1.1-1) pour le tronc
Added:
packages/kitchen/trunk/debian/
packages/kitchen/trunk/debian/changelog
packages/kitchen/trunk/debian/compat
packages/kitchen/trunk/debian/control
packages/kitchen/trunk/debian/copyright
packages/kitchen/trunk/debian/rules
packages/kitchen/trunk/debian/source/
packages/kitchen/trunk/debian/source/format
packages/kitchen/trunk/debian/watch
Property changes on: packages/kitchen/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/kitchen/trunk/debian/changelog
===================================================================
--- packages/kitchen/trunk/debian/changelog (rev 0)
+++ packages/kitchen/trunk/debian/changelog 2013-04-22 21:04:57 UTC (rev 23984)
@@ -0,0 +1,5 @@
+kitchen (1.1.1-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #705930)
+
+ -- Simon Chopin <chopin.simon at gmail.com> Mon, 22 Apr 2013 21:16:39 +0200
Added: packages/kitchen/trunk/debian/compat
===================================================================
--- packages/kitchen/trunk/debian/compat (rev 0)
+++ packages/kitchen/trunk/debian/compat 2013-04-22 21:04:57 UTC (rev 23984)
@@ -0,0 +1 @@
+8
Added: packages/kitchen/trunk/debian/control
===================================================================
--- packages/kitchen/trunk/debian/control (rev 0)
+++ packages/kitchen/trunk/debian/control 2013-04-22 21:04:57 UTC (rev 23984)
@@ -0,0 +1,24 @@
+Source: kitchen
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+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
Added: packages/kitchen/trunk/debian/copyright
===================================================================
--- packages/kitchen/trunk/debian/copyright (rev 0)
+++ packages/kitchen/trunk/debian/copyright 2013-04-22 21:04:57 UTC (rev 23984)
@@ -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 <chopin.simon at gmail.com>
+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 <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, a copy of the LGPLv2.1 can be found at
+ /usr/share/common-licenses/LGPL-2.1
Added: packages/kitchen/trunk/debian/rules
===================================================================
--- packages/kitchen/trunk/debian/rules (rev 0)
+++ packages/kitchen/trunk/debian/rules 2013-04-22 21:04:57 UTC (rev 23984)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2
Property changes on: packages/kitchen/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/kitchen/trunk/debian/source/format
===================================================================
--- packages/kitchen/trunk/debian/source/format (rev 0)
+++ packages/kitchen/trunk/debian/source/format 2013-04-22 21:04:57 UTC (rev 23984)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/kitchen/trunk/debian/watch
===================================================================
--- packages/kitchen/trunk/debian/watch (rev 0)
+++ packages/kitchen/trunk/debian/watch 2013-04-22 21:04:57 UTC (rev 23984)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/k/kitchen/kitchen-(.+).tar.gz
More information about the Python-modules-commits
mailing list