[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682467: unblock: blist/1.3.4-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package blist

Fixed RC bug #681583

unblock blist/1.3.4-2
diff -ruN export/debian/changelog blist-1.3.4/debian/changelog
--- export/debian/changelog	2012-07-23 00:29:25.089477000 -0400
+++ blist-1.3.4/debian/changelog	2012-07-23 00:45:37.229289894 -0400
@@ -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@kitterman.com>  Mon, 23 Jul 2012 00:40:43 -0400
+
 blist (1.3.4-1) unstable; urgency=low
 
   * Initial release.
diff -ruN export/debian/control blist-1.3.4/debian/control
--- export/debian/control	2012-07-23 00:29:25.089477000 -0400
+++ blist-1.3.4/debian/control	2012-07-23 00:45:10.533290680 -0400
@@ -5,15 +5,18 @@
 Uploaders:
  Michael Gilbert <mgilbert@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
diff -ruN export/debian/rules blist-1.3.4/debian/rules
--- export/debian/rules	2012-07-23 00:29:25.089477000 -0400
+++ blist-1.3.4/debian/rules	2012-07-23 00:42:46.077294949 -0400
@@ -9,4 +9,4 @@
 	dh_clean
 
 %:
-	dh $@ 
+	dh $@ --with=python2

Reply to: