diff options
author | Ted Gould <ted@gould.cx> | 2009-11-24 14:55:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-11-24 14:55:22 -0600 |
commit | 411182c39c63d7d7ad35edf133ba58e2295f5bef (patch) | |
tree | 7a2e1c385c0963a83f8ed561c9abe8514b320978 /debian | |
parent | 8e829711dd95a8e94bf63ec16f4d3a266f5ddc39 (diff) | |
download | libayatana-indicator-411182c39c63d7d7ad35edf133ba58e2295f5bef.tar.gz libayatana-indicator-411182c39c63d7d7ad35edf133ba58e2295f5bef.tar.bz2 libayatana-indicator-411182c39c63d7d7ad35edf133ba58e2295f5bef.zip |
debian/control: Making sure the tools package is using the
same version of the library that it was built with.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index beacae9..f1ce3b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libindicator (0.3.0~dev-0ubuntu1~ppa6~tl3) UNRELEASED; urgency=low + + * debian/control: Making sure the tools package is using the + same version of the library that it was built with. + + -- Ted Gould <ted@ubuntu.com> Tue, 24 Nov 2009 14:54:28 -0600 + libindicator (0.3.0~dev-0ubuntu1~ppa6~tl2) karmic; urgency=low * Adding support for remove. diff --git a/debian/control b/debian/control index 394ec97..d4fd2f2 100644 --- a/debian/control +++ b/debian/control @@ -42,6 +42,7 @@ Package: libindicator-tools Section: devel Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + libindicator0 (= ${binary:Version}) Description: Need a better description |