diff options
author | Didier Roche <didier.roche@canonical.com> | 2010-02-11 20:27:20 +0100 |
---|---|---|
committer | Didier Roche <didier.roche@canonical.com> | 2010-02-11 20:27:20 +0100 |
commit | 8fb2b5aa6ce133bf3f83b873af97639aeee60b84 (patch) | |
tree | 406346e9d7a803bfb8bbb82c78645e6815f1401a /debian | |
parent | d127f5f47854308571bf6635d474825e4a1ceb7a (diff) | |
download | ayatana-indicator-datetime-8fb2b5aa6ce133bf3f83b873af97639aeee60b84.tar.gz ayatana-indicator-datetime-8fb2b5aa6ce133bf3f83b873af97639aeee60b84.tar.bz2 ayatana-indicator-datetime-8fb2b5aa6ce133bf3f83b873af97639aeee60b84.zip |
* debian/control:
- fix build-dep
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 385c5f9..82f5d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-datetime (0.0.1~r2-0ubuntu2) UNRELEASED; urgency=low + + * debian/control: + - fix build-dep + + -- Didier Roche <didrocks@ubuntu.com> Thu, 11 Feb 2010 20:26:58 +0100 + indicator-datetime (0.0.1~r2-0ubuntu1) lucid; urgency=low * new upstream version diff --git a/debian/control b/debian/control index 49f0656..5347b7d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper (>= 5), pkg-config, intltool (>= 0.35.0), - libindicate-dev (>= 0.3.0), + libindicator-dev (>= 0.3.0), libdbusmenu-glib-dev (>= 0.1.1) Standards-Version: 3.8.3 Homepage: https://launchpad.net/indicator-applet-developers |