debian/0000755000000000000000000000000012257036544007176 5ustar debian/source/0000755000000000000000000000000012257036544010476 5ustar debian/source/format0000644000000000000000000000001412257034006011673 0ustar 3.0 (quilt) debian/libglade2-dev.preinst0000644000000000000000000000050711114043101013161 0ustar #!/bin/sh set -e action="$1" # remove symlink in symlink created in upgrades on systems which had a version # prior to 1:2.6.0-2 if [ upgrade = "$action" ]; then version="$2" if dpkg --compare-versions 1:2.6.0-4 ge-nl "$version"; then rm -f /usr/share/doc/libglade2-dev/html/libglade fi fi #DEBHELPER# debian/libglade2-dev.examples0000644000000000000000000000001310635721167013331 0ustar examples/* debian/libglade2-dev.manpages0000644000000000000000000000003210226243071013274 0ustar debian/libglade-convert.1 debian/control.in0000644000000000000000000000312712257034006011200 0ustar Source: libglade2 Section: devel Priority: optional Maintainer: Andreas Rottmann Uploaders: @GNOME_TEAM@ Standards-Version: 3.9.4 Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), dh-autoreconf, libgtk2.0-dev (>= 2.6.0), libglib2.0-dev (>= 2.10.0), python (>= 2.0), libxml2-dev (>= 2.4.10), libatk1.0-dev (>= 1.9.0), zlib1g-dev, gnome-pkg-tools (>= 0.7), autotools-dev, dpkg-dev (>= 1.13.19), libglib2.0-doc, libgtk2.0-doc Package: libglade2-0 Architecture: any Multi-Arch: same Section: oldlibs Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: library to load .glade files at runtime This library allows one to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE. Package: libglade2-dev Architecture: any Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, libglade2-0 (= ${binary:Version}), libgtk2.0-dev (>= 2.0.6), libxml2-dev, python:any (>= 2.0) Replaces: libglade2-0 (<< 2.0.1-10) Suggests: glade | glade-gnome Description: development files for libglade This library allows one to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE. debian/watch0000644000000000000000000000020611701575626010227 0ustar version=2 http://ftp.gnome.org/pub/GNOME/sources/libglade/([\d\.]+[02468])/ \ libglade-(.*)\.tar\.gz \ debian uupdate debian/patches/0000755000000000000000000000000012257036544010625 5ustar debian/patches/01_pre-multiarch_path.patch0000644000000000000000000000112512257034006015724 0ustar Index: libglade2-2.6.4/glade/glade-init.c =================================================================== --- libglade2-2.6.4.orig/glade/glade-init.c 2009-03-17 15:19:00.000000000 +0100 +++ libglade2-2.6.4/glade/glade-init.c 2013-12-26 12:54:42.313268959 +0100 @@ -185,6 +185,7 @@ get_module_path (void) module_path = g_strconcat (module_path_env ? module_path_env : "", module_path_env ? G_SEARCHPATH_SEPARATOR_S : "", + "/usr/lib/libglade/2.0/", G_SEARCHPATH_SEPARATOR_S, default_dir, NULL); result = pango_split_file_list (module_path); debian/patches/series0000644000000000000000000000003412257034006012026 0ustar 01_pre-multiarch_path.patch debian/libglade2-dev.postinst0000644000000000000000000000024610543175055013403 0ustar #!/bin/sh set -e if ! [ -e /usr/share/doc/libglade2-dev/html ]; then ln -sf /usr/share/gtk-doc/html/libglade/ /usr/share/doc/libglade2-dev/html fi #DEBHELPER# debian/changelog0000644000000000000000000003100212257034006011033 0ustar libglade2 (1:2.6.4-2) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/libglade2-dev.lintian: - Removed, libglade2-dev depends on python now. [ Loïc Minier ] * Fix globbing in watch file. [ Josselin Mouette ] * Patch from Steve Langasek to add MA support. Closes: #650787. + Use MA installation paths. + Switch do DH compat 9. + Update {build-,}dependencies. * Bump shlibs to take the new module path into account. * Use python:any dependency in the -dev package. * Drop the .la file. * 01_pre-multiarch_path.patch: new patch. Search modules in the pre-multiarch version’s path. * Bump standards version. * Fix spelling error in description. Closes: #687367. * Move to section oldlibs. * Switch to 3.0 quilt format. * Use dh-autoreconf. Closes: #558573. -- Josselin Mouette Thu, 26 Dec 2013 12:56:27 +0100 libglade2 (1:2.6.4-1) unstable; urgency=low [ Loic Minier ] * Use ge-nl instead of ge in preinst for robustness. [ Josselin Mouette ] * Build-depend on libglib2.0-doc and libgtk2.0-doc to ensure proper xrefs. [ Sebastian Dröge ] * New upstream bugfix release. * Update Standards-Version to 3.8.1. -- Sebastian Dröge Sat, 04 Apr 2009 08:58:37 +0200 libglade2 (1:2.6.3-1) unstable; urgency=low [ Kilian Krause ] * Use binary:version and source:Version for binnNMU-safe uploads as added in dpkg-dev 1.13.19. Add to Build-Depends accordingly. [ Emilio Pozuelo Monfort ] * debian/libglade2-dev.doc-base: fix section. [ Josselin Mouette ] * New upstream bugfix and documentation release. * Build-depend on glib 2.10. * Standards version is 3.8.0. -- Josselin Mouette Tue, 11 Nov 2008 12:45:57 +0100 libglade2 (1:2.6.2-1) unstable; urgency=low * New upstream stable release; no API change; bug fixes. -- Loic Minier Tue, 31 Jul 2007 18:24:42 +0200 libglade2 (1:2.6.1-1) unstable; urgency=low [ Josselin Mouette ] * Fix grammatical error in the description (closes: #405575). [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. * New upstream stable release; with API additions. - Bump shlibs to >= 1:2.6.1. * Add #DEBHELPER# to libglade2-dev.preinst; doh! * Wrap build-deps and deps. * Update "Suggests" to glade | glade-gnome. * Fix licensing in copyright. * Fix upstream URL in copyright. * Fix watch file to use HTTP and track all stable versions. * Cleanups. -- Loic Minier Tue, 19 Jun 2007 11:30:34 +0200 libglade2 (1:2.6.0-4) unstable; urgency=medium * People who had upgraded libglade2 from any version before 1:2.6.0-2 would get a symlink in symlink; this symlink in symlink is now removed on upgrades in preinst, and the symlink creation postinst snippet tests for the existence of the symlink; thanks Lior Kaplan; closes: #404185. -- Loic Minier Sat, 23 Dec 2006 10:21:00 +0100 libglade2 (1:2.6.0-3) unstable; urgency=medium [ Josselin Mouette ] * rules: call clean-la.mk. * Require gnome-pkg-tools 0.7. [ Loic Minier ] * Build-depend on python (>= 2.0) instead of python2.3; thanks Andreas Barth. * Downgrade libglade2-dev dependency on python for libglade-convert to >= 2.0 as well. -- Loic Minier Fri, 15 Dec 2006 15:01:44 +0100 libglade2 (1:2.6.0-2) unstable; urgency=low * Remove the /usr/share/doc/libglade2-dev/html symlink in libglade2-dev's prerm, thanks Lior Kaplan and "hungerburg". (Closes: #314789) -- Loic Minier Thu, 10 Aug 2006 11:36:20 +0200 libglade2 (1:2.6.0-1) unstable; urgency=low * New upstream release; no API changes. * Bump up Standards-Version to 3.7.2. * Bump up Debhelper compatibility level to 5. * Add ${misc:Depends}. -- Loic Minier Tue, 8 Aug 2006 17:19:22 +0200 libglade2 (1:2.5.1-2) unstable; urgency=low * Upload to unstable. -- Josselin Mouette Wed, 8 Jun 2005 23:35:31 +0200 libglade2 (1:2.5.1-1) experimental; urgency=low * New upstream version. * debian/control.in: - updated the requirements. * debian/rules: - updated the shlibs. * debian/watch: - updated. -- Sebastien Bacher Sun, 10 Apr 2005 16:34:37 +0200 libglade2 (1:2.4.2-2) unstable; urgency=low * Included manpage for libglade-convert (closes: #294254, thanks to Margarita Manterola). -- Andreas Rottmann Mon, 28 Feb 2005 14:33:01 +0100 libglade2 (1:2.4.2-1) unstable; urgency=medium * New upstream release. - reverts the handling of old toolbars to the pre-2.4.1 behaviour, with the exception of the "active" handling for radio buttons. This should not break new packages that use the new toolbar API (closes: #290811). * debian/patches/01_filechooser: removed, fixed upstream. -- Jordi Mallach Fri, 11 Feb 2005 14:09:34 +0100 libglade2 (1:2.4.1-2) unstable; urgency=medium * New patch 01_filechooser, which fixes GtkFileChooser dialogs. This closes: #291508, hence the increased urgency. * Stricten shlib depends a bit. * Lowercase description synopsises. * Remove 'Recommends: python2.3' from lib package. * Make -dev package depend on python (>= 2.3) instead of python2.3, since libglade-convert uses /usr/bin/python. * Insert missing #DEBHELPER# snippet into libglade2-dev.postinst (fixes missing doc-base registration). -- Andreas Rottmann Tue, 25 Jan 2005 12:17:26 +0100 libglade2 (1:2.4.1-1) unstable; urgency=low * GNOME team upload. * New upstream release. -- Jordi Mallach Wed, 22 Dec 2004 19:37:26 +0100 libglade2 (1:2.4.0-1) unstable; urgency=low * GNOME Team Upload. * New upstream release. * Upload in unstable. -- Sebastien Bacher Wed, 26 May 2004 00:07:37 +0200 libglade2 (1:2.3.6-4) experimental; urgency=low * Added epoch to fix accidential unstable upload. * debian/rules: Adapted shlib version info. -- Andreas Rottmann Wed, 7 Apr 2004 16:05:55 +0200 libglade2 (2.3.6-3) unstable; urgency=low * Merged in file conflict fix from 2.0 branch. * debian/rules: Added dh_makeshlibs version info. -- Andreas Rottmann Wed, 31 Mar 2004 20:49:14 +0200 libglade2 (2.3.6-2) experimental; urgency=low * New maintainer. * Removed patches (no more needed). * Not using simple-patchsys anymore. * Added cdbs to Build-Depends (closes: #239812). -- Andreas Rottmann Wed, 24 Mar 2004 20:09:12 +0100 libglade2 (2.3.6-1) experimental; urgency=low * New upstream version. * Upload of 2.3 version now because we need it for our GNOME2.6 efforts. we'll figure later who will maintain this package, this package produced mostly by James Curbo . * Gustavo Noronha Silva : + debian/control.in: - libglade2-dev now suggests glade-2 | glade-gnome-2 instead of glade -- Gustavo Noronha Silva Tue, 23 Mar 2004 19:20:38 -0300 libglade2 (2.0.1-8) unstable; urgency=low * New maintainer. * CDBS-ified debian/rules: - Adapted debian/patches for simple-patchsys. - Now include examples in -dev package. * Moved /usr/bin/libglade-convert to -dev package. * Install documentation in /usr/share/gtk-doc instead of /usr/share/doc. * Build-Depend on autotools-dev, so config.{guess,sub} are updated. -- Andreas Rottmann Wed, 24 Mar 2004 18:45:36 +0100 libglade2 (2.0.1-7) unstable; urgency=low * Gustavo Noronha Silva : + debian/rules: - include the gnome-pkg-tools stuff to build debian/control with the correct Uploaders field + debian/control.in: - set the Maintainer: to James Curbo - depends on gnome-pkg-tools - suggests glade-2 | glade-gnome-2 instead of glade -- Gustavo Noronha Silva Sun, 21 Mar 2004 18:26:23 -0300 libglade2 (2.0.1-6) unstable; urgency=low * debian/copyright Changed to LGPL (Closes: #216427) -- Christian Marillat Mon, 20 Oct 2003 17:19:09 +0200 libglade2 (2.0.1-5) unstable; urgency=low * Fix mipsel build (Closes: #204850) -- Christian Marillat Mon, 11 Aug 2003 15:31:59 +0200 libglade2 (2.0.1-4) unstable; urgency=low * Update section * Change python-xmlbase by python2.3 -- Christian Marillat Sat, 9 Aug 2003 15:44:25 +0200 libglade2 (2.0.1-3) unstable; urgency=low * Add a versioned recommends for python-xmlbase (Closes: #174769) * Updated to standards version 3.5.8 -- Christian Marillat Tue, 31 Dec 2002 19:01:00 +0100 libglade2 (2.0.1-2) unstable; urgency=low * Add versioned dependency in for the -dev package (Closes: #158839) * Rplace python2.2-xmlbase by python-xmlbase * Update to standards version 3.5.7 -- Christian Marillat Sat, 21 Sep 2002 14:33:46 +0200 libglade2 (2.0.1-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 29 Aug 2002 19:59:20 +0200 libglade2 (2.0.0-3) unstable; urgency=low * -dev package should depends on python2.2-xmlbase instead of python-xmlbase -- Christian Marillat Thu, 29 Aug 2002 01:08:18 +0200 libglade2 (2.0.0-2) unstable; urgency=low * Build against the latest libgtk2.0 -- Christian Marillat Thu, 8 Aug 2002 19:01:56 +0200 libglade2 (2.0.0-1) unstable; urgency=low * New upstream release. -- Christian Marillat Thu, 6 Jun 2002 18:20:08 +0200 libglade2 (1.99.12-2) unstable; urgency=low * Add support for DEB_HOST_GNU_TYPE DEB_BUILD_GNU_TYPE and DEB_BUILD_OPTIONS -- Christian Marillat Wed, 15 May 2002 18:50:37 +0200 libglade2 (1.99.12-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sun, 12 May 2002 14:13:35 +0200 libglade2 (1.99.11-1) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 29 Apr 2002 17:49:44 +0200 libglade2 (1.99.10-1) unstable; urgency=low * new upstream release. -- Christian Marillat Sat, 30 Mar 2002 22:55:37 +0100 libglade2 (1.99.9-1) unstable; urgency=low * New upstream release. -- Christian Marillat Mon, 11 Mar 2002 13:47:34 +0100 libglade2 (1.99.8-2) unstable; urgency=low * The -dev package should depends on python-xmlbase instead of Suggests -- Christian Marillat Sat, 2 Mar 2002 13:49:15 +0100 libglade2 (1.99.8-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 26 Feb 2002 15:02:50 +0100 libglade2 (1.99.7-3) unstable; urgency=low * Build (again) against the latest libraries. -- Christian Marillat Mon, 25 Feb 2002 14:27:45 +0100 libglade2 (1.99.7-2) unstable; urgency=low * Build against the latest libraries. -- Christian Marillat Sat, 23 Feb 2002 11:08:27 +0100 libglade2 (1.99.7-1) unstable; urgency=low * New upstream release. -- Christian Marillat Tue, 12 Feb 2002 00:13:29 +0100 libglade2 (1.99.6-2) unstable; urgency=low * Add version to build-dependencies (Closes: #132083) -- Christian Marillat Sun, 3 Feb 2002 19:25:22 +0100 libglade2 (1.99.6-1) unstable; urgency=low * New upstream release. -- Christian Marillat Sat, 2 Feb 2002 14:15:30 +0100 libglade2 (1.99.5a-3) unstable; urgency=low * Add Recommends: python-xmlbase for libglade2-0 (Closes: #130344) * Build against the latest libatk9 -- Christian Marillat Wed, 23 Jan 2002 00:10:01 +0100 libglade2 (1.99.5a-2) unstable; urgency=low * Should build-depends on python-xml (Closes: #129947) -- Christian Marillat Sat, 19 Jan 2002 14:09:06 +0100 libglade2 (1.99.5a-1) unstable; urgency=low * Bump the upstream version number to upload the orig.tar.gz tarball. My previous change in -2 doesn't work. -- Christian Marillat Mon, 14 Jan 2002 22:39:57 +0100 libglade2 (1.99.5-2) unstable; urgency=low * Rename the source file to libglade2 to not conflicts with the current stable release. -- Christian Marillat Mon, 14 Jan 2002 10:41:04 +0100 libglade2 (1.99.5-1) unstable; urgency=low * Initial Release (Closes: #120250) -- Christian Marillat Wed, 9 Jan 2002 17:34:38 +0100 debian/libglade2-dev.prerm0000644000000000000000000000011010466577112012637 0ustar #!/bin/sh set -e rm -f /usr/share/doc/libglade2-dev/html #DEBHELPER# debian/rules0000755000000000000000000000104312257034006010243 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk GNOME_MODULE := libglade DEB_DH_INSTALL_ARGS += --sourcedir=debian/tmp DEB_DH_MAKESHLIBS_ARGS_libglade2-0 += -V 'libglade2-0 (>= 1:2.6.4-2~)' DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) debian/libglade2-dev.doc-base0000644000000000000000000000056711066535147013206 0ustar Document: libglade2-dev Title: Libglade 2 manual Author: James Henstridge Abstract: This manual documents the interfaces of the libglade library and has some short notes to help get you up to speed with using the library. Section: Programming Format: HTML Index: /usr/share/gtk-doc/html/libglade/index.html Files: /usr/share/gtk-doc/html/libglade/*.html debian/copyright0000644000000000000000000000221110635720116011116 0ustar This package was debianized by Christian Marillat on Wed, 9 Jan 2002 17:34:38 +0100. It was downloaded from: http://ftp.gnome.org/pub/GNOME/sources/libglade/ Upstream Author: James Henstridge Copyright: 1998-2002 James Henstridge License: This package 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 of the License, or (at your option) any later version. This package 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 package; 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'. debian/libglade2-0.install0000644000000000000000000000005012054515336012537 0ustar usr/lib/*/*.so.* usr/share/xml/libglade debian/libglade-convert.10000644000000000000000000000213110226243071012463 0ustar .TH "libglade-convert" "1" "February 8, 2005" "Margarita Manterola" "" .SH "NAME" libglade-convert - Utility to convert old .glade files into new ones. .SH "SYNOPSIS" .B libglade-convert .RB "[ " --no-upgrade " ] " .RB "[ " --verbose " ] " .I oldfile.glade .SH "DESCRIPTION" .B libglade-convert is a small Python script used to convert old .glade to the new format. The converted file is written to standard output. Usage example: .br .B libglade-convert gnu.glade > gnu2.glade .SH "OPTIONS" There are only a couple of options that can be specified to \fBlibglade-convert\fR: .TP .B \-\-help Show the usage line. .TP .B \-\-verbose Send information about the widgets being converted to the standard error. .TP .B \-\-no\-upgrade Do not upgrade deprecated components. However, this .B does upgrade the components that are no longer present in the current version. .SH "VERSION" libglade2 version 2.4.1 .SH "AUTHOR" James Henstridge This man\-page was written by Margarita Manterola for the .B libglade-convert script that comes with libglade2 version 2.4.1 debian/libglade2-dev.install0000644000000000000000000000013012257034006013150 0ustar usr/include usr/lib/*/libglade-2.0.{a,so} usr/lib/*/pkgconfig usr/bin usr/share/gtk-doc debian/compat0000644000000000000000000000000212054515336010370 0ustar 9 debian/control0000644000000000000000000000364312257036546010611 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: libglade2 Section: devel Priority: optional Maintainer: Andreas Rottmann Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge Standards-Version: 3.9.4 Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), dh-autoreconf, libgtk2.0-dev (>= 2.6.0), libglib2.0-dev (>= 2.10.0), python (>= 2.0), libxml2-dev (>= 2.4.10), libatk1.0-dev (>= 1.9.0), zlib1g-dev, gnome-pkg-tools (>= 0.7), autotools-dev, dpkg-dev (>= 1.13.19), libglib2.0-doc, libgtk2.0-doc Package: libglade2-0 Architecture: any Multi-Arch: same Section: oldlibs Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: library to load .glade files at runtime This library allows one to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE. Package: libglade2-dev Architecture: any Multi-Arch: same Section: libdevel Depends: ${misc:Depends}, libglade2-0 (= ${binary:Version}), libgtk2.0-dev (>= 2.0.6), libxml2-dev, python:any (>= 2.0) Replaces: libglade2-0 (<< 2.0.1-10) Suggests: glade | glade-gnome Description: development files for libglade This library allows one to load externally stored user interfaces into programs. This allows alteration of the interface without recompilation of the program. . The interfaces can also be edited with GLADE.