diff --git a/debian/changelog b/debian/changelog index 75756d43adea66164a68ca78edac0f4840396a39..3b1099d098c84b68b50aedbb5686d5c7a1eccae4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +avocado (0.14.0) trusty; urgency=medium + + * Add new upstream version 0.14.0. + + -- Lucas Meneghel Rodrigues (lmr) Wed, 10 Dec 2014 18:13:44 -0200 + avocado (0.11.1) trusty; urgency=medium * Add new upstream version 0.11.1. diff --git a/debian/control b/debian/control index b102bf1ae2b781ec6222c1465f94f6fe44ca31a2..eb2b8bc4201e476885d9fdc4f1cb21f84983c56d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: avocado Architecture: all -Homepage: http://autotest.github.com/ +Homepage: http://avocado-framework.github.io/ XB-Python-Version: ${python:Versions} -Depends: ${misc:Depends}, ${python:Depends}, python-yaml, python-lzma +Depends: ${misc:Depends}, ${python:Depends}, python-yaml, python-lzma, python-pystache Description: Avocado is a framework for fully automated testing.