tags 536698 + patch thanks Dear maintainer,
I've prepared an NMU for python-pip (versioned as 0.3.1-1.1). Please free to tell me if you can use it. Bye, Carl Chenet
diff -u python-pip-0.3.1/debian/control python-pip-0.3.1/debian/control --- python-pip-0.3.1/debian/control +++ python-pip-0.3.1/debian/control @@ -13,7 +13,7 @@ Package: python-pip Architecture: all Section: python -Depends: ${python:Depends}, python-pkg-resources | python-setuptools (<< 0.6c8-1) +Depends: ${python:Depends}, python-pkg-resources, python-setuptools (>= 0.6c1) XB-Python-Version: ${python:Versions} Description: Alternative Python package installer pip installs packages. Python packages. An easy_install replacement. diff -u python-pip-0.3.1/debian/changelog python-pip-0.3.1/debian/changelog --- python-pip-0.3.1/debian/changelog +++ python-pip-0.3.1/debian/changelog @@ -1,3 +1,11 @@ +python-pip (0.3.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control + - python-setuptools at runtime is mandatory (Closes:#536698) + + -- Carl Chenet <cha...@ohmytux.com> Mon, 14 Sep 2009 22:25:32 +0200 + python-pip (0.3.1-1) unstable; urgency=low * Initial release. Closes: #522135.