[svn-inject] Application des modifications Debian (1.1.1-1) pour le tronc
This commit is contained in:
commit
c154b2996c
7 changed files with 84 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
kitchen (1.1.1-1) UNRELEASED; urgency=low
|
||||
|
||||
* Initial release. (Closes: #705930)
|
||||
|
||||
-- Simon Chopin <chopin.simon@gmail.com> Mon, 22 Apr 2013 21:16:39 +0200
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
8
|
24
debian/control
vendored
Normal file
24
debian/control
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
Source: kitchen
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
|
||||
Uploaders: Simon Chopin <chopin.simon@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
|
46
debian/copyright
vendored
Normal file
46
debian/copyright
vendored
Normal file
|
@ -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@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
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@ --with python2
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
3
debian/watch
vendored
Normal file
3
debian/watch
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
version=3
|
||||
|
||||
http://pypi.python.org/packages/source/k/kitchen/kitchen-(.+).tar.gz
|
Loading…
Reference in a new issue