diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 33 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 7 | ||||
-rw-r--r-- | debian/copyright | 77 | ||||
-rw-r--r-- | debian/libappindicator1.symbols | 24 |
5 files changed, 59 insertions, 84 deletions
diff --git a/debian/changelog b/debian/changelog index 71e63a4..810221a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,22 +1,14 @@ -libappindicator (0.2.90+r175-0ubuntu4) natty; urgency=low - - * Fixed pkgconfig files to require dbusmenu-glib-0.4 - - -- Ken VanDine <ken.vandine@canonical.com> Wed, 12 Jan 2011 09:04:39 -0600 - -libappindicator (0.2.90+r175-0ubuntu3) natty; urgency=low - - * Rebuild for libindicator2 - - -- Ken VanDine <ken.vandine@canonical.com> Tue, 11 Jan 2011 16:29:38 -0600 - -libappindicator (0.2.90+r175-0ubuntu2) natty; urgency=low - - * Merged changes from ~ubuntu-desktop package - - -- Ken VanDine <ken.vandine@canonical.com> Thu, 06 Jan 2011 10:03:56 -0500 - -libappindicator (0.2.90+r175-0ubuntu1) natty; urgency=low +libappindicator (0.2.91-0ubuntu1) natty; urgency=low + + * debian/control: + - clean unrequired build-depends + * debian/compat: updated the version + * debian/copyright: + - updated + * debian/libappindicator1.symbols: + - use a .symbols for api tracking + * debian/watch: + - updated product name [ Ted Gould ] * Intial release. @@ -26,7 +18,8 @@ libappindicator (0.2.90+r175-0ubuntu1) natty; urgency=low - Changes to build targets to get it building multipass for python 2.6 and 2.7 - -- Ken VanDine <ken.vandine@canonical.com> Fri, 10 Dec 2010 16:37:17 -0500 + -- Sebastien Bacher <seb128@ubuntu.com> Thu, 13 Jan 2011 19:27:54 -0600 + indicator-application (0.2.90-0ubuntu4) natty; urgency=low * Updated for the gir abi transition diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index 07427e7..01133f5 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,10 @@ Section: gnome Priority: optional XS-Python-Version: all Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com> -Build-Depends: debhelper (>= 5.0), +Build-Depends: debhelper (>= 7.0), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12.0), libdbus-glib-1-dev (>= 0.82), - libjson-glib-dev, gnome-doc-utils, gtk-doc-tools, intltool, @@ -16,8 +15,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+r175), - libdbusmenu-glib-dev (>= 0.3.90+r175), + libdbusmenu-gtk-dev (>= 0.3.91), + libdbusmenu-glib-dev (>= 0.3.91), cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.3), gtk-sharp2-gapi, diff --git a/debian/copyright b/debian/copyright index ba92c05..bd8f0d9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,60 +1,19 @@ -This package was debianized by Robert Collins <robert@canonical.com> on -Thu, 29 Oct 2009 15:44:14 +1100 +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Name: libappindicator +Upstream-Maintainer: Ted Gould <ted@ubuntu.com> +Upstream-Source: https://launchpad.net/libappindicator + +Files: * +Copyright: (C) 2009, 2010 Canonical Ltd. +License: GPL v3 + The full text of the GPL is distributed in + /usr/share/common-licenses/GPL-3 on Debian systems. + +Files: bindings/python, src/app-indicator-enum-types.h.in, + src/app-indicator-enum-types.c, src/app-indicator.h, src/app-indicator.c: +Copyright: (C) 2009, 2010 Canonical Ltd. +License: LGPL v2.1 + The full text of the LGPL is distributed in + /usr/share/common-licenses/LGPL-2.1 on Debian systems. + -It was downloaded from <http://launchpad.net/indicator-application/> - -Upstream Author: - - Ted Gould <ted@canonical.com> - -Copyright: - - Copyright (C) 2009 Canonical Ltd. - -License: - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, version 3 of the License. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -Two files (app-indicator.c and app-indicator.h) are under: - - 1) the GNU Lesser General Public License version 3, as published by the - Free Software Foundation; and/or - 2) the GNU Lesser General Public License version 2.1, as published by - the Free Software Foundation. - - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranties of - MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR - PURPOSE. See the applicable version of the GNU Lesser General Public - License for more details. - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301 USA - -On Debian/Ubuntu systems, the full text of the LGPL v2.1 can be found in -`/usr/share/common-licenses/LGPL-2.1', the full text of the LGPL v3 can be found in -`/usr/share/common-licenses/LGPL-3, and the full text of the GPL v3 can be -found in `/usr/share/common-licenses/GPL-3' diff --git a/debian/libappindicator1.symbols b/debian/libappindicator1.symbols new file mode 100644 index 0000000..2e4d622 --- /dev/null +++ b/debian/libappindicator1.symbols @@ -0,0 +1,24 @@ +libappindicator.so.1 libappindicator1 #MINVER# + app_indicator_build_menu_from_desktop@Base 0.2.91 + app_indicator_category_get_type@Base 0.2.91 + app_indicator_get_attention_icon@Base 0.2.91 + app_indicator_get_category@Base 0.2.91 + app_indicator_get_icon@Base 0.2.91 + app_indicator_get_icon_theme_path@Base 0.2.91 + app_indicator_get_id@Base 0.2.91 + app_indicator_get_label@Base 0.2.91 + app_indicator_get_label_guide@Base 0.2.91 + app_indicator_get_menu@Base 0.2.91 + app_indicator_get_ordering_index@Base 0.2.91 + app_indicator_get_status@Base 0.2.91 + app_indicator_get_type@Base 0.2.91 + app_indicator_new@Base 0.2.91 + app_indicator_new_with_path@Base 0.2.91 + app_indicator_set_attention_icon@Base 0.2.91 + app_indicator_set_icon@Base 0.2.91 + app_indicator_set_icon_theme_path@Base 0.2.91 + app_indicator_set_label@Base 0.2.91 + app_indicator_set_menu@Base 0.2.91 + app_indicator_set_ordering_index@Base 0.2.91 + app_indicator_set_status@Base 0.2.91 + app_indicator_status_get_type@Base 0.2.91 |