[Python-modules-commits] r23996 - in packages/bunch/trunk (10 files)

laarmen-guest at users.alioth.debian.org laarmen-guest at users.alioth.debian.org
Tue Apr 23 16:14:16 UTC 2013


    Date: Tuesday, April 23, 2013 @ 16:14:15
  Author: laarmen-guest
Revision: 23996

[svn-inject] Application des modifications Debian (1.0.1-1) pour le tronc

Added:
  packages/bunch/trunk/debian/
  packages/bunch/trunk/debian/changelog
  packages/bunch/trunk/debian/compat
  packages/bunch/trunk/debian/control
  packages/bunch/trunk/debian/copyright
  packages/bunch/trunk/debian/docs
  packages/bunch/trunk/debian/rules
  packages/bunch/trunk/debian/source/
  packages/bunch/trunk/debian/source/format
  packages/bunch/trunk/debian/watch


Property changes on: packages/bunch/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/bunch/trunk/debian/changelog
===================================================================
--- packages/bunch/trunk/debian/changelog	                        (rev 0)
+++ packages/bunch/trunk/debian/changelog	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1,5 @@
+bunch (1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #705950)
+
+ -- Simon Chopin <chopin.simon at gmail.com>  Tue, 23 Apr 2013 17:40:50 +0200

Added: packages/bunch/trunk/debian/compat
===================================================================
--- packages/bunch/trunk/debian/compat	                        (rev 0)
+++ packages/bunch/trunk/debian/compat	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1 @@
+8

Added: packages/bunch/trunk/debian/control
===================================================================
--- packages/bunch/trunk/debian/control	                        (rev 0)
+++ packages/bunch/trunk/debian/control	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1,21 @@
+Source: bunch
+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.5
+Homepage: https://github.com/dsc/bunch/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/bunch/trunk
+Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/bunch/trunk/
+
+Package: python-bunch
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Dot-accessible Python dictionary (a la JavaScript objects)
+ Bunch is a subclass of Python's dict that supports attribute-style
+ access, a la JavaScript.

Added: packages/bunch/trunk/debian/copyright
===================================================================
--- packages/bunch/trunk/debian/copyright	                        (rev 0)
+++ packages/bunch/trunk/debian/copyright	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bunch
+Source: https://github.com/dsc/bunch/
+
+Files: *
+Copyright: 2010-2012 David Schoonover <dsc at less.ly>
+License: Expat
+
+Files: debian/
+Copyright: 2013 Simon Chopin <chopin.simon at gmail.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+

Added: packages/bunch/trunk/debian/docs
===================================================================
--- packages/bunch/trunk/debian/docs	                        (rev 0)
+++ packages/bunch/trunk/debian/docs	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1 @@
+README.rst

Added: packages/bunch/trunk/debian/rules
===================================================================
--- packages/bunch/trunk/debian/rules	                        (rev 0)
+++ packages/bunch/trunk/debian/rules	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+	set -e; \
+	for py in $(shell pyversions -r); do \
+		$$py -m bunch.test -v; \
+	done
+endif


Property changes on: packages/bunch/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/bunch/trunk/debian/source/format
===================================================================
--- packages/bunch/trunk/debian/source/format	                        (rev 0)
+++ packages/bunch/trunk/debian/source/format	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/bunch/trunk/debian/watch
===================================================================
--- packages/bunch/trunk/debian/watch	                        (rev 0)
+++ packages/bunch/trunk/debian/watch	2013-04-23 16:14:15 UTC (rev 23996)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/b/bunch/bunch-(.+).tar.gz




More information about the Python-modules-commits mailing list