--- libglade2-2.6.4.orig/debian/libglade2-dev.install +++ libglade2-2.6.4/debian/libglade2-dev.install @@ -0,0 +1,5 @@ +usr/include +usr/lib/libglade-2.0.{a,la,so} +usr/lib/pkgconfig +usr/bin +usr/share/gtk-doc --- libglade2-2.6.4.orig/debian/libglade2-dev.lintian +++ libglade2-2.6.4/debian/libglade2-dev.lintian @@ -0,0 +1 @@ +libglade2-dev: python-script-but-no-python-dep ./usr/bin/libglade-convert --- libglade2-2.6.4.orig/debian/libglade2-dev.postinst +++ libglade2-2.6.4/debian/libglade2-dev.postinst @@ -0,0 +1,9 @@ +#!/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# --- libglade2-2.6.4.orig/debian/libglade2-dev.manpages +++ libglade2-2.6.4/debian/libglade2-dev.manpages @@ -0,0 +1 @@ +debian/libglade-convert.1 --- libglade2-2.6.4.orig/debian/libglade2-dev.preinst +++ libglade2-2.6.4/debian/libglade2-dev.preinst @@ -0,0 +1,17 @@ +#!/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# --- libglade2-2.6.4.orig/debian/libglade2-dev.examples +++ libglade2-2.6.4/debian/libglade2-dev.examples @@ -0,0 +1 @@ +examples/* --- libglade2-2.6.4.orig/debian/changelog +++ libglade2-2.6.4/debian/changelog @@ -0,0 +1,389 @@ +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 + --- libglade2-2.6.4.orig/debian/watch +++ libglade2-2.6.4/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://ftp.gnome.org/pub/GNOME/sources/libglade/([\d\.]+)[02468]/ \ + libglade-(.*)\.tar\.gz \ + debian uupdate --- libglade2-2.6.4.orig/debian/libglade2-dev.prerm +++ libglade2-2.6.4/debian/libglade2-dev.prerm @@ -0,0 +1,7 @@ +#!/bin/sh + +set -e + +rm -f /usr/share/doc/libglade2-dev/html + +#DEBHELPER# --- libglade2-2.6.4.orig/debian/control.in +++ libglade2-2.6.4/debian/control.in @@ -0,0 +1,48 @@ +Source: libglade2 +Section: devel +Priority: optional +Maintainer: Andreas Rottmann +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.8.1 +Build-Depends: cdbs, + debhelper (>= 5), + 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 +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: library to load .glade files at runtime + This library allows 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 +Section: libdevel +Depends: ${misc:Depends}, + libglade2-0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.0.6), + libxml2-dev, + python (>= 2.0) +Replaces: libglade2-0 (<< 2.0.1-10) +Suggests: glade | glade-gnome +Description: development files for libglade + This library allows 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. --- libglade2-2.6.4.orig/debian/libglade2-0.install +++ libglade2-2.6.4/debian/libglade2-0.install @@ -0,0 +1,2 @@ +usr/lib/*.so.* +usr/share/xml/libglade --- libglade2-2.6.4.orig/debian/libglade2-dev.doc-base +++ libglade2-2.6.4/debian/libglade2-dev.doc-base @@ -0,0 +1,10 @@ +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 --- libglade2-2.6.4.orig/debian/libglade-convert.1 +++ libglade2-2.6.4/debian/libglade-convert.1 @@ -0,0 +1,44 @@ +.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 --- libglade2-2.6.4.orig/debian/copyright +++ libglade2-2.6.4/debian/copyright @@ -0,0 +1,28 @@ +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'. --- libglade2-2.6.4.orig/debian/control +++ libglade2-2.6.4/debian/control @@ -0,0 +1,48 @@ +Source: libglade2 +Section: devel +Priority: optional +Maintainer: Andreas Rottmann +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge , Sebastien Bacher +Standards-Version: 3.8.1 +Build-Depends: cdbs, + debhelper (>= 5), + 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 +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends} +Description: library to load .glade files at runtime + This library allows 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 +Section: libdevel +Depends: ${misc:Depends}, + libglade2-0 (= ${binary:Version}), + libgtk2.0-dev (>= 2.0.6), + libxml2-dev, + python (>= 2.0) +Replaces: libglade2-0 (<< 2.0.1-10) +Suggests: glade | glade-gnome +Description: development files for libglade + This library allows 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. --- libglade2-2.6.4.orig/debian/rules +++ libglade2-2.6.4/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.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.1)' --- libglade2-2.6.4.orig/debian/compat +++ libglade2-2.6.4/debian/compat @@ -0,0 +1 @@ +5