From 6e9fee7d9bf54add240166f60f5c942184add408 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 9 Dec 2010 12:56:54 -0500 Subject: releasing version 0.2.90-0ubuntu3 --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 643534e..44ffc1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -indicator-application (0.2.90-0ubuntu3) UNRELEASED; urgency=low +indicator-application (0.2.90-0ubuntu3) natty; urgency=low * debian/control - build depend on dbusmenu >= 0.3.90 + - Fixes FTBFS (LP: #684949) -- Ken VanDine Wed, 08 Dec 2010 13:32:07 -0500 -- cgit v1.2.3 From 29871df079babc88c93255f101edb19d266efd30 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 10 Dec 2010 16:38:00 -0500 Subject: * debian/rules - Changes to build targets to get it building multipass for python 2.6 and 2.7 --- debian/changelog | 10 ++++++++-- debian/control | 32 ++++++++++++++++---------------- debian/rules | 6 +++--- 3 files changed, 27 insertions(+), 21 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index aa2f1a3..8e2a2e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ -libappindicator (0.2.91-0ubuntu1~ppa1) UNRELEASED; urgency=low +libappindicator (0.2.90+r175-0ubuntu1) UNRELEASED; urgency=low + [ Ted Gould ] * Intial release. - -- Ted Gould Wed, 08 Dec 2010 16:28:55 -0600 + [ Ken VanDine ] + * debian/rules + - Changes to build targets to get it building multipass for + python 2.6 and 2.7 + + -- Ken VanDine Fri, 10 Dec 2010 16:37:17 -0500 diff --git a/debian/control b/debian/control index f87b2aa..bea497c 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Build-Depends: debhelper (>= 5.0), libindicate-dev (>= 0.2.0), libindicate-gtk-dev (>= 0.2.0), libindicator-dev (>= 0.3.14), - libdbusmenu-gtk-dev (>= 0.3.90), - libdbusmenu-glib-dev (>= 0.3.90), + libdbusmenu-gtk-dev (>= 0.3.90+r175), + libdbusmenu-glib-dev (>= 0.3.90+r175), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi, @@ -33,6 +33,20 @@ Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-application Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu +Package: python-appindicator +Section: python +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + libappindicator1 (= ${binary:Version}), + python-gobject +Provides: ${python:Provides} +Description: Python bindings for libappindicator + This package provides Python bindings so that you can use libappindicator from + a Python program. + Package: libappindicator1 Section: libs Architecture: any @@ -111,17 +125,3 @@ Description: Typelib files for libappindicator1. . This package can be used by other packages using the GIRepository format to generate dynamic bindings. - -Package: python-appindicator -Section: python -Architecture: any -XB-Python-Version: ${python:Versions} -Depends: ${shlibs:Depends}, - ${misc:Depends}, - ${python:Depends}, - libappindicator1 (= ${binary:Version}), - python-gobject -Provides: ${python:Provides} -Description: Python bindings for libappindicator - This package provides Python bindings so that you can use libappindicator from - a Python program. diff --git a/debian/rules b/debian/rules index 324b6ff..4c624b6 100755 --- a/debian/rules +++ b/debian/rules @@ -63,19 +63,19 @@ configure-stamp: $(DEB_CONFIGURE_SCRIPT) $(DEB_CONFIGURE_NORMAL_ARGS) $(DEB_CONFIGURE_EXTRA_FLAGS) touch $@ -configure/libappindicator:: configure-stamp +configure/libappindicator1:: configure-stamp build-stamp: $(MAKE) -C $(DEB_BUILDDIR) touch $@ -build/libappindicator:: build-stamp +build/libappindicator1:: build-stamp install-stamp: $(MAKE) -C $(DEB_BUILDDIR) install DESTDIR=$(CURDIR)/debian/tmp touch $@ -install/libappindicator:: install-stamp +install/libappindicator1:: install-stamp binary-predeb/libappindicator1:: install-stamp dh_fixperms -- cgit v1.2.3 From 2437d4ba20b168534165456ed0ed989a9f5f2695 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Fri, 10 Dec 2010 18:04:32 -0500 Subject: releasing version 0.2.90+r175-0ubuntu1 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8e2a2e5..c650fe0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libappindicator (0.2.90+r175-0ubuntu1) UNRELEASED; urgency=low +libappindicator (0.2.90+r175-0ubuntu1) natty; urgency=low [ Ted Gould ] * Intial release. -- cgit v1.2.3 From 54c9e642092a203b35f63acf915eef78d2cb1ef0 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 16 Dec 2010 10:10:13 -0500 Subject: releasing version 0.2.90-0ubuntu4 --- debian/changelog | 6 ++++++ debian/control | 8 +++++--- debian/gir1.0-appindicator-0.1.install | 1 - debian/gir1.2-appindicator-0.1.install | 1 + 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 debian/gir1.0-appindicator-0.1.install create mode 100644 debian/gir1.2-appindicator-0.1.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 44ffc1b..31c80a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-application (0.2.90-0ubuntu4) natty; urgency=low + + * Updated for the gir abi transition + + -- Ken VanDine Thu, 16 Dec 2010 10:05:55 -0500 + indicator-application (0.2.90-0ubuntu3) natty; urgency=low * debian/control diff --git a/debian/control b/debian/control index 44e5ea1..02ca13c 100644 --- a/debian/control +++ b/debian/control @@ -26,8 +26,8 @@ Build-Depends: debhelper (>= 5.0), libgtk2.0-cil-dev, gobject-introspection, libgirepository1.0-dev, - gir1.0-glib-2.0, - gir1.0-gtk-2.0, + gir1.2-glib-2.0, + gir1.2-gtk-2.0, valac-0.12 Standards-Version: 3.8.4 Homepage: https://launchpad.net/indicator-application @@ -122,7 +122,9 @@ Description: Application Indicators . This package contains files that are needed to build applications. -Package: gir1.0-appindicator-0.1 +Package: gir1.2-appindicator-0.1 +Conflicts: gir1.0-appindicator-0.1 +Replaces: gir1.0-appindicator-0.1 Section: libs Architecture: any Depends: ${shlibs:Depends}, diff --git a/debian/gir1.0-appindicator-0.1.install b/debian/gir1.0-appindicator-0.1.install deleted file mode 100644 index 0791348..0000000 --- a/debian/gir1.0-appindicator-0.1.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/girepository-1.0/* diff --git a/debian/gir1.2-appindicator-0.1.install b/debian/gir1.2-appindicator-0.1.install new file mode 100644 index 0000000..0791348 --- /dev/null +++ b/debian/gir1.2-appindicator-0.1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/girepository-1.0/* -- cgit v1.2.3 From 0092f8a844ac58cb784b110838fc3ca71c0678e1 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 12 Jan 2011 09:04:12 -0600 Subject: Rebuild for libindicator2 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index cf186b4..fe8c864 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libappindicator (0.2.90+r175-0ubuntu3) natty; urgency=low + + * Rebuild for libindicator2 + + -- Ken VanDine Tue, 11 Jan 2011 16:29:38 -0600 + libappindicator (0.2.90+r175-0ubuntu2) natty; urgency=low * Merged changes from ~ubuntu-desktop package -- cgit v1.2.3