Index: debian/changelog =================================================================== --- debian/changelog (revision 22531) +++ debian/changelog (working copy) @@ -1,7 +1,13 @@ pastedeploy (1.5.0-3) UNRELEASED; urgency=low + [ Jakub Wilk ] * Protect for loop with set -e (closes: #655909) + [ Andrew Starr-Bochicchio ] + * debian/control: Depend on python-paste (Closes: #683742). + * Add extend-diff-ignore="^[^/]+\.egg-info/" to debian/source/options. + This allows the package to build twice in a row (Closes: #671247). + -- Jakub Wilk Sun, 23 Oct 2011 22:21:38 +0200 pastedeploy (1.5.0-2) unstable; urgency=low Index: debian/source/options =================================================================== --- debian/source/options (revision 0) +++ debian/source/options (working copy) @@ -0,0 +1 @@ +extend-diff-ignore="^[^/]+\.egg-info/" Index: debian/control =================================================================== --- debian/control (revision 22531) +++ debian/control (working copy) @@ -13,7 +13,7 @@ Package: python-pastedeploy Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources +Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-paste Recommends: python-pastescript (>= 1.7.3-6~) Enhances: python-paste Description: load, configure, and compose WSGI applications and servers