diff -Nru pygments-1.6+dfsg/debian/changelog pygments-1.6+dfsg/debian/changelog --- pygments-1.6+dfsg/debian/changelog 2014-02-23 13:50:15.000000000 +0000 +++ pygments-1.6+dfsg/debian/changelog 2014-02-26 14:12:28.000000000 +0000 @@ -1,3 +1,9 @@ +pygments (1.6+dfsg-1ubuntu1) trusty; urgency=medium + + * Add missing "patch" test dependency. + + -- Martin Pitt Wed, 26 Feb 2014 15:12:20 +0100 + pygments (1.6+dfsg-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. diff -Nru pygments-1.6+dfsg/debian/control pygments-1.6+dfsg/debian/control --- pygments-1.6+dfsg/debian/control 2012-11-14 20:56:21.000000000 +0000 +++ pygments-1.6+dfsg/debian/control 2014-02-26 14:12:32.000000000 +0000 @@ -1,7 +1,8 @@ Source: pygments Section: python Priority: optional -Maintainer: Piotr Ożarowski +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Piotr Ożarowski Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 5) Build-Depends-Indep: python-all (>= 2.6.6-3), python3-all, python3-setuptools, diff -Nru pygments-1.6+dfsg/debian/tests/control pygments-1.6+dfsg/debian/tests/control --- pygments-1.6+dfsg/debian/tests/control 2012-11-14 20:56:21.000000000 +0000 +++ pygments-1.6+dfsg/debian/tests/control 2014-02-26 14:12:17.000000000 +0000 @@ -1,5 +1,5 @@ Tests: python-pygments -Depends: python-pygments, python-nose +Depends: python-pygments, python-nose, patch Tests: python3-pygments -Depends: python3-pygments, python3-nose +Depends: python3-pygments, python3-nose, patch