aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog69
-rw-r--r--debian/control16
-rw-r--r--debian/libindicator1.install (renamed from debian/libindicator0.install)0
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
5 files changed, 81 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index c916d33..d7014ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,72 @@
+libindicator (0.3.13-0ubuntu2~ppa2) maverick; urgency=low
+
+ * Updating with Desktop version and undoing some changes.
+
+ -- Ted Gould <ted@ubuntu.com> Tue, 21 Sep 2010 09:25:05 -0500
+
+libindicator (0.3.13-0ubuntu2~ppa1) UNRELEASED; urgency=low
+
+ * debian/source:
+ - don't use quilt format, it's making the daily build not working
+ * debian/control:
+ - rename to soname bump
+ * debian/libindicator1.install: rename to soname bump
+ * debian/rules: update MAKESHLIBS_ARGS
+
+ -- Didier Roche <didrocks@ubuntu.com> Tue, 21 Sep 2010 12:33:31 +0200
+
+libindicator (0.3.13-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Adding a menu_show signal
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 15 Sep 2010 11:46:37 -0500
+
+libindicator (0.3.13-0ubuntu1~ppa3) maverick; urgency=low
+
+ * debian/rules:
+ * Dropping the simple patch system
+ * Changing the shlibs to libindicator1
+
+ -- Ted Gould <ted@ubuntu.com> Sun, 19 Sep 2010 14:47:46 -0500
+
+libindicator (0.3.13-0ubuntu1~ppa2) maverick; urgency=low
+
+ * Upstream Merge
+ * Adding a function to signal a menu is shown
+ * Changing indicator directory to '4'
+ * debian/control: Switching from libindicator0 to libindicator1
+ as we've broken ABI. Conflicting with libindicator0 to make
+ upgrade simpler as it doesn't make sense to have both installed.
+ * Autogen update
+
+ -- Ted Gould <ted@ubuntu.com> Sun, 19 Sep 2010 13:29:13 -0500
+
+libindicator (0.3.12-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Removing a g_error that was breaking Unity on failed icons
+ * dropping workaround-icon-crash.patch:
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 18 Aug 2010 11:05:51 -0500
+
+libindicator (0.3.11-0ubuntu2) maverick; urgency=low
+
+ * workaround-icon-crash.patch:
+ - change from Mikkel Kamstrup Erlandsen to workaround a crasher in the
+ new version
+ * debian/control:
+ - updated the gtk build requirement
+
+ -- Sebastien Bacher <seb128@ubuntu.com> Fri, 13 Aug 2010 11:40:29 +0200
+
+libindicator (0.3.11-0ubuntu1) maverick; urgency=low
+
+ * New upstream release.
+ * Allowing absolute paths in the image name (LP: #564034)
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 12 Aug 2010 14:42:46 -0500
+
libindicator (0.3.10-1) unstable; urgency=low
* Merging new upstream release from Ubuntu.
diff --git a/debian/control b/debian/control
index 00e2d8f..0dfe822 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,28 @@
Source: libindicator
Section: libs
Priority: optional
-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
Uploaders: Evgeni Golov <evgeni@debian.org>, Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper (>= 5.0),
cdbs (>= 0.4.41),
libglib2.0-dev (>= 2.22),
- libgtk2.0-dev (>= 2.12.0),
+ libgtk2.0-dev (>= 2.18),
libdbus-glib-1-dev,
libtool,
intltool,
gtk-doc-tools
Standards-Version: 3.9.0
Homepage: https://launchpad.net/libindicator
-Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/libindicator/debian
-Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ayatana/libindicator/debian
+Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libindicator/ubuntu
+Vcs-Browser: http://bazaar.launchpad.net/~indicator-applet-developers/libindicator/ubuntu
-Package: libindicator0
+Package: libindicator1
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
+Conflicts: libindicator0
Description: panel indicator applet - shared library
This library contains information to build indicators to go into
the indicator applet.
@@ -33,7 +35,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libgtk2.0-dev (>= 2.12.0),
- libindicator0 (= ${binary:Version})
+ libindicator1 (= ${binary:Version})
Description: panel indicator applet - library development files
This library contains information to build indicators to go into
the indicator applet.
@@ -45,7 +47,7 @@ Section: devel
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libindicator0 (= ${binary:Version})
+ libindicator1 (= ${binary:Version})
Description: Tools for libindicator
Tools useful for developers of applications using indicators.
.
diff --git a/debian/libindicator0.install b/debian/libindicator1.install
index 85dbd3e..85dbd3e 100644
--- a/debian/libindicator0.install
+++ b/debian/libindicator1.install
diff --git a/debian/rules b/debian/rules
index 151c78d..9099854 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
+
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
-DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator0 (>= 0.3.6)'
+DEB_DH_MAKESHLIBS_ARGS_libindicator0 += -V 'libindicator1 (>= 0.3.13)'
+
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)