diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-07-08 18:26:25 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-07-08 18:26:25 +0200 |
commit | 22da24cc09fef99a1574a48b614fc3cc57a9597e (patch) | |
tree | c67e573dac173d21b67964a6b14bfedcd07b9df9 /debian | |
parent | 711cb0bbc9d5af3eb4b3db667e3cf0558bea3d48 (diff) | |
parent | 8ce01c571686c036e8a289d33adaa83b91727a15 (diff) | |
download | libayatana-appindicator-22da24cc09fef99a1574a48b614fc3cc57a9597e.tar.gz libayatana-appindicator-22da24cc09fef99a1574a48b614fc3cc57a9597e.tar.bz2 libayatana-appindicator-22da24cc09fef99a1574a48b614fc3cc57a9597e.zip |
releasing version 0.2.2-0ubuntu10.2.2-0ubuntu1
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 |