diff -Nru flask-cors-0.2.1.0/debian/changelog flask-cors-0.2.1.0/debian/changelog --- flask-cors-0.2.1.0/debian/changelog 2015-08-29 07:03:30.000000000 +0000 +++ flask-cors-0.2.1.0/debian/changelog 2015-08-29 07:14:04.000000000 +0000 @@ -1,4 +1,10 @@ -flask-cors (0.2.1.0-1~ppa14.04+2) trusty; urgency=medium +flask-cors (0.2.1.0-1~ppa14.04+3) trusty; urgency=medium + + * Add missing python(3)-nose build-dep. + + -- Nicolas Derive Sat, 29 Aug 2015 09:13:37 +0200 + +flask-cors (0.2.1.0-1~ppa15.04+2) vivid; urgency=medium * Add missing python(3)-six build-dep. diff -Nru flask-cors-0.2.1.0/debian/control flask-cors-0.2.1.0/debian/control --- flask-cors-0.2.1.0/debian/control 2015-08-29 07:03:02.000000000 +0000 +++ flask-cors-0.2.1.0/debian/control 2015-08-29 07:13:27.000000000 +0000 @@ -2,7 +2,7 @@ Section: python Priority: extra Maintainer: Nicolas Derive -Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools, python3-setuptools, python-all, python3-all, python-flask, python3-flask, python-six, python3-six +Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools, python3-setuptools, python-all, python3-all, python-flask, python3-flask, python-six, python3-six, python-nose, python3-nose Standards-Version: 3.9.6 X-Python-Version: >=2.7 Homepage: https://pypi.python.org/pypi/Flask-Cors/