[Python-modules-commits] r26060 - in packages/kitchen/tags (5 files)

dandrimont-guest at users.alioth.debian.org dandrimont-guest at users.alioth.debian.org
Sat Oct 5 14:02:47 UTC 2013


    Date: Saturday, October 5, 2013 @ 14:02:45
  Author: dandrimont-guest
Revision: 26060

[svn-buildpackage] Tagging kitchen 1.1.1-1~bpo70+1

Added:
  packages/kitchen/tags/1.1.1-1~bpo70+1/
  packages/kitchen/tags/1.1.1-1~bpo70+1/debian/changelog
    (from rev 26059, packages/kitchen/branches/wheezy-backports/debian/changelog)
  packages/kitchen/tags/1.1.1-1~bpo70+1/debian/control
    (from rev 26059, packages/kitchen/branches/wheezy-backports/debian/control)
Deleted:
  packages/kitchen/tags/1.1.1-1~bpo70+1/debian/changelog
  packages/kitchen/tags/1.1.1-1~bpo70+1/debian/control

Deleted: packages/kitchen/tags/1.1.1-1~bpo70+1/debian/changelog
===================================================================
--- packages/kitchen/branches/wheezy-backports/debian/changelog	2013-10-05 13:42:01 UTC (rev 26058)
+++ packages/kitchen/tags/1.1.1-1~bpo70+1/debian/changelog	2013-10-05 14:02:45 UTC (rev 26060)
@@ -1,10 +0,0 @@
-kitchen (1.1.1-1) unstable; urgency=low
-
-  [ Simon Chopin ]
-  * Initial release. (Closes: #705930)
-  * Patch the test set to use consistent locale naming (forwarded)
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Simon Chopin <chopin.simon at gmail.com>  Fri, 21 Jun 2013 14:24:57 -0400

Copied: packages/kitchen/tags/1.1.1-1~bpo70+1/debian/changelog (from rev 26059, packages/kitchen/branches/wheezy-backports/debian/changelog)
===================================================================
--- packages/kitchen/tags/1.1.1-1~bpo70+1/debian/changelog	                        (rev 0)
+++ packages/kitchen/tags/1.1.1-1~bpo70+1/debian/changelog	2013-10-05 14:02:45 UTC (rev 26060)
@@ -0,0 +1,17 @@
+kitchen (1.1.1-1~bpo70+1) wheezy-backports; urgency=low
+
+  * Rebuild for wheezy-backports.
+  * Add myself to uploaders
+
+ -- Nicolas Dandrimont <olasd at debian.org>  Sat, 05 Oct 2013 15:45:02 +0200
+
+kitchen (1.1.1-1) unstable; urgency=low
+
+  [ Simon Chopin ]
+  * Initial release. (Closes: #705930)
+  * Patch the test set to use consistent locale naming (forwarded)
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Fri, 21 Jun 2013 14:24:57 -0400

Deleted: packages/kitchen/tags/1.1.1-1~bpo70+1/debian/control
===================================================================
--- packages/kitchen/branches/wheezy-backports/debian/control	2013-10-05 13:42:01 UTC (rev 26058)
+++ packages/kitchen/tags/1.1.1-1~bpo70+1/debian/control	2013-10-05 14:02:45 UTC (rev 26060)
@@ -1,30 +0,0 @@
-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 (>= 9),
- python-all (>= 2.6.6-3~),
- locales (>= 0),
- python-nose,
- python-setuptools
-Standards-Version: 3.9.4
-X-Python-Version: >= 2.3
-Homepage: https://fedorahosted.org/kitchen/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/kitchen/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/kitchen/trunk/
-
-Package: python-kitchen
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: Python library of containers, text and i18n helpers
- 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
-   * a dictionary that treats unicode and str strings as different values
-   * An helper function to change any non-list value into a single-element list
-   * Tools to help deal with PEP386 version format

Copied: packages/kitchen/tags/1.1.1-1~bpo70+1/debian/control (from rev 26059, packages/kitchen/branches/wheezy-backports/debian/control)
===================================================================
--- packages/kitchen/tags/1.1.1-1~bpo70+1/debian/control	                        (rev 0)
+++ packages/kitchen/tags/1.1.1-1~bpo70+1/debian/control	2013-10-05 14:02:45 UTC (rev 26060)
@@ -0,0 +1,30 @@
+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>, Nicolas Dandrimont <olasd at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ python-all (>= 2.6.6-3~),
+ locales (>= 0),
+ python-nose,
+ python-setuptools
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.3
+Homepage: https://fedorahosted.org/kitchen/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/kitchen/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/kitchen/trunk/
+
+Package: python-kitchen
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python library of containers, text and i18n helpers
+ 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
+   * a dictionary that treats unicode and str strings as different values
+   * An helper function to change any non-list value into a single-element list
+   * Tools to help deal with PEP386 version format




More information about the Python-modules-commits mailing list