[Python-modules-commits] r27866 - in packages/python-bitarray/trunk/debian (3 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sat Feb 22 15:58:20 UTC 2014


    Date: Saturday, February 22, 2014 @ 15:58:19
  Author: jandd
Revision: 27866

* New upstream version
* run wrap-and-sort (affects debian/control and debian/copyright)
* debian/control: bump Standards-Version to 3.9.5

Modified:
  packages/python-bitarray/trunk/debian/changelog
  packages/python-bitarray/trunk/debian/control
  packages/python-bitarray/trunk/debian/copyright

Modified: packages/python-bitarray/trunk/debian/changelog
===================================================================
--- packages/python-bitarray/trunk/debian/changelog	2014-02-22 15:33:08 UTC (rev 27865)
+++ packages/python-bitarray/trunk/debian/changelog	2014-02-22 15:58:19 UTC (rev 27866)
@@ -1,9 +1,15 @@
-python-bitarray (0.8.0-3) UNRELEASED; urgency=low
+python-bitarray (0.8.1-1) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:09 +0200
+  [ Jan Dittberner ]
+  * New upstream version
+  * run wrap-and-sort (affects debian/control and debian/copyright)
+  * debian/control: bump Standards-Version to 3.9.5
 
+ -- Jan Dittberner <jandd at debian.org>  Sat, 22 Feb 2014 16:48:07 +0100
+
 python-bitarray (0.8.0-2) unstable; urgency=low
 
   * add Python3 support

Modified: packages/python-bitarray/trunk/debian/control
===================================================================
--- packages/python-bitarray/trunk/debian/control	2014-02-22 15:33:08 UTC (rev 27865)
+++ packages/python-bitarray/trunk/debian/control	2014-02-22 15:58:19 UTC (rev 27866)
@@ -3,17 +3,21 @@
 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.6.6-3~),
- python-docutils, dpkg-dev (>= 1.16.1~), python3-all-dev,
- python3 (>= 3.1.3-2~)
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 7.0.50~),
+               dpkg-dev (>= 1.16.1~),
+               python (>= 2.6.6-3~),
+               python-all-dev,
+               python-docutils,
+               python3 (>= 3.1.3-2~),
+               python3-all-dev
+Standards-Version: 3.9.5
 Homepage: http://pypi.python.org/pypi/bitarray
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-bitarray/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-bitarray/trunk/
 
 Package: python-bitarray
 Architecture: any
-Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python: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
@@ -29,7 +33,7 @@
 
 Package: python3-bitarray
 Architecture: any
-Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Description: Python3 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

Modified: packages/python-bitarray/trunk/debian/copyright
===================================================================
--- packages/python-bitarray/trunk/debian/copyright	2014-02-22 15:33:08 UTC (rev 27865)
+++ packages/python-bitarray/trunk/debian/copyright	2014-02-22 15:58:19 UTC (rev 27866)
@@ -20,8 +20,8 @@
  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 
+ 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




More information about the Python-modules-commits mailing list