diff -u storm-0.12/debian/changelog storm-0.12/debian/changelog --- storm-0.12/debian/changelog +++ storm-0.12/debian/changelog @@ -1,3 +1,10 @@ +storm (0.12-0ubuntu2) intrepid; urgency=low + + * Added python-psycopg2, python-mysqldb and python-pysqlite2 to Suggests of + python-storm (LP: #259883). + + -- Alessio Treglia Thu, 21 Aug 2008 19:19:29 +0200 + storm (0.12-0ubuntu1) hardy; urgency=low [ Morten Kjeldgaard ] diff -u storm-0.12/debian/control storm-0.12/debian/control --- storm-0.12/debian/control +++ storm-0.12/debian/control @@ -11,6 +11,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} +Suggests: python-psycopg2, python-mysqldb, python-pysqlite2 XB-Python-Version: ${python:Versions} Description: object-relational mapper (ORM) for Python Storm is an object-relation mapper (ORM) for the Python language. In