[Python-modules-commits] r14211 - in packages/python-bitarray/trunk (16 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Tue Aug 17 13:26:21 UTC 2010


    Date: Tuesday, August 17, 2010 @ 13:26:11
  Author: jandd
Revision: 14211

[svn-inject] Applying Debian modifications (0.3.5-1) to trunk

Added:
  packages/python-bitarray/trunk/debian/
  packages/python-bitarray/trunk/debian/changelog
  packages/python-bitarray/trunk/debian/compat
  packages/python-bitarray/trunk/debian/control
  packages/python-bitarray/trunk/debian/copyright
  packages/python-bitarray/trunk/debian/doc-base
  packages/python-bitarray/trunk/debian/docs
  packages/python-bitarray/trunk/debian/examples
  packages/python-bitarray/trunk/debian/patches/
  packages/python-bitarray/trunk/debian/patches/0001_fix_typo_in_example.patch
  packages/python-bitarray/trunk/debian/patches/series
  packages/python-bitarray/trunk/debian/pycompat
  packages/python-bitarray/trunk/debian/rules
  packages/python-bitarray/trunk/debian/source/
  packages/python-bitarray/trunk/debian/source/format
  packages/python-bitarray/trunk/debian/watch


Property changes on: packages/python-bitarray/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-bitarray/trunk/debian/changelog
===================================================================
--- packages/python-bitarray/trunk/debian/changelog	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/changelog	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1,5 @@
+python-bitarray (0.3.5-1) unstable; urgency=low
+
+  * Initial release. (Closes: #593333)
+
+ -- Jan Dittberner <jandd at debian.org>  Tue, 17 Aug 2010 15:14:23 +0200

Added: packages/python-bitarray/trunk/debian/compat
===================================================================
--- packages/python-bitarray/trunk/debian/compat	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/compat	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1 @@
+7

Added: packages/python-bitarray/trunk/debian/control
===================================================================
--- packages/python-bitarray/trunk/debian/control	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/control	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1,29 @@
+Source: python-bitarray
+Section: python
+Priority: optional
+Maintainer: Jan Dittberner <jandd at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev, python (>=
+ 2.5.4-1~), python-support (>= 0.6.4)
+Standards-Version: 3.9.1
+XS-Python-Version: >= 2.5
+Homepage: http://pypi.python.org/pypi/bitarray
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-bitarray/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-bitarray/trunk
+
+Package: python-bitarray
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: Python module for efficient boolean array handling
+ The bitarry module provides an object type which efficiently represents an
+ array of booleans. Bitarrays are sequence types and behave very much like
+ usual lists. Eight bits are represented by one byte in contiguous block of
+ memory. The user can select between two representations; little-endian and
+ big-endian.
+ .
+ Most of the functionality is implemented in C. Methods for accessing the
+ machine representation are provided. This can be useful when bit level access
+ to binary files is required, such as portable bitmap image files (.pbm). Also,
+ when dealing with compressed data which uses variable bit length encoding, you
+ may find this module useful.
+

Added: packages/python-bitarray/trunk/debian/copyright
===================================================================
--- packages/python-bitarray/trunk/debian/copyright	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/copyright	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1,62 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Name: python-bitarray
+Maintainer: Ilan Schnell <ilanschnell at gmail.com>
+Source: http://pypi.python.org/pypi/bitarray/
+
+Files: *
+Copyright: 2008-2009, Ilan Schnell ilanschnell at gmail.com
+License: PSF
+ PYTHON SOFTWARE FOUNDATION LICENSE
+ ----------------------------------
+ 
+ 1. This LICENSE AGREEMENT is between the Python Software Foundation
+ ("PSF"), and the Individual or Organization ("Licensee") accessing and
+ otherwise using this software ("Python") in source or binary form and
+ its associated documentation.
+ 
+ 2. Subject to the terms and conditions of this License Agreement, PSF
+ hereby grants Licensee a nonexclusive, royalty-free, world-wide
+ license to reproduce, analyze, test, perform and/or display publicly,
+ prepare derivative works, distribute, and otherwise use Python
+ alone or in any derivative version, provided, however, that PSF's
+ License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
+ 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Python Software Foundation; 
+ All Rights Reserved" are retained in Python alone or in any derivative 
+ version prepared by Licensee.
+ 
+ 3. In the event Licensee prepares a derivative work that is based on
+ or incorporates Python or any part thereof, and wants to make
+ the derivative work available to others as provided herein, then
+ Licensee hereby agrees to include in any such work a brief summary of
+ the changes made to Python.
+ 
+ 4. PSF is making Python available to Licensee on an "AS IS"
+ basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+ DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+ FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+ INFRINGE ANY THIRD PARTY RIGHTS.
+ 
+ 5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+ FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+ A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+ OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+ 
+ 6. This License Agreement will automatically terminate upon a material
+ breach of its terms and conditions.
+ 
+ 7. Nothing in this License Agreement shall be deemed to create any
+ relationship of agency, partnership, or joint venture between PSF and
+ Licensee.  This License Agreement does not grant permission to use PSF
+ trademarks or trade name in a trademark sense to endorse or promote
+ products or services of Licensee, or any third party.
+ 
+ 8. By copying, installing or otherwise using Python, Licensee
+ agrees to be bound by the terms and conditions of this License
+ Agreement.
+
+Files: debian/*
+Copyright: 2010, Jan Dittberner jandd at debian.org
+License: GPL-3
+ On Debian systems, the complete text of the GNU General Public License
+ can be found in `/usr/share/common-licenses/GPL-3'.

Added: packages/python-bitarray/trunk/debian/doc-base
===================================================================
--- packages/python-bitarray/trunk/debian/doc-base	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/doc-base	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1,10 @@
+Document: python-bitarray
+Title: Bitarray Python module documentation
+Author: Ilan Schnell
+Abstract: This module provides an object type which efficiently
+ represents an array of booleans.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-bitarray/README.html
+Files: /usr/share/doc/python-bitarray/README.html

Added: packages/python-bitarray/trunk/debian/docs
===================================================================
--- packages/python-bitarray/trunk/debian/docs	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/docs	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1 @@
+AUTHORS README README.html TODO

Added: packages/python-bitarray/trunk/debian/examples
===================================================================
--- packages/python-bitarray/trunk/debian/examples	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/examples	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1 @@
+examples/*

Added: packages/python-bitarray/trunk/debian/patches/0001_fix_typo_in_example.patch
===================================================================
--- packages/python-bitarray/trunk/debian/patches/0001_fix_typo_in_example.patch	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/patches/0001_fix_typo_in_example.patch	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1,11 @@
+Author: Jan Dittberner <jandd at debian.org>
+Subject: The example huffman.py contains a typo in the interpreter
+ name. This patch fixes it.
+--- a/examples/huffman.py
++++ b/examples/huffman.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env pyhton
++#!/usr/bin/env python
+ """
+ The non-trivial part of the code is derived from:
+ http://en.literateprograms.org/Huffman_coding_(Python)

Added: packages/python-bitarray/trunk/debian/patches/series
===================================================================
--- packages/python-bitarray/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/patches/series	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1 @@
+0001_fix_typo_in_example.patch

Added: packages/python-bitarray/trunk/debian/pycompat
===================================================================
--- packages/python-bitarray/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/pycompat	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1 @@
+2

Added: packages/python-bitarray/trunk/debian/rules
===================================================================
--- packages/python-bitarray/trunk/debian/rules	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/rules	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+override_dh_installchangelogs:
+	dh_installchangelogs CHANGE_LOG
+
+%:
+	dh $@


Property changes on: packages/python-bitarray/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-bitarray/trunk/debian/source/format
===================================================================
--- packages/python-bitarray/trunk/debian/source/format	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/source/format	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-bitarray/trunk/debian/watch
===================================================================
--- packages/python-bitarray/trunk/debian/watch	                        (rev 0)
+++ packages/python-bitarray/trunk/debian/watch	2010-08-17 13:26:11 UTC (rev 14211)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/b/bitarray/ bitarray-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list