[Python-modules-commits] r22452 - in packages/blist/trunk/debian (changelog control rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Mon Jul 23 04:53:10 UTC 2012


    Date: Monday, July 23, 2012 @ 04:53:06
  Author: kitterman
Revision: 22452

* Team upload
* Non-maintainer upload.
* Use dh_python2.
* Add python-all-dev to Build-Depends.
* Add python:Depends to Depends.
* This all closes: #681583
* Add python-setuptools to Build-Depends
* Add missing Vcs-* to Control

Modified:
  packages/blist/trunk/debian/changelog
  packages/blist/trunk/debian/control
  packages/blist/trunk/debian/rules

Modified: packages/blist/trunk/debian/changelog
===================================================================
--- packages/blist/trunk/debian/changelog	2012-07-23 04:29:32 UTC (rev 22451)
+++ packages/blist/trunk/debian/changelog	2012-07-23 04:53:06 UTC (rev 22452)
@@ -1,3 +1,20 @@
+blist (1.3.4-2) unstable; urgency=low
+
+  * Team upload
+
+  [ Evgeni Golov ]
+  * Non-maintainer upload.
+  * Use dh_python2.
+  * Add python-all-dev to Build-Depends.
+  * Add python:Depends to Depends.
+  * This all closes: #681583
+
+  [ Scott Kitterman ]
+  * Add python-setuptools to Build-Depends
+  * Add missing Vcs-* to Control
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 23 Jul 2012 00:40:43 -0400
+
 blist (1.3.4-1) unstable; urgency=low
 
   * Initial release.

Modified: packages/blist/trunk/debian/control
===================================================================
--- packages/blist/trunk/debian/control	2012-07-23 04:29:32 UTC (rev 22451)
+++ packages/blist/trunk/debian/control	2012-07-23 04:53:06 UTC (rev 22452)
@@ -5,15 +5,18 @@
 Uploaders:
  Michael Gilbert <mgilbert at debian.org>
 Build-Depends:
- debhelper (>= 9)
+ debhelper (>= 9), python-all-dev (>= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.3
 Homepage: http://pypi.python.org/pypi/blist
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/blist/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/blist/trunk/
 
 Package: python-blist
 Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+ ${python:Depends}
 Description: List-like type for python with better asymptotic performance
  This package is a drop-in replacement for the Python list the provides better
  performance when modifying large lists. The blist package also provides

Modified: packages/blist/trunk/debian/rules
===================================================================
--- packages/blist/trunk/debian/rules	2012-07-23 04:29:32 UTC (rev 22451)
+++ packages/blist/trunk/debian/rules	2012-07-23 04:53:06 UTC (rev 22452)
@@ -9,4 +9,4 @@
 	dh_clean
 
 %:
-	dh $@ 
+	dh $@ --with=python2




More information about the Python-modules-commits mailing list