diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-09-30 01:06:51 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-09-30 01:06:51 +0200 |
commit | d9f132f3d5bf41ee4f30e7ea2bd1b61120fa29b7 (patch) | |
tree | 0b4e4e08f8780945bcf59f7e9986bfbf6c26541e /qtc_packaging/debian_harmattan | |
parent | c6df72ffb7fa549e817dc3d71d2762d8071eb0cb (diff) | |
download | sowatch-d9f132f3d5bf41ee4f30e7ea2bd1b61120fa29b7.tar.gz sowatch-d9f132f3d5bf41ee4f30e7ea2bd1b61120fa29b7.zip |
fixing build dependencies
Diffstat (limited to 'qtc_packaging/debian_harmattan')
-rw-r--r-- | qtc_packaging/debian_harmattan/changelog | 6 | ||||
-rw-r--r-- | qtc_packaging/debian_harmattan/control | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index 5a9190c..493b3de 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -1,3 +1,9 @@ +sowatch (0.2.1) unstable; urgency=low + + * Fixing build dependencies. + + -- Javier S. Pedro <maemo@javispedro.com> Fri, 30 Sep 2011 01:06:09 +0200 + sowatch (0.2.0) unstable; urgency=low * Initial Release. diff --git a/qtc_packaging/debian_harmattan/control b/qtc_packaging/debian_harmattan/control index db47619..da9826a 100644 --- a/qtc_packaging/debian_harmattan/control +++ b/qtc_packaging/debian_harmattan/control @@ -3,7 +3,7 @@ Section: user/other Priority: optional Maintainer: Javier <javier@unknown> Build-Depends: debhelper (>= 5), libqt4-dev, libqtm-dev, libqmafw0-dev, - libnotificationsystem-dev + libqmafw-shared0-dev, libnotificationsystem-dev Standards-Version: 3.7.3 Homepage: http://gitorious.org/sowatch |