From 804ec33e26f64e56ca126d397272ef7a9cd648a8 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 19 Nov 2012 13:58:43 -0500 Subject: Manually import debian/ from ido 12.10.2-0ubuntu1. --- debian/changelog | 308 +++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 38 +++++ debian/copyright | 38 +++++ debian/libido3-0.1-0.install | 1 + debian/libido3-0.1-0.symbols | 60 ++++++++ debian/libido3-0.1-dev.install | 3 + debian/rules | 12 ++ debian/watch | 2 + 9 files changed, 463 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/libido3-0.1-0.install create mode 100644 debian/libido3-0.1-0.symbols create mode 100644 debian/libido3-0.1-dev.install create mode 100755 debian/rules create mode 100644 debian/watch (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..619deaf --- /dev/null +++ b/debian/changelog @@ -0,0 +1,308 @@ +ido (12.10.2-0ubuntu1) quantal; urgency=low + + * New upstream release + - fix escape key behavior in calendar menuitem (LP: #953757) + + -- Didier Roche Thu, 20 Sep 2012 18:27:59 +0200 + +ido (12.10.1-0ubuntu1) quantal; urgency=low + + * New upstream release: + - fix inconsistent slider behavior (lp: #953757) + + -- Sebastien Bacher Tue, 28 Aug 2012 13:49:28 +0200 + +ido (12.10.0-0ubuntu2) quantal; urgency=low + + * debian/control: + - build-depends on libxorg-gtest-dev + * debian/rules: + - run the tests + + -- Sebastien Bacher Wed, 22 Aug 2012 11:21:58 +0200 + +ido (12.10.0-0ubuntu1) quantal; urgency=low + + * New upstream release: + - new widget GtkSwitchMenuItem for indicator-sync + * Drop gtk2 build, the new version use widgets that are not available + in the old gtk + * debian/rules: turn off "make check" run until the required components + get through mir promotion + * Updated packaging, use dh9 rather than cdbs, set up for multiarch + + -- Sebastien Bacher Wed, 22 Aug 2012 11:06:25 +0200 + +ido (0.3.4-0ubuntu2) quantal-proposed; urgency=low + + * Use AC_CHECK_LIBM to get -lm now that gtk doesn't include it + + -- Ken VanDine Tue, 24 Jul 2012 10:47:16 -0400 + +ido (0.3.4-0ubuntu1) precise; urgency=low + + * New upstream release. + + -- Ken VanDine Wed, 21 Mar 2012 16:14:13 -0400 + +ido (0.3.3-0ubuntu2) precise; urgency=low + + * src/idoscalemenuitem.c + - fix regression that broke mousewheel operations on the + idoscale (LP: #954440) + + -- Ken VanDine Wed, 14 Mar 2012 16:31:04 -0400 + +ido (0.3.3-0ubuntu1) precise; urgency=low + + * New upstream release. + - add style class "menubar" to the offscreen proxy, this fixes the + white background drawn in the sound menu menu with the current + gtk3/light-themes (LP: #925700) + - fall back on gdk_screen_get_system_visual() if RGBA isn't + available (LP: #867649) + * debian/libido3-0.1-0.symbols, debian/libido-0.1-0.symbols + - refreshed + + -- Ken VanDine Tue, 13 Mar 2012 17:00:19 -0400 + +ido (0.3.2-0ubuntu1) precise; urgency=low + + * New upstream release. + + -- Sebastien Bacher Mon, 12 Mar 2012 19:29:38 +0100 + +ido (0.3.1-0ubuntu1) precise; urgency=low + + * New upstream release. + * configured.ac: drop Werror to workaround gtk3 deprecations warnings. + + -- Sebastien Bacher Tue, 13 Dec 2011 18:07:15 +0100 + +ido (0.3.0-0ubuntu4) oneiric; urgency=low + + * src/idoscalemenuitem.c + - Fixed FTBFS on armel (LP: #866039) + + -- Ken VanDine Wed, 05 Oct 2011 14:45:16 -0400 + +ido (0.3.0-0ubuntu3) oneiric; urgency=low + + * src/idorange.c, src/idorange.h, src/idoscalemenuitem.c + - Fixed FTBFS on armel (LP: #866039) + + -- Ken VanDine Wed, 05 Oct 2011 13:14:23 -0400 + +ido (0.3.0-0ubuntu2) oneiric; urgency=low + + * src/idorange.c + - cherry picked fix from Michal Hruby for a crasher in + IdoRange (LP: #865122) + + -- Ken VanDine Mon, 03 Oct 2011 11:08:59 -0400 + +ido (0.3.0-0ubuntu1) oneiric; urgency=low + + * New upstream release. + + -- Ken VanDine Wed, 28 Sep 2011 15:21:37 -0400 + +ido (0.2.93-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Cannot click on Calendar to select day, month or year (LP: #807509) + * debian/rules + - removed deprecated/unused simple-patchsys.mk + + -- Ken VanDine Mon, 19 Sep 2011 22:57:05 -0700 + +ido (0.2.92-0ubuntu1) oneiric; urgency=low + + * New upstream release: + - Fix the slider soudmenu bug (LP: #804009) + * debian/libido3-0.1-0.symbols: + - updated with new symbols + + -- Didier Roche Wed, 14 Sep 2011 08:04:39 +0200 + +ido (0.2.90-0ubuntu1) oneiric; urgency=low + + * New upstream release. + - Added GTK3 support + - Clicking a date of previous or next month does not select the right + date (LP: #768956) + * -debian/patches/10-gtk3.patch merged upstream + * debian/control + - Bump standards version to 3.9.2 + + -- Ken VanDine Tue, 21 Jun 2011 16:06:48 -0400 + +ido (0.2.2-0ubuntu2) oneiric; urgency=low + + * debian/patches/10-gtk3.patch: + - Allow building against either GTK+ 2 or 3 + * debian/rules, debian/control, debian/*.install, debian/*.symbols: + - Enable dual build and add new packages for the GTK+ 3 libraries + * COPYING.LGPL.2.1, autogen.sh, gtk-doc.make: + - Drop extra files that our packing was adding + + -- Michael Terry Mon, 20 Jun 2011 09:44:30 -0400 + +ido (0.2.2-0ubuntu1) natty; urgency=low + + * New upstream release. + - Add signals for when the date is clicked and double clicked + - Fixed API regression from last release + * debian/patches/10-backport-calendar-api.patch + - Dropped, merged upstream + + -- Ken VanDine Wed, 16 Mar 2011 14:34:43 -0400 + +ido (0.2.1-0ubuntu2) natty; urgency=low + + * debian/patches/10-backport-calendar-api.patch: + - Backport a new ido_calendar_menu_item_get_display_options() call + for use by indicator-datetime + * debian/libido-0.1-0.symbols: + - Add new function + + -- Michael Terry Mon, 28 Feb 2011 08:03:23 -0500 + +ido (0.2.1-0ubuntu1) natty; urgency=low + + * New upstream release. + * -debian/patches/01_fix-add-needed-linking.patch + - Upstream + * debian/libido-0.1-0.symbols + - Added symbols + * src/idocalendarmenuitem.{c,h} + - Added back missing symbol to prevent ABI breakage, submitted back + upstream + + -- Ken VanDine Thu, 24 Feb 2011 14:32:26 -0500 + +ido (0.1.14-0ubuntu2) natty; urgency=low + + * debian/patches/01_fix-add-needed-linking.patch: + Fix linking of the examples with "ld --add-needed" (lp: #698205) + + -- Michael Bienia Thu, 06 Jan 2011 18:39:43 +0100 + +ido (0.1.14-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Updates for the entry needed for indicator-me changes (LP: #552745) + + -- Ken VanDine Thu, 16 Sep 2010 11:27:10 -0400 + +ido (0.1.13-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Each key press selects the entry text (LP: #635370) + + -- Ken VanDine Tue, 14 Sep 2010 15:33:02 -0400 + +ido (0.1.11-0ubuntu2) maverick; urgency=low + + * Backport upstream commit to fix armel build + + -- Sebastien Bacher Thu, 12 Aug 2010 17:37:56 +0200 + +ido (0.1.11-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/control + - bump build depends for libgtk2.0-dev to >= 2.21.5-1ubuntu3 + + -- Ken VanDine Thu, 29 Jul 2010 18:06:59 -0400 + +ido (0.1.10-0ubuntu1) maverick; urgency=low + + * New upstream release. + - Added ido_timeline_set_progress API + - Added new calendar menu widget + * debian/libido-0.1-0.symbols + - Added new symbols + + -- Ken VanDine Thu, 22 Jul 2010 18:08:13 +0200 + +ido (0.1.9-0ubuntu1) maverick; urgency=low + + * New upstream release. + * debian/libido-0.1-0.symbols + - new version update + + -- Ken VanDine Thu, 15 Jul 2010 11:03:44 -0400 + +ido (0.1.8-0ubuntu1) maverick; urgency=low + + * New upstream versions: + - Add IdoMessageDialog + * debian/libido-0.1-0.symbols: + - new version update + + -- Sebastien Bacher Thu, 08 Jul 2010 22:59:45 +0200 + +ido (0.1.6-0ubuntu1) lucid-proposed; urgency=low + + * New upstream version fixing indicator-sound theming issues (lp: #532234) + + -- Sebastien Bacher Tue, 08 Jun 2010 19:39:32 +0200 + +ido (0.1.5-0ubuntu1) lucid; urgency=low + + * New upstream version: + - Navigation with keyboard stuck in the text field (indicator-me) + (lp: #537608) + - Pressing the Return key doesn't activate the menuitem + - After right clicking in text field, closing Me menu is difficult + * debian/control: + - update gtk requirement + + -- Sebastien Bacher Wed, 24 Mar 2010 12:32:12 +0100 + +ido (0.1.4-0ubuntu1) lucid; urgency=low + + * New upstream version: + - Don't forward the event to the entry if the user hit the Esc key. + - Fix for grab/release signals. If you grab the slider and then release it + while the mouse is outside the menu, it was not emitting + the released signal. + - Fix keyboard navigation issues in the entry widget, fixes bug #533284. + + -- Sebastien Bacher Thu, 11 Mar 2010 18:29:11 +0100 + +ido (0.1.3-0ubuntu1) lucid; urgency=low + + * New upstream version + + -- Ken VanDine Thu, 04 Mar 2010 17:03:49 -0500 + +ido (0.1.2-0ubuntu1) lucid; urgency=low + + * New upstream version + + -- Sebastien Bacher Thu, 18 Feb 2010 13:36:09 +0100 + +ido (0.1.1-0ubuntu1) lucid; urgency=low + + * New upstream release. + * debian/patches/arm_ftbfs.patch + - removed, merged upstream + * debian/libido-0.1-0.symbols + - added new symbols + + -- Ken VanDine Thu, 11 Feb 2010 17:14:58 -0500 + +ido (0.1.0-0ubuntu2) lucid; urgency=low + + * debian/patches/arm_ftbfs.patch + - Fix FTBFS on arm + + -- Ken VanDine Fri, 05 Feb 2010 14:35:55 -0800 + +ido (0.1.0-0ubuntu1) lucid; urgency=low + + * Initial release + + -- Ken VanDine Thu, 04 Feb 2010 18:22:44 -0800 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3803970 --- /dev/null +++ b/debian/control @@ -0,0 +1,38 @@ +Source: ido +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-autoreconf, + libglib2.0-dev (>=2.14.0), + libgtk-3-dev (>= 3.0), + gtk-doc-tools, + libxorg-gtest-dev +Standards-Version: 3.9.3 +Homepage: https://launchpad.net/ido + +Package: libido3-0.1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Description: Shared library providing extra gtk menu items for display in + system indicators + . + This package contains shared libraries to be used by GTK+ 3 applications. + +Package: libido3-0.1-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libido3-0.1-0 (= ${binary:Version}), + pkg-config, + libglib2.0-dev (>=2.14.0), + libgtk-3-dev (>= 3.0) +Description: Shared library providing extra gtk menu items for display in + system indicators + . + This package contains files that are needed to build GTK+ 3 applications. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6a33b7b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Ken VanDine on +Tue, 02 Feb 2010 12:55:15 -0800. + +It was downloaded from + +Upstream Author: + + Cody Russell + +Copyright: + + Copyright (C) 2010 Canonical Ltd. + +License: + + This program is free software: you can redistribute it and/or modify it + under the terms of either or both of the following licenses: + + 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. + + You should have received a copy of both the GNU Lesser General Public + License version 3 and version 2.1 along with this program. If not, see + + +On Debian systems, the complete text of the GNU Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL-3' and `/usr/share/common-licenses/LGPL-2.1' + +The Debian packaging is (C) 2010, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. diff --git a/debian/libido3-0.1-0.install b/debian/libido3-0.1-0.install new file mode 100644 index 0000000..6b5dd83 --- /dev/null +++ b/debian/libido3-0.1-0.install @@ -0,0 +1 @@ +usr/lib/*/libido3-*.so.* diff --git a/debian/libido3-0.1-0.symbols b/debian/libido3-0.1-0.symbols new file mode 100644 index 0000000..2ddb354 --- /dev/null +++ b/debian/libido3-0.1-0.symbols @@ -0,0 +1,60 @@ +libido3-0.1.so.0 libido3-0.1-0 #MINVER# + ido_calendar_menu_item_clear_marks@Base 0.2.1 + ido_calendar_menu_item_get_calendar@Base 0.1.10 + ido_calendar_menu_item_get_date@Base 0.2.1 + ido_calendar_menu_item_get_display_options@Base 0.2.1 + ido_calendar_menu_item_get_type@Base 0.1.10 + ido_calendar_menu_item_mark_day@Base 0.2.1 + ido_calendar_menu_item_new@Base 0.1.10 + ido_calendar_menu_item_set_date@Base 0.2.2 + ido_calendar_menu_item_set_display_options@Base 0.2.1 + ido_calendar_menu_item_unmark_day@Base 0.2.1 + ido_entry_menu_item_get_entry@Base 0.1.0 + ido_entry_menu_item_get_type@Base 0.1.0 + ido_entry_menu_item_new@Base 0.1.0 + ido_message_dialog_get_type@Base 0.1.8 + ido_message_dialog_new@Base 0.1.8 + ido_message_dialog_new_with_markup@Base 0.1.8 + ido_range_get_type@Base 0.1.9 + ido_range_new@Base 0.1.9 + ido_range_style_get_type@Base 0.1.9 + ido_scale_menu_item_get_primary_image@Base 0.1.1 + ido_scale_menu_item_get_primary_label@Base 0.1.9 + ido_scale_menu_item_get_scale@Base 0.1.0 + ido_scale_menu_item_get_secondary_image@Base 0.1.1 + ido_scale_menu_item_get_secondary_label@Base 0.1.9 + ido_scale_menu_item_get_style@Base 0.1.9 + ido_scale_menu_item_get_type@Base 0.1.0 + ido_scale_menu_item_new@Base 0.1.0 + ido_scale_menu_item_new_with_range@Base 0.1.0 + ido_scale_menu_item_primary_clicked@Base 0.3.3 + ido_scale_menu_item_secondary_clicked@Base 0.3.3 + ido_scale_menu_item_set_primary_label@Base 0.1.9 + ido_scale_menu_item_set_secondary_label@Base 0.1.9 + ido_scale_menu_item_set_style@Base 0.1.9 + ido_scale_menu_item_style_get_type@Base 0.1.9 + ido_switch_menu_item_get_content_area@Base 12.10.0 + ido_switch_menu_item_get_type@Base 12.10.0 + ido_switch_menu_item_new@Base 12.10.0 + ido_timeline_calculate_progress@Base 0.1.8 + ido_timeline_direction_get_type@Base 0.1.8 + ido_timeline_get_direction@Base 0.1.8 + ido_timeline_get_duration@Base 0.1.8 + ido_timeline_get_fps@Base 0.1.8 + ido_timeline_get_loop@Base 0.1.8 + ido_timeline_get_progress@Base 0.1.8 + ido_timeline_get_screen@Base 0.1.8 + ido_timeline_get_type@Base 0.1.8 + ido_timeline_is_running@Base 0.1.8 + ido_timeline_new@Base 0.1.8 + ido_timeline_new_for_screen@Base 0.1.8 + ido_timeline_pause@Base 0.1.8 + ido_timeline_progress_type_get_type@Base 0.1.8 + ido_timeline_rewind@Base 0.1.8 + ido_timeline_set_direction@Base 0.1.8 + ido_timeline_set_duration@Base 0.1.8 + ido_timeline_set_fps@Base 0.1.8 + ido_timeline_set_loop@Base 0.1.8 + ido_timeline_set_progress@Base 0.1.10 + ido_timeline_set_screen@Base 0.1.8 + ido_timeline_start@Base 0.1.8 diff --git a/debian/libido3-0.1-dev.install b/debian/libido3-0.1-dev.install new file mode 100644 index 0000000..6ac8136 --- /dev/null +++ b/debian/libido3-0.1-dev.install @@ -0,0 +1,3 @@ +usr/include/libido3-* +usr/lib/*/pkgconfig/libido3-* +usr/lib/*/libido3-*.so diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..fcdc14e --- /dev/null +++ b/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f + +%: + dh $@ --with autoreconf + +override_dh_makeshlibs: + dh_makeshlibs -plibido3-0.1-0 -V'libido3-0.1-0 (>= 12.10.0)' -- -c4 + dh_makeshlibs -Nlibido3-0.1-0 + +override_dh_install: + find debian/tmp/usr/lib -name *.la -delete + dh_install --fail-missing diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..1597c3c --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/ido/+download .*/ido-([0-9.]+)\.tar\.gz -- cgit v1.2.3