diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 16 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6228e2e..ac621c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +indicator-application (0.2.2-0ubuntu1) maverick; urgency=low + + * debian/control, debian/rules: + - use dh_girepository and gir:Depends to get the gir depends, + clean the build-depends on gir-repository-dev not required + + [ Ted Gould ] + * New upstream release. + ∘ Work with updated container signal names (lp: #558841) + + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 08 Jul 2010 18:12:00 +0200 + indicator-application (0.2.1-0ubuntu1) maverick; urgency=low [ Ted Gould ] diff --git a/debian/control b/debian/control index bdd065d..8ea4878 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@ Build-Depends: debhelper (>= 5.0), libnunit-cil-dev, libgtk2.0-cil-dev, gobject-introspection, - gir-repository-dev, libgirepository1.0-dev, gir1.0-glib-2.0, gir1.0-gtk-2.0, @@ -129,9 +128,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - gir1.0-glib-2.0, - gir1.0-gtk-2.0, - libappindicator0 (= ${binary:Version}) + ${gir:Depends} Description: Typelib files for libappindicator0. . This package can be used by other packages using the GIRepository format diff --git a/debian/rules b/debian/rules index 074da71..f34e925 100755 --- a/debian/rules +++ b/debian/rules @@ -44,6 +44,9 @@ binary-install/libappindicator0.1-cil:: dh_makeclilibs -V dh_installcligac +binary-predeb/gir1.0-appindicator-0.1:: + dh_girepository -p$(cdbs_curpkg) + binary-predeb/libappindicator0.1-cil:: binary-fixup/libappindicator0 dh_clideps -plibappindicator0.1-cil |