Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package python-colorama Fixes RC bug #681584 unblock python-colorama/0.2.4-1.1
diff -Nru python-colorama-0.2.4/debian/changelog python-colorama-0.2.4/debian/changelog --- python-colorama-0.2.4/debian/changelog 2012-03-06 13:17:39.000000000 -0500 +++ python-colorama-0.2.4/debian/changelog 2012-07-23 01:02:44.000000000 -0400 @@ -1,3 +1,13 @@ +python-colorama (0.2.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use dh_python2. + Build-Depend on python (>= 2.6.6-3~) for that. + Add python:Depends to Depends. + Closes: #681584 + + -- Evgeni Golov <evg...@debian.org> Tue, 17 Jul 2012 08:52:08 +0200 + python-colorama (0.2.4-1) unstable; urgency=low * Initial release (Closes: #662761) diff -Nru python-colorama-0.2.4/debian/control python-colorama-0.2.4/debian/control --- python-colorama-0.2.4/debian/control 2012-03-06 13:17:39.000000000 -0500 +++ python-colorama-0.2.4/debian/control 2012-07-23 01:01:55.000000000 -0400 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Khalid El Fathi <kha...@elfathi.fr> -Build-Depends: debhelper (>= 9.0.0), python +Build-Depends: debhelper (>= 9.0.0), python (>= 2.6.6-3~) Standards-Version: 3.9.3 Homepage: http://pypi.python.org/pypi/colorama/ Vcs-Git: git://git.debian.org/collab-maint/python-colorama.git @@ -11,7 +11,7 @@ Package: python-colorama Architecture: all -Depends: ${misc:Depends} +Depends: ${python:Depends}, ${misc:Depends} Description: Cross-platform colored terminal text in Python Python-colorama provides a simple cross-platform API to print colored terminal text from Python applications. diff -Nru python-colorama-0.2.4/debian/rules python-colorama-0.2.4/debian/rules --- python-colorama-0.2.4/debian/rules 2012-03-06 13:17:39.000000000 -0500 +++ python-colorama-0.2.4/debian/rules 2012-07-23 01:01:55.000000000 -0400 @@ -2,7 +2,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with=python2 override_dh_installexamples: cp -r $(CURDIR)/demos/* $(CURDIR)/debian/python-colorama/usr/share/doc/python-colorama/examples/