diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 56 | ||||
-rw-r--r-- | debian/control | 60 | ||||
-rw-r--r-- | debian/copyright | 53 | ||||
-rw-r--r-- | debian/libdbusmenu-glib-dev.install | 4 | ||||
-rw-r--r-- | debian/libdbusmenu-glib0.install | 1 | ||||
-rw-r--r-- | debian/libdbusmenu-gtk-dev.install | 4 | ||||
-rw-r--r-- | debian/libdbusmenu-gtk0.install | 1 | ||||
-rwxr-xr-x | debian/rules | 7 |
8 files changed, 186 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b828a26 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,56 @@ +libdbusmenu (0.0-0ubuntu1~ppa6~dbusdeath3~glibresignal2) UNRELEASED; urgency=low + + * Fixing a prototype mismatch with the new newitems signal + also including the position. + + -- Ted Gould <ted@ubuntu.com> Wed, 01 Jul 2009 00:36:55 -0500 + +libdbusmenu (0.0-0ubuntu1~ppa6~dbusdeath3~glibresignal1) jaunty; urgency=low + + * Merging in the glibresignaling branch to change how + signals move themselves up the stack. + + -- Ted Gould <ted@ubuntu.com> Fri, 26 Jun 2009 14:59:20 -0500 + +libdbusmenu (0.0-0ubuntu1~ppa6~dbusdeath2) jaunty; urgency=low + + * debian/control: Adding in a build dependency on libjson-glib-dev + as it's now required to build the tests. + + -- Ted Gould <ted@ubuntu.com> Thu, 18 Jun 2009 23:03:52 -0500 + +libdbusmenu (0.0-0ubuntu1~ppa6~dbusdeath1) jaunty; urgency=low + + * Dbus death branch. + + -- Ted Gould <ted@ubuntu.com> Thu, 18 Jun 2009 22:35:54 -0500 + +libdbusmenu (0.0-0ubuntu1~ppa5) jaunty; urgency=low + + * Fix for 64-bit builds + + -- Ted Gould <ted@ubuntu.com> Wed, 27 May 2009 10:13:20 +0200 + +libdbusmenu (0.0-0ubuntu1~ppa4) jaunty; urgency=low + + * Another bug fix. + + -- Ted Gould <ted@ubuntu.com> Tue, 26 May 2009 23:59:40 +0200 + +libdbusmenu (0.0-0ubuntu1~ppa3) jaunty; urgency=low + + * Bug fix and a couple of convience functions. + + -- Ted Gould <ted@ubuntu.com> Tue, 26 May 2009 23:47:07 +0200 + +libdbusmenu (0.0-0ubuntu1~ppa2) jaunty; urgency=low + + * Bringing in the gtkmenu branch + + -- Ted Gould <ted@ubuntu.com> Mon, 25 May 2009 23:57:48 +0200 + +libdbusmenu (0.0-0ubuntu1~ppa1) jaunty; urgency=low + + * First version. + + -- Ted Gould <ted@ubuntu.com> Tue, 17 Feb 2009 10:28:14 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..4120469 --- /dev/null +++ b/debian/control @@ -0,0 +1,60 @@ +Source: libdbusmenu +Section: gnome +Priority: optional +Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: debhelper (>= 5.0), + cdbs (>= 0.4.41), + libgtk2.0-dev (>= 2.12.0), + libdbus-glib-1-dev, + gnome-doc-utils, + libtool, + intltool, + libxml2-dev, + libjson-glib-dev +Standards-Version: 3.8.0 +Homepage: https://launchpad.net/libdbusmenu +Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/libdbusmenu/ubuntu + +Package: libdbusmenu-glib0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Menus over DBus a shared library in several scenes. + . + This package contains shared libraries to be used by applications. + +Package: libdbusmenu-glib-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libdbusmenu-glib0 (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76), + libgtk2.0-dev (>= 2.12.0) +Description: Menus over DBus a shared library in several scenes. + . + This package contains files that are needed to build applications. + +Package: libdbusmenu-gtk0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: Menus over DBus a shared library in several scenes. + . + This package contains shared libraries to be used by applications. + +Package: libdbusmenu-gtk-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libdbusmenu-gtk0 (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76), + libgtk2.0-dev (>= 2.12.0), + libdbusmenu-glib-dev +Description: Menus over DBus a shared library in several scenes. + . + This package contains files that are needed to build applications. + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..074097c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,53 @@ +This package was debianized by Ted Gould <ted@canonical.com> on +Wed, 11 Feb 2009 15:41:06 -0600. + +It was downloaded from <http://launchpad.net/indicator-applet/> + +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 + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +License for libindicate/* (libindicate0 and libindicate-dev packages): + + 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 or 3 of the License. + + 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 St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General Public License +can be found in `/usr/share/common-licenses/LGPL-2.1' and +`/usr/share/common-licenses/LGPL-3'. + +The Debian packaging is (C) 2009, Canonical Ltd. and +is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. diff --git a/debian/libdbusmenu-glib-dev.install b/debian/libdbusmenu-glib-dev.install new file mode 100644 index 0000000..17ddd2b --- /dev/null +++ b/debian/libdbusmenu-glib-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/libdbusmenu-0.1/libdbusmenu-glib/* +debian/tmp/usr/lib/pkgconfig/dbusmenu-glib.pc +debian/tmp/usr/lib/libdbusmenu-glib.a +debian/tmp/usr/lib/libdbusmenu-glib.so diff --git a/debian/libdbusmenu-glib0.install b/debian/libdbusmenu-glib0.install new file mode 100644 index 0000000..acdbacf --- /dev/null +++ b/debian/libdbusmenu-glib0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libdbusmenu-glib.so.* diff --git a/debian/libdbusmenu-gtk-dev.install b/debian/libdbusmenu-gtk-dev.install new file mode 100644 index 0000000..247fbca --- /dev/null +++ b/debian/libdbusmenu-gtk-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/libdbusmenu-0.1/libdbusmenu-gtk/* +debian/tmp/usr/lib/pkgconfig/dbusmenu-gtk.pc +debian/tmp/usr/lib/libdbusmenu-gtk.a +debian/tmp/usr/lib/libdbusmenu-gtk.so diff --git a/debian/libdbusmenu-gtk0.install b/debian/libdbusmenu-gtk0.install new file mode 100644 index 0000000..d677935 --- /dev/null +++ b/debian/libdbusmenu-gtk0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libdbusmenu-gtk.so.* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d40913d --- /dev/null +++ b/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper +LDFLAGS += -Wl,-z,defs -Wl,--as-needed |