diff -Nru python-django-piston-0.2.3/debian/changelog python-django-piston-0.2.3/debian/changelog --- python-django-piston-0.2.3/debian/changelog 2014-05-31 18:44:04.000000000 +0000 +++ python-django-piston-0.2.3/debian/changelog 2014-06-19 07:37:29.000000000 +0000 @@ -1,7 +1,10 @@ -python-django-piston (0.2.3-2) unstable; urgency=low +python-django-piston (0.2.3-2~ppa0) utopic; urgency=low * Team upload. + [ Raphael Badin ] + * Add dependencies. + [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. * Remove DM-Upload-Allowed; it's no longer used by the archive @@ -27,7 +30,7 @@ - 06-django1.6-wsgirequest-compat.patch: Compatibility with Django 1.6 for WSGIRequest. (LP: #1256957) - -- Andrew Starr-Bochicchio Sat, 31 May 2014 14:43:42 -0400 + -- Raphael Badin Sat, 31 May 2014 14:43:42 -0400 python-django-piston (0.2.3-1) unstable; urgency=low diff -Nru python-django-piston-0.2.3/debian/control python-django-piston-0.2.3/debian/control --- python-django-piston-0.2.3/debian/control 2014-05-09 13:04:24.000000000 +0000 +++ python-django-piston-0.2.3/debian/control 2014-06-19 07:28:34.000000000 +0000 @@ -12,7 +12,7 @@ Package: python-django-piston Architecture: all -Depends: ${misc:Depends}, ${python:Depends} +Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1), python-oauth (>= 1.0.1), python-decorator Suggests: python-yaml Description: Django mini-framework creating RESTful APIs Piston is a relatively small Django application that lets you