--- glade-3-3.6.7.orig/debian/rules +++ glade-3-3.6.7/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f + +ALLOWED_DISTS += unstable + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.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/check-dist.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +GNOME_MODULE := glade3 + +SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgladeui-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control) + +DEB_DH_MAKESHLIBS_ARGS_libgladeui-1-9 += -V 'libgladeui-1-9 (>= 3.6.1)' +DEB_CONFIGURE_EXTRA_FLAGS += \ + --enable-gtk-doc \ + --disable-scrollkeeper + +LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed + +# ensures that libgladeui's shlibs are in place when calling dh_shlibdeps +binary/glade:: binary/$(SHARED_PKG) +binary/glade-gnome:: binary/$(SHARED_PKG) + +# link with the freshly build libgladeui during dh_shlibdeps, and use freshly +# generated shlib information +DEB_SHLIBDEPS_LIBRARY_glade += $(SHARED_PKG) +DEB_SHLIBDEPS_INCLUDE_glade += debian/$(SHARED_PKG)/usr/lib/ +DEB_SHLIBDEPS_LIBRARY_glade-common += $(SHARED_PKG) +DEB_SHLIBDEPS_INCLUDE_glade-common += debian/$(SHARED_PKG)/usr/lib/ + +# move stuff that will go in glade-gnome +binary-post-install/$(SHARED_PKG):: + dh_pysupport -p$(SHARED_PKG) + for file in $$(find debian/$(SHARED_PKG)/usr/share/glade3/pixmaps/ -name \*gnome\* -or -name \*bonobo\*); do \ + target_dir=$$(dirname debian/glade-gnome/$${file#debian/$(SHARED_PKG)/}); \ + mkdir -p $${target_dir}; \ + mv $${file} $${target_dir}; \ + done + --- glade-3-3.6.7.orig/debian/glade-gnome.install +++ glade-3-3.6.7/debian/glade-gnome.install @@ -0,0 +1,4 @@ +debian/tmp/usr/lib/glade3/modules/libgladegnome.so +debian/tmp/usr/share/glade3/catalogs/bonobo.xml +debian/tmp/usr/share/glade3/catalogs/canvas.xml +debian/tmp/usr/share/glade3/catalogs/gnome.xml --- glade-3-3.6.7.orig/debian/changelog +++ glade-3-3.6.7/debian/changelog @@ -0,0 +1,1146 @@ +glade-3 (3.6.7-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #393658) + - Sync up remaining properties at load time (fixes use-action-appearance property + and any other unmentioned property states at load time, also unvails broken + orientation default value in GTK+, bug 587256). + - Fixed glitches with use-action-appearance at save time. + - Make stock button labels save as non-translatable automatically (bug 352446). + - Fixed crashes when handling GtkTextView in GtkBuilder format. + - Fixed crashes with editable treeview column types (bug 586715). + - Detect correct modifiers and buttons to spawn a context menu in a platform + independant way (bug 587128). + - Added --enable-mac-bundle configure argument to resolve paths correctly + when building bundles on osx. + + -- Robert Ancell Tue, 30 Jun 2009 09:11:59 +1000 + +glade-3 (3.6.6-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #390957) + - Fixed missing image dialogs for packing properties + - Make assistant page-titles translatable (bug 503146) + - Make GtkMessageDialog texts translatable (bug 586063) + - Fixed obscure crash at project load time (James Liggett - bug 585860) (LP: #386995) + - Migrated to use non-deprecated symbols from glib/GTK+ (Sam Thursfield - bug 572756) + - Introspect lowest GTK+ project dependancy when loading files with missing + versioning info (bug 586046). + - Fixed runtime path resolutions on osx. + + -- Robert Ancell Tue, 23 Jun 2009 14:34:16 +1000 + +glade-3 (3.6.5-0ubuntu1) karmic; urgency=low + + * New upstream version (LP: #387121) + - Quartz build support and use ige-mac-integration to setup the menubar + as an optional build dependancy. + - Fixed dissapearing dialogs on ESC (bug 582559) + - Really fixing widget naming policies again, this time I hope it sticks (bug 580745) + - Fixed relocated link problems with python plugin build (bug 582982, patch by Arun Raghavan) + + -- Robert Ancell Mon, 15 Jun 2009 10:27:59 +1000 + +glade-3 (3.6.4-0ubuntu1) karmic; urgency=low + + * New upstream version (LP: #385062) + - Check project naming policy at add_object() time (bug 580745). + - Fixed bug loading and saving icon sources (Juan Pablo Ugarte) + - Fixed sizes of fixed/layout children at load time (bug 584334). + * debian/control.in: Add BZR link + * debian/watch: Watch for unstable versions + + -- Robert Ancell Tue, 09 Jun 2009 14:52:02 +1000 + +glade-3 (3.6.3-1ubuntu2) karmic; urgency=low + + * Merge from Debian experimental, remaining changes: LP: #372580 + - debian/patches/02_spinbutton-adjustment.patch: + - debian/rules: Updated to have shlibdeps point to new version as a new + symbol was added + - debian/control: Conflict and replace glade-3 and glade-gnome-3 + + -- Robert Ancell Mon, 11 May 2009 14:51:26 +1000 + +glade-3 (3.6.3-1ubuntu1) jaunty-proposed; urgency=low + + * New upstream version (LP: #368390) + - Fixed crash configuring button content (LP: #356013) + - Fixed crash adding related action to button (LP: #358467) + - Fixed allowing invalid data for GtkTreeStore (LP: #345989) + * debian/patches/02_spinbutton-adjustment.patch: + - Fix default generation of GtkSpinButtons. Patch by Adam Buchbinder. + (LP: #323228) + + -- Robert Ancell Tue, 28 Apr 2009 15:29:16 +1000 + +glade-3 (3.6.3-1) unstable; urgency=low + + * New upstream stable release. + * Add python-support to handle python module. + * Upload to unstable. + + Allow distribution unstable in debian/rules. + + Track unstable branch in VCS-* URLs. + + -- Deng Xiyue Thu, 30 Apr 2009 13:07:35 +0800 + +glade-3 (3.6.2-1) experimental; urgency=low + + [ Loic Minier ] + * Use binary/ rather than binary- for inter-package CDBS dependencies; + thanks Fabian Greffrath. + + [ Deng Xiyue ] + * Use POSIX standard regex classes in sed trick in debian/rules. + + [ Loic Minier ] + * Drop buildcore.mk include (included via makefile.mk / autotools.mk) and + include gnome.mk instead of autotools.mk; incidentally fixes calling of + intltool-update -p under Ubuntu; closes: #313520. + + [ Deng Xiyue ] + * New upstream development release. Closes: #524367 + + Bump libgtk2.0-dev requirement to >= 2.14.0. + + Let glade Recommends libgtk2.0-dev >= 2.14.0 as well. + + Bump SONAME to libgladeui-1-9. Update package name accordingly, and + provide Conflicts/Replaces with older version. + + Ship python plugin in libgladeui-1-9, now that it is official and + stable. Add python-gtk2-dev (>= 2.10.0) to Build-Depends and Recommends + in libgladeui-1-9. + + debian/patches/02_rename_crash.patch: dropped, merged upstream. + + debian/patches/99_ltmain_as-needed.patch: refreshed to apply cleanly. + * Add Vcs-* links to debian/control*. + * Target stable releases in debian/watch. + * Drop commented --enable-python configure option in debian/rules, which is + not available any more. + * Update Standard-Version to 3.8.1. No change needed. + * Point to versioned GPL-2 in debian/copyright as per lintian. + + [ Josselin Mouette ] + * Add libglib2.0-doc and libgtk2.0-doc to b-d-i to ensure proper + xrefs. + + -- Deng Xiyue Wed, 08 Apr 2009 18:14:04 +0800 + +glade-3 (3.6.1-0ubuntu1) jaunty; urgency=low + + * New upstream version (LP: #356614) + - Fixed win32 crasher (bug 575206) + - Fixed crasher on internal widget selection + - Fixed libglade regression (libglade needs specific + ordering of properties, atk props, signals and accelerators) + (LP: #325959) + - Fixed MSYS/MinGW build (Bug 576851 – Damon Register) + - Disable loading and displaying of 'data' property on GtkTreeStore + (only GtkListStore understands the 'data' construct). + - Properly initialize a GValue on stack (bug 577822 - Felix Riemann) + - New and updated translations + * debian/rules + - updated to have shlibdeps point to new version as a new symbol was + added + + -- Andreas Moog Mon, 06 Apr 2009 23:12:12 +0200 + +glade-3 (3.6.0-0ubuntu1) jaunty; urgency=low + + * New upstream version (LP: #343976) + - some bug-fixes + - updated translations + * debian/patches + - updated 99_ltmain_as-needed.patch to apply cleanly + + -- Andreas Moog Tue, 17 Mar 2009 00:50:35 +0100 + +glade-3 (3.5.7-0ubuntu1) jaunty; urgency=low + + * New upstream version + + -- Sebastien Bacher Fri, 06 Feb 2009 11:17:44 +0100 + +glade-3 (3.5.5-0ubuntu1) jaunty; urgency=low + + * New upstream version: + - Model data editor improvments + - Treeview editor revamp, few crashers fixed + - Few crashers fixed #525839, #522542 + - Expand inspector treeview by default + - Many more bug fixes including #533471 + + -- Sebastien Bacher Wed, 07 Jan 2009 12:18:29 +0100 + +glade-3 (3.5.4-0ubuntu1) jaunty; urgency=low + + * New upstream version + * Changes due to the new soname change + * debian/patches/02_rename_crash.patch: + - the change is in the new version + + -- Sebastien Bacher Tue, 16 Dec 2008 14:48:36 +0100 + +glade-3 (3.5.2-4ubuntu1) jaunty; urgency=low + + * Sync on debian + * Version binaries so they don't conflict with the previous glade version + * debian/control.in: + - don't use conflict on glade + - updated binary naming + - use replaces required + * debian/rules: + - correctly install icons + - updated for the ubuntu binaries naming + - use gnome.mk so the icon cache and translations template are updated + + -- Sebastien Bacher Thu, 27 Nov 2008 16:38:49 +0100 + +glade-3 (3.5.2-4) experimental; urgency=low + + [ Loic Minier ] + * Properly anchor package name regexp. + + [ Deng Xiyue ] + * Remove 01_includes.patch and add patches/01_gladeui-types.patch. The + former one is flawed. Thanks Andreas Henriksson. Closes: #477513 + * Update standard version to 3.8.0. No changes needed. + + -- Loic Minier Sat, 05 Jul 2008 18:09:48 +0200 + +glade-3 (3.5.2-3) experimental; urgency=low + + [ Deng Xiyue ] + * Add 01_includes.patch to fix FTBFS on ia64. Thanks Andreas Henriksson for + the patch. (Closes: #477513) + + [ Josselin Mouette ] + * 02_rename_crash.patch [Pavel Kostyuchenko]: stolen from bugzilla + #533471. Fix crasher when renaming a menu item. Closes: #476134. + + -- Deng Xiyue Tue, 06 May 2008 01:13:19 +0800 + +glade-3 (3.5.2-2) experimental; urgency=low + + * Add Conflicts/Replaces back to shared library as it does contain files + which will result in conflicts, and add libgladeui-1-7 to the list. + + -- Deng Xiyue Sun, 13 Apr 2008 23:03:02 +0800 + +glade-3 (3.5.2-1) experimental; urgency=low + + * New upstream development release. + + Soversion updated to 8, rename shared library name to + libgladeui-1-8. + + Update gtk-doc-tools b-dep to >= 1.9 as required by new version. + * Don't (b-)dep on versioned scrollkeeper. (Closes: #469699) + * Comment out ALLOWED_DISTS += unstable, as it's now targeting + experimental. + * Check for development releases in watch file for now. + * Recommend libgtk2.0-dev >= 2.12.0. + * Don't make shared library Conflicts/Replaces older versions, as they + should be able to coexist. + * Use sed to get shared library name SHARED_PKG and replace all + references to ease future soversion updates. + + -- Deng Xiyue Sun, 13 Apr 2008 14:44:15 +0800 + +glade-3 (3.4.3-1) unstable; urgency=low + + [ Josselin Mouette ] + * debian/rules: fix bashism. Closes: #459068. + + [ Deng Xiyue ] + * New upstream release. + + Bump libgtk2.0-dev dependency to >= 2.12.0 as per configure script. + * Refine watch file to be syntactically consistent with other GNOME + packages, as well as the URL. + + -- Deng Xiyue Tue, 11 Mar 2008 06:06:25 +0100 + +glade-3 (3.4.1-1) unstable; urgency=low + + [ Deng Xiyue ] + * New upstream version. + + Creating an input dialog doesn't crash anymore. (Closes: #421350) + * Renew 99_ltmain_as-needed.patch to apply cleanly. + + [ Sebastian Dröge ] + * debian/control.in: + + Update Standards-Version to 3.7.3, no additional changes needed. + + Move homepage from the description to the Homepage field. + * debian/patches/01_gladeui_types_headers.patch: + + Dropped, merged upstream. + + -- Sebastian Dröge Sun, 30 Dec 2007 18:02:57 +0100 + +glade-3 (3.4.0-2) unstable; urgency=low + + * 01_gladeui_types_headers.patch: fix implicit declarations that cause + a FTBFS on ia64. + + -- Josselin Mouette Sun, 25 Nov 2007 23:23:16 +0100 + +glade-3 (3.4.0-1) unstable; urgency=low + + [ Josselin Mouette ] + * Set priority to optional. + * libgladeui-1-dev is in section libdevel. + + [ Loic Minier ] + * Misc cleanups. + * Fix URL in copyright. + + [ Sven Arvidsson ] + * debian/glade.preinst + - remove symlink on upgrade (Closes: #443260) + + [ Deng Xiyue ] + * New upstream release. (Closes: #444386) + * Bump soname version to 7, and fix corresponding debian/rules. + * Remove .install rules for files that no longer exist. + * debian/rules + + Fix debian menu path to use Applications/Programming. + + [ Josselin Mouette ] + * Install docs correctly in libgladeui-1-dev. + * Correctly move gnome and bonobo icons to glade-gnome. + * Disable static library build (not used). + * Enable gtk-doc build. + * Make libgladeui-1-dev architecture-independent. + + -- Josselin Mouette Sun, 25 Nov 2007 14:25:19 +0100 + +glade-3 (3.2.2-1) unstable; urgency=low + + [ Sven Arvidsson ] + * Update man page (Closes: #421429) + + [ Josselin Mouette ] + * New upstream release. + * Remove glade-2 and glade-gnome-2 transitional packages, they were in + a stable release. + * Use ${binary:Version} for dependencies across arch:any packages. + * Build-depend on gtk-doc-tools. + * Disable scrollkeeper. + * Remove unused build-dependencies. + * Wrap build-dependencies and dependencies. + * Update recommendations. + * Switch to debhelper mode 5. + * Cleanup in .install files. + * glade.xml: removed, integrated in shared-mime-info. + * glade.xpm: regenerated. + * Fix watch file. + * Install documentation in glade. + * Use LDFLAGS to set --as-needed; require cdbs 0.4.41. + * 99_ltmain_as-needed.patch: make --as-needed work for libs and + plugins. + + -- Josselin Mouette Fri, 08 Jun 2007 21:05:42 +0200 + +glade-3 (3.2.0-1) unstable; urgency=low + + * New upstream release + * debian/control: + - libgladeui-1-5 added, replacing libgladeui-1-4 + * You can now remove widgets from the Widgets Tree + (Closes: #102176) + * User data is back to glade's signal attachment UI + (Closes: #178013) + + -- Gustavo Noronha Silva Sun, 15 Apr 2007 17:52:11 -0300 + +glade-3 (3.1.4-2) UNRELEASED; urgency=low + + * debian/control: + - fix override disparity, hopefully; make everything extra + + -- Gustavo Noronha Silva Sat, 3 Feb 2007 16:08:30 -0200 + +glade-3 (3.1.4-1) experimental; urgency=low + + * New upstream release + * debian/watch: + - updated to check for the 3.1 releases + * debian/control: + - updated Build-Depends; glade-3 now requires GTK+ 2.10 + - make glade3 be binary-nmuable + + -- Gustavo Noronha Silva Sun, 28 Jan 2007 10:20:56 -0200 + +glade-3 (3.0.2-2) UNRELEASED; urgency=low + + * Add a get-orig-source target to retrieve the upstream tarball. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + + -- Loic Minier Mon, 22 Jan 2007 11:24:05 +0100 + +glade-3 (3.0.2-1) experimental; urgency=low + + * New upstream release + * debian/rules, debian/control.in, debian/libgladeui-1-{3,4}.install: + - soversion bumped to 4 + + -- Gustavo Noronha Silva Sun, 1 Oct 2006 12:56:46 -0300 + +glade-3 (3.0.1-1) experimental; urgency=low + + * New upstream release + * debian/control, debian/rules, debian/libgladeui-1-{2,3}.install: + - soname bumped; rename the library package, and add conflicts + and replaces to the previous one + + -- Gustavo Noronha Silva Tue, 22 Aug 2006 23:10:26 -0300 + +glade-3 (3.0.0-3) experimental; urgency=low + + * debian/control.in: + - make libgladeui-1-2 conflict and replace libgladeui-1-1 + * debian/rules: + - move the images instead of removing and counting on the + glade-gnome.install file to get them to the right place; + no more missing images, I hope. + + -- Gustavo Noronha Silva Sat, 19 Aug 2006 19:20:52 -0300 + +glade-3 (3.0.0-2) experimental; urgency=low + + * Change libgladeui package to follow upstream's SONAME change which I + thought had been forgotten; reset shlibs. + * Add ${misc:Depends}. + + -- Loic Minier Wed, 16 Aug 2006 11:31:26 +0200 + +glade-3 (3.0.0-1) experimental; urgency=low + + * New upstream release, with API and ABI changes. + - Bump shlibs via DEB_DH_MAKESHLIBS_ARGS_libgladeui-1-1 to >= 3.0.0. + - Force libgladeui's dh_makeshlibs to happen before the dh_shlibdeps of + other packages. + - Include freshly built library information when dh_shlibdeping the + packages. + - Rename /usr/share/glade-3 and /usr/lib/glade-3 to glade3. + + -- Loic Minier Tue, 15 Aug 2006 11:08:39 +0200 + +glade-3 (2.91.3+CVS20060621-1) experimental; urgency=low + + * Development release of glade3; using glade2 packaging as a + base + * debian/rules, debian/control.in: + - use cdbs + * debian/control.in: + - updated Build-Depends to include cdbs, remove dpatch and the + gnomedb stuff + - rewrote descriptions for all packages, so that information is up-to-date + with reality + - added libgladeui-1-1 and libglade-1-dev; removed glade{,-2}-doc and + common packages + - fixed Depends, Conflicts and Provides, so that the relations are correct + for today's scenario + * debian/rules: + - rewritten with cdbs + * debian/gksu-2.1 -> gksu-3.1: + - renamed; + * debian/control.in, debian/glade-common.*, debian/glade-doc.*: + - removed; no longer need thos packages + * debian/*links*: + - removed; no more need for links + * debian/libgladeui-1-dev.links: + - added; gtk-doc is installed in /usr/share/doc and linked at + /usr/share/gtk-doc + * debian/patches/*: + - removed; no longer apply + * debian/glade.menu, debian/watch: + - updated + * debian/copyright: + - updated + + -- Gustavo Noronha Silva Wed, 21 Jun 2006 23:36:40 -0300 + +glade (2.12.1-6) UNRELEASED; urgency=low + + * Use ${source:Version} instead of ${Source-Version} in glade-2, glade-doc, + glade-gnome-2, and glade-doc-2 Depends for consistency. + + -- Loic Minier Sun, 11 Jun 2006 12:42:10 +0200 + +glade (2.12.1-5) unstable; urgency=low + + Josselin Mouette : + * Use ${source:Version} for the binNMU safety. + * Build-depend on dpkg-dev 1.13.19. + + Gustavo Noronha : + * debian/glade-doc.preinst: + - check for /usr/share/doc/glade-doc being a link, instead + of checking for /usr/share/doc/glade-doc-2 (Closes: #372160) + * debian/patches/04_faq.dpatch: + - warn that changing toplevel widgets names will require manual editing + of main.c, if you are generating code, by Osamu Aoki + (Closes: #353442) + * debian/patches/05_startup_notify.dpatch: + - add startup notification to the desktop file + * debian/control.in: + - updated Standards-Version to 3.7.2 with no changes + + -- Gustavo Noronha Silva Sat, 10 Jun 2006 15:55:22 -0300 + +glade (2.12.1-4) unstable; urgency=low + + * Sourceful upload to fix uninstallability on amd64. + * debian/control.in: relaxed glade-gnome's dependency on glade-common to + make it binNMU-safe (Closes: #364693). + + -- Guilherme de S. Pastore Tue, 25 Apr 2006 20:42:20 -0300 + +glade (2.12.1-3) unstable; urgency=low + + * Upload to unstable (Closes: #344526) + * debian/control.in: + - changed reference to glade-gnome-2 to glade-gnome on glade's + description; thanks to Michal Čihař + (Closes: #346384) + + -- Gustavo Noronha Silva Sun, 8 Jan 2006 17:20:12 -0200 + +glade (2.12.1-2) experimental; urgency=high + + * Bump libgtk2.0-dev build-dep to >= 2.8.0. (Closes: #334194) + [debian/control, debian/control.in] + + -- Loic Minier Tue, 1 Nov 2005 11:41:54 +0100 + +glade (2.12.1-1) experimental; urgency=low + + * New upstream release + * debian/copyright: + - updated FSF's address + * debian/patches/02_check_gtk_init_with_args_ret.dpatch: + - added to make sure gtk_init_with_args returns correctly; + this will make glade no longer segfault when incorrect + options are given; thanks to Bastian Kleineidam + (Closes: #331453) + + -- Gustavo Noronha Silva Sun, 9 Oct 2005 18:10:05 -0300 + +glade (2.12.0-1) UNRELEASED; urgency=low + + * New upstream release for 2.12 + * debian/patches/05_glade_gtk_options.dpatch, + debian/patches/02_relibtoolise.dpatch, + debian/patches/04_new_mime_desktop.dpatch: + - removed, added or made obsolete by upstream + * debian/watch: + - updated for 2.12 + - removed + + -- Gustavo Noronha Silva Thu, 15 Sep 2005 09:38:03 -0300 + +glade (2.10.0-4) unstable; urgency=low + + * debian/patches/05_glade_gtk_options.dpatch: + - accepted patch by Bastian Kleineidam to + provide --help on non-gnome version (Closes: #144800) + * debian/control.in: + - glade-gnome Suggests: libgnomedb2-dev because it is needed + to build code generated in projects using gnome-db + - removed libdb3-dev from Build-Depends; glade doesn't link with + it (Closes: #289325) + * debian/glade-doc.preinst: + - fixed bashism in if + * debian/control.in: + - increased Standards-Version to 3.6.2 with no changes + + -- Gustavo Noronha Silva Sat, 20 Aug 2005 13:37:28 -0300 + +glade (2.10.0-3) unstable; urgency=low + + * debian/watch: + - updated to use http protocol and search for 2.10 versions + * debian/control.in: + - renamed all packages to take the -2 suffix off; all the -2-suffixed + packages are kept as transitional dummy packages (Closes: #291937) + - also renamed source package to glade, simply + + -- Gustavo Noronha Silva Tue, 14 Jun 2005 16:05:48 -0300 + +glade-2 (2.10.0-2) unstable; urgency=low + + * Upload to unstable. + * [debian/control.in] Bumped libgnomeui, libgnomedb build dependencies per + configure.in. + * [debian/glade-doc-2.doc-base.turbo-start] Removed as the corresponding + document has been dropped upstream. + + -- J.H.M. Dassen (Ray) Sat, 11 Jun 2005 10:54:48 +0200 + +glade-2 (2.10.0-1) experimental; urgency=low + + * New upstream release + * debian/patches/02_relibtoolise.dpatch: + - updated with: + $ libtoolize -c -f --automake + $ aclocal-1.9 ; autoheader; automake-1.9 -acf ; autoconf + $ rm -r autom4te.cache/ + + -- Gustavo Noronha Silva Sun, 20 Mar 2005 09:21:33 -0300 + +glade-2 (2.9.0-2) experimental; urgency=low + + * debian/patches/02_relibtoolise.dpatch: + - fix the FTBFS (Closes: #294901). + + -- Sebastien Bacher Sat, 12 Feb 2005 17:38:52 +0100 + +glade-2 (2.9.0-1) experimental; urgency=low + + * New upstream release. + * debian/control.in: + - updated libgtk2.0-dev version requirement to >= 2.6.0 + on Build-Depends + * debian/patches/02_relibtoolize.patch: + - patch now 'downgrades' libtool version; remove + + -- Gustavo Noronha Silva Fri, 11 Feb 2005 10:40:30 -0200 + +glade-2 (2.6.8-2) UNRELEASED; urgency=low + + * debian/glade-2.1, debian/glade-{gnome-,}2.install: + - new manpage contributed by Justin Pryzby + + (Closes: #291744) + * debian/copyright: + - fix copyright notice, giving more detailed information + altogether (Closes: #292042) + * debian/control.in: + - glade-gnome-2 Recommends libgail-gnome-module (Closes: #293633) + + -- Gustavo Noronha Silva Thu, 10 Feb 2005 21:48:20 -0200 + +glade-2 (2.6.8-1) unstable; urgency=low + + * New upstream version. + + -- Gustavo Noronha Silva Tue, 21 Dec 2004 19:55:17 -0200 + +glade-2 (2.6.7-1) unstable; urgency=medium + + * New upstream version. + * debian/patches/02_relibtoolize.dpatch: + - updated with: + $ libtoolize -c -f --automake + $ aclocal-1.7 ; autoheader; automake-1.7 -acf ; autoconf + $ rm -r autom4te.cache/ + * Severity set to medium as the modifications are quite minimal + and a bug is being fixed which would be nice to have in sarge. + + -- Gustavo Noronha Silva Thu, 2 Dec 2004 22:02:01 -0200 + +glade-2 (2.6.6-1) UNRELEASED; urgency=low + + * New upstream release + * debian/patches/05_spin_size_fix.dpatch, debian/patches/00list: + - removed, included in this release + + -- Gustavo Noronha Silva Thu, 2 Dec 2004 01:13:36 -0200 + +glade-2 (2.6.5-3) unstable; urgency=low + + * debian/patches/05_spin_size_fix.diff: + - stolen from upstream's CVS HEAD to fix the size handling for + the spin button (Closes: #236755) + + -- Gustavo Noronha Silva Mon, 29 Nov 2004 23:21:23 -0200 + +glade-2 (2.6.5-2) unstable; urgency=low + + * debian/patches/04_new_mime_desktop.dpatch: + - added to add a MimeType entry to the .desktop.in file + * debian/rules: + - added call to dh_desktop for binary-arch packages + * debian/control: + - Build-Depends on debhelper 4.2.21, because of the call to + dh_desktop + + -- Gustavo Noronha Silva Fri, 19 Nov 2004 01:31:10 -0200 + +glade-2 (2.6.5-1) unstable; urgency=medium + + J.H.M. Dassen (Ray) : + * New upstream bugfix release. + * [debian/patches/04_brazilian_translation_fix.dpatch] Removed (included + upstream). + Gustavo Noronha Silva : + * set the urgeny to medium as this package received some important + fixes that should go into testing soon and has been in unstable + without a substantial amount of modifications since 21 Oct. + + -- Gustavo Noronha Silva Sun, 24 Oct 2004 13:26:46 -0300 + +glade-2 (2.6.4-2) unstable; urgency=low + + * Rebuild with unstable packages. + + -- Gustavo Noronha Silva Thu, 21 Oct 2004 08:08:50 -0300 + +glade-2 (2.6.4-1) unstable; urgency=low + + J.H.M. Dassen (Ray) : + * New upstream bugfix release. + - includes fix for drawing problem causing segfault (Closes: #277506) + * [debian/control.in] At his request, removed James Curbo as the primary + maintainer of this package. kov has volunteered to be the new primary + maintainer. + + Gustavo Noronha Silva : + * debian/patches/03_scrollkeeper_shutup.dpatch: + - avoid showing tons of 'permission denied' messages by not + running scrollkeeper-update during the build + * debian/control.in: + - removed ${misc:Depends} from the Depends of glade-2, glade-gnome-2, + and glade-common-2 + * debian/patches/04_brazilian_translation_fix.dpatch: + - translation fix for pt_BR, based on upstream's CVS + + -- Gustavo Noronha Silva Thu, 21 Oct 2004 01:22:01 -0300 + +glade-2 (2.6.3-1) unstable; urgency=low + + * New upstream bugfix release, bringing back the button in the signal tab to + get all available signals for a widget. (Closes: #276922) + * [debian/patches/02_relibtoolise.dpatch] Updated. + + -- J.H.M. Dassen (Ray) Tue, 19 Oct 2004 20:06:37 +0200 + +glade-2 (2.6.2-1) unstable; urgency=low + + * New upstream release. + * [debian/patches/02_relibtoolise.dpatch] Removed "mkinstalldirs" as it is + back in the upstream tarball). + * [debian/rules] Removed "mkinstalldirs" workaround. + * [debian/patches/03_fix_el_po.dpatch] Removed. + + -- J.H.M. Dassen (Ray) Wed, 13 Oct 2004 14:58:36 +0200 + +glade-2 (2.6.1-1) unstable; urgency=low + + * New upstream release. + * [debian/patches/02_relibtoolise.dpatch] Updated. + * [debian/rules] Make "mkinstalldirs" executable. + * [debian/patches/03_updated_translations.dpatch] Removed. + * [debian/patches/03_fix_el_po.dpatch] Added. Replace buggy el.po by a + properly encoded one from upstream CVS. + + -- J.H.M. Dassen (Ray) Tue, 12 Oct 2004 20:04:41 +0200 + +glade-2 (2.6.0-9) unstable; urgency=medium + + * GNOME team upload. + * debian/rules: adapt the m4 symlinks rule for the new gnome-common + location (closes: #275422). + * debian/control.in: require gnome-common (>= 2.8.0). + + -- Jordi Mallach Fri, 8 Oct 2004 10:58:11 +0200 + +glade-2 (2.6.0-8) unstable; urgency=medium + + * [debian/control.in] Added "Recommends: yelp (>= 2.6.0)" for accessing the + documentation and updated the glade-doc-2 description to point to yelp as + well. (Closes: #270130) + * [debian/patches/03_updated_translations.dpatch] New. Updated ca, el, fr + translations from CVS HEAD. (Closes: #257936) + * [debian/glade.xml] New. Magic info for proper identification of glade + project files. + * [debian/glade-common-2.install] Install debian/glade.xml . + * [debian/glade-common-2.postinst, debian/glade-common-2.postrm] New. + (De)register glade.xml. (Closes: #255553) + + -- J.H.M. Dassen (Ray) Mon, 6 Sep 2004 19:15:25 +0200 + +glade-2 (2.6.0-7) unstable; urgency=low + + * [debian/control.in] Fixed unsatisfiable build dependencies by removing the + explicit GnuTLS build dependency. The glade code doesn't use GnuTLS + directly, and the libraries it depends on pull in the appropriate -dev + package themselves. + + -- J.H.M. Dassen (Ray) Sun, 1 Aug 2004 16:02:57 +0200 + +glade-2 (2.6.0-6) unstable; urgency=medium + + J.H.M. Dassen (Ray) : + * [debian/patches/01_new_configure_patch.dpatch] Removed. + * [01_library_search_path.dpatch] Add -L/usr/lib/X11 to configure.in to find + libX11.so. + * [02_relibtoolise.dpatch] Relibtoolised. (Closes: #254082). + + -- Gustavo Noronha Silva Sun, 13 Jun 2004 10:54:51 -0300 + +glade-2 (2.6.0-5) unstable; urgency=low + + * debian/control.in: + - adedd libx11-dev to Build-Depends + * debian/patches/01_new_configure_patch.dpatch: + - this time really add -L/usr/X11R6/lib to configure + and configure.in (Closes: #254082) + + -- Gustavo Noronha Silva Sun, 13 Jun 2004 10:52:33 -0300 + +glade-2 (2.6.0-4) unstable; urgency=low + + * Marc 'HE' Brockschmidt + - debian/control.in: + + Updated description to use GNOME instead of Gnome (and also refer to + glade-gnome-2, not glade-gnome) + * Gustavo Noronha Silva + - debian/patches/01_new_configure_patch.dpatch: + + added, from Goswin von Brederlow (Closes: #249922) + + -- Gustavo Noronha Silva Sat, 12 Jun 2004 13:24:51 -0300 + +glade-2 (2.6.0-3) unstable; urgency=medium + + * [configure.in] Added -L/usr/lib/X11 to find libX11.so; relibtoolised. + (Closes: #244458, #249922, #252209) + * [debian/glade-2.menu, debian/glade-gnome-2.menu] Quote "needs" value. + * [debian/changelog] Converted to UTF-8. + + -- J.H.M. Dassen (Ray) Wed, 2 Jun 2004 20:25:37 +0200 + +glade-2 (2.6.0-2) unstable; urgency=low + + * Upload in unstable. + + -- Sebastien Bacher Tue, 1 Jun 2004 01:39:27 +0200 + +glade-2 (2.6.0-1) experimental; urgency=low + + * New upstream version. + + -- James Curbo Fri, 16 Apr 2004 18:42:50 -0500 + +glade-2 (2.5.1-1) experimental; urgency=low + + * New upstream release. + * debian/control: + + tighten up Build-Depends to match upstream requirements + + -- James Curbo Wed, 7 Apr 2004 16:16:58 -0500 + +glade-2 (2.5.0-1) experimental; urgency=low + + * New upstream version. + * New maintainer and uploaders (Debian GNOME Maintainers). + * Sebastien Bacher + - Build-Depends on libgnutls10-dev instead of libgnutls7-dev. + + -- James Curbo Wed, 24 Mar 2004 17:21:24 -0600 + +glade-2 (2.0.1-4) unstable; urgency=low + + * Moved omf files in glade-doc-2 (Closes: #231671). + * Updated scrollkeeper depends (Closes: #235393). + + -- Sebastien Bacher Sun, 29 Feb 2004 11:36:20 +0100 + +glade-2 (2.0.1-3) unstable; urgency=low + + * debian/patches/02ada95_codegen.dpatch: + - replace gate with gate2 to make ada95 code generation + work, should (Closes: #228787) + + -- Gustavo Noronha Silva Mon, 26 Jan 2004 09:32:39 -0200 + +glade-2 (2.0.1-2) unstable; urgency=low + + * debian/patches/01new_translations.patch: + - update translations that were made/corrected after the + last release (since 2003-11-07), check the patch for a list + * debian/glade-2.xpm: + - rebuild icon using gimp, the old one was broken and, while + working, following the old brain-dead policy. + + -- Gustavo Noronha Silva Sat, 27 Dec 2003 14:37:12 -0200 + +glade-2 (2.0.1-1) unstable; urgency=low + + * New upstream release. + * debian/patches: + + 01_size_request.dpatch: removed. + + 02_tooltip.dpatch: removed. + + 03_libtool_fix.dpatch: removed. + + -- Sebastien Bacher Mon, 10 Nov 2003 14:45:50 +0100 + +glade-2 (2.0.0-10) unstable; urgency=low + + * Added ${misc:Depends} to Depends (Closes: #218452). + + -- Sebastien Bacher Fri, 31 Oct 2003 17:12:02 +0100 + +glade-2 (2.0.0-9) unstable; urgency=low + + * Libtoolize with the new libtool to fix the '-pthread' problem + (Closes: #217621). + * Made changes for the GNOME Team. + * Use dh_scrollkeeper (Closes: #217621). + + -- Sebastien Bacher Wed, 29 Oct 2003 21:49:15 +0100 + +glade-2 (2.0.0-8) unstable; urgency=low + + * Updated Build-Depends to fix liblinc error (Closes: #216974). + + -- Sebastien Bacher Wed, 22 Oct 2003 00:30:32 +0200 + +glade-2 (2.0.0-7) unstable; urgency=low + + * Added missing Build-Depends on dpatch (Closes: #216910). + + -- Sebastien Bacher Tue, 21 Oct 2003 21:31:00 +0200 + +glade-2 (2.0.0-6) unstable; urgency=low + + * Added patches : + - 01_size_request.dpatch + - 02_tooltip.dpatch (Closes: #204565). + * Updated to Standards-Version 3.6.1.0. + + -- Sebastien Bacher Tue, 21 Oct 2003 14:42:02 +0200 + +glade-2 (2.0.0-5) unstable; urgency=low + + * New maintainer. + * Fixed bug in size request (Closes: #200498). + * debian/control: + + Changed section to gnome. + + Updated Build-Depends from libgnutls5-dev to libgnutls7-dev. + + Updated Standards-Version to 3.6.0. + + -- Sebastien Bacher Sat, 2 Aug 2003 18:37:05 +0200 + +glade-2 (2.0.0-4) unstable; urgency=low + + * debian/control: Add depends on libscrollkeeper0 for glade-doc-2 for + /usr/share/xml/scrollkeeper/dtds/scrollkeeper-omf.dtd. + * doc/C/*/*.omf: Replace DOCTYPE URL with actual file. (Closes: #199824) + + -- Eric Dorland Thu, 3 Jul 2003 22:17:19 -0400 + +glade-2 (2.0.0-3) unstable; urgency=low + + * debian/control: + - Bump Standards-Version to 3.5.10.0 (no changes). + - Build-Depend on libgnomedb2-dev (>= 0.12.1-1) and rebuild + to grab the latest library. (Closes: #198950) + + -- Eric Dorland Fri, 27 Jun 2003 00:39:04 -0400 + +glade-2 (2.0.0-2) unstable; urgency=low + + * glade-2.desktop.in: Revert changes from 2.0.0-1. + * glade-2.desktop: Made English comment imperative. (Closes: #189036) + + -- Eric Dorland Sun, 4 May 2003 18:29:34 -0400 + +glade-2 (2.0.0-1) unstable; urgency=low + + * New upstream release. + * glade-2.desktop.in: Made comment imperative. (Closes: #186798) + + -- Eric Dorland Sat, 12 Apr 2003 15:21:13 -0400 + +glade-2 (1.1.3-9) unstable; urgency=low + + * debian/control: Change section of glade-gnome-2 to gnome. + * Unreleased version. + + -- Eric Dorland Mon, 31 Mar 2003 16:03:38 -0500 + +glade-2 (1.1.3-8) unstable; urgency=low + + * debian/glade-doc-2.preinst: Added to remove old + /usr/share/doc/glade-doc-2 dir on upgrade so symlink can be installed. + + -- Eric Dorland Wed, 26 Mar 2003 17:06:06 -0500 + +glade-2 (1.1.3-7) unstable; urgency=low + + * debian/control: + + Update build-deps to libgnomedb2-dev (>= 0.11.0-1). (Closes: #185754) + + Standards-Version to 3.5.9.0. + * glade/gnome-db/gnomedbsqleditor.c: Small tweaks to get it to compile + with the latest gnomedb. (Thanks Rémi Cohen-Scali) + + -- Eric Dorland Mon, 24 Mar 2003 14:31:46 -0500 + +glade-2 (1.1.3-6) unstable; urgency=low + + * debian/control: Change build-dep to libgnomeprintui2.2-dev. (Closes: + #179163) + + -- Eric Dorland Fri, 31 Jan 2003 13:42:19 -0500 + +glade-2 (1.1.3-5) unstable; urgency=low + + * doc/C/glade-faq/glade-faq.xml, + doc/C/glade-turbo-start/glade-turbo-start.xml, + doc/C/glade-user-guide/glade-user-guide.xml: Change externel DTD to + refer to local copy: + /usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd. (Closes: #178468) + * debian/control: + + glade-doc-2 depends on docbook-xml. + + Tweak glade-doc-2 description, since it contains DocBook not HTML + docs. + * glade-doc-2.doc-base.*: Fix paths to the documentation files. + + -- Eric Dorland Tue, 28 Jan 2003 19:16:17 -0500 + +glade-2 (1.1.3-4) unstable; urgency=low + + * debian/rules: + + Don't compress xml files. (Closes: #172775) + + Remove glade-doc's doc dir so the symlink will be right. + * debian/glade-doc-2.doc-base.faq: Update damon's email address. + * glade/gbwidget.c: Change a gint to GType, fix for 64-bit + arches. (Closes: #171940) + * debian/glade-2.xpm: Fix size & colors to comply with policy. + * debian/glade-*.menu: Set title to "Glade 2". + + -- Eric Dorland Thu, 12 Dec 2002 21:58:54 -0500 + +glade-2 (1.1.3-3) unstable; urgency=low + + * debian/control: + + Remove Recommends on automake1.5. + + Standards-Version to 3.5.8.0. + * debian/rules: Add support for DEB_BUILD_OPTIONS. + + -- Eric Dorland Thu, 28 Nov 2002 14:38:43 -0500 + +glade-2 (1.1.3-2) unstable; urgency=low + + * debian/rules: + + Remove DH_COMPAT line. + + Add simple commands to support autotools-dev. (Closes: #168526) + * debian/compat: Upgrade to version 4. + * debian/control: Build-Depend on autotools-dev. + + -- Eric Dorland Sun, 10 Nov 2002 14:43:45 -0500 + +glade-2 (1.1.3-1) unstable; urgency=low + + * New upstream release. + * debian/control: Standards-Version: 3.5.7.1 + + -- Eric Dorland Tue, 5 Nov 2002 23:00:22 -0500 + +glade-2 (1.1.2-1) unstable; urgency=low + + * New upstream release. + + -- Eric Dorland Sat, 21 Sep 2002 16:26:37 -0400 + +glade-2 (1.1.1-9) unstable; urgency=low + + * debian/control: + + Update Standards-Version to 3.5.7. + + Recommends on libgail17. + + -- Eric Dorland Sat, 21 Sep 2002 15:05:59 -0400 + +glade-2 (1.1.1-8) unstable; urgency=low + + * debian/control: Build-Dep on libgnutls5-dev (>= 0.5.3-1) to fix + segfault issue. (Closes: #156775). + + -- Eric Dorland Fri, 30 Aug 2002 01:44:42 -0400 + +glade-2 (1.1.1-7) unstable; urgency=low + + * debian/glade-doc-2.links: Fix link to documentation. (Closes: #158583) + + -- Eric Dorland Wed, 28 Aug 2002 01:30:15 -0400 + +glade-2 (1.1.1-6) unstable; urgency=low + + * Rebuild against libgtk2.0-0png3. + * debian/control: + + Remove build-dep on libssl-dev. + + Add build-dep to libgnutls-dev. + + Add build-dep to libbonoboui2-dev (>= 2.0.1-2) to fix + linking in of libssl. (Closes: #155697) + + -- Eric Dorland Sun, 11 Aug 2002 22:54:57 -0400 + +glade-2 (1.1.1-5) unstable; urgency=low + + * Build-dep on libssl-dev. (Closes: #155271) + * Version build-depend libgnomedb2-dev (>= 0.8.192-1) + + -- Eric Dorland Mon, 5 Aug 2002 18:41:02 -0400 + +glade-2 (1.1.1-4) unstable; urgency=low + + * debian/control: Add build dep on libgnomeprintui-dev. (Closes: + #154658) + + -- Eric Dorland Tue, 30 Jul 2002 00:42:13 -0400 + +glade-2 (1.1.1-3) unstable; urgency=low + + * Forgot one document, changed it to docbook. + + -- Eric Dorland Wed, 17 Jul 2002 17:39:23 -0400 + +glade-2 (1.1.1-2) unstable; urgency=low + + * Documentation is docbook now, not HTML. (Closes: #149601) + + -- Eric Dorland Wed, 17 Jul 2002 01:54:06 -0400 + +glade-2 (1.1.1-1) unstable; urgency=low + + * New upstream release. + * Applied patch from upstream to fix non-gnome building. + + -- Eric Dorland Tue, 16 Jul 2002 00:44:54 -0400 + +glade-2 (1.1.0-5) unstable; urgency=low + + * Add build-depends on libpango1.0-dev (>> 1.0.3), which should fix + problems with the buildd's. (Closes: #150510) + * Change dependencies to automake1.4, not automake. + * Add Recommends on libgail16. (Closes: #150708) + + -- Eric Dorland Mon, 24 Jun 2002 16:42:53 -0400 + +glade-2 (1.1.0-4) unstable; urgency=low + + * debian/glade-2.install, debian/glade-gnome-2.install: + + It's /usr/share/glade-2. (Closes: #149907) + + Add /usr/share/omf and /usr/share/applications. (Closes: #150219) + + -- Eric Dorland Tue, 18 Jun 2002 19:26:13 -0400 + +glade-2 (1.1.0-3) unstable; urgency=low + + * Actually fix #149364. + + -- Eric Dorland Sat, 8 Jun 2002 21:16:29 -0400 + +glade-2 (1.1.0-2) unstable; urgency=low + + * Moved *.files to *.install. + * Removed quite a few commands from rules and moved the logic to + *.install files. + * Tweaked doc dir installation. + * Added glade-doc-2.install and removed glade-doc-2.dirs. + * Removed pointless Makefile clean-up code. + * Added trailing newlines to some files to shut up dpkg-buildpackage. + * Tweak doumentation dirs. (Closes: #149364) + + -- Eric Dorland Sat, 8 Jun 2002 19:59:15 -0400 + +glade-2 (1.1.0-1) experimental; urgency=low + + * Initial release. + + -- Eric Dorland Mon, 20 May 2002 21:05:11 -0400 --- glade-3-3.6.7.orig/debian/glade.menu +++ glade-3-3.6.7/debian/glade.menu @@ -0,0 +1,6 @@ +?package(glade): \ + needs="X11" \ + section="Applications/Programming" \ + title="Glade 3" \ + icon="/usr/share/pixmaps/glade.xpm" \ + command="/usr/bin/glade-3" --- glade-3-3.6.7.orig/debian/control +++ glade-3-3.6.7/debian/control @@ -0,0 +1,135 @@ +Source: glade-3 +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: Debian GNOME Maintainers , Deng Xiyue +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glade-3/ubuntu +Build-Depends: cdbs (>= 0.4.41), + debhelper (>= 5), + gettext (>= 0.10.40), + libgnomeui-dev, + scrollkeeper, + libxml2-dev (>= 2.4.0), + libbonoboui2-dev, + autotools-dev, + gnome-common (>= 2.8.0), + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + libgtk2.0-dev (>= 2.14.0), + python-gtk2-dev (>= 2.10.0), + python-support (>= 0.3), + gtk-doc-tools (>= 1.9), + gnome-doc-utils (>= 0.9.0) +Build-Depends-Indep: libglib2.0-doc, + libgtk2.0-doc +Standards-Version: 3.8.1 +Homepage: http://glade.gnome.org + +Package: libgladeui-1-9 +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + ${shlibs:Depends} +Conflicts: libgladeui-1-1, + libgladeui-1-2, + libgladeui-1-3, + libgladeui-1-4, + libgladeui-1-5, + libgladeui-1-7, + libgladeui-1-8 +Replaces: libgladeui-1-1, + libgladeui-1-2, + libgladeui-1-3, + libgladeui-1-4, + libgladeui-1-5, + libgladeui-1-7, + libgladeui-1-8 +Description: GTK+ User Interface Build core library + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + Glade is, since its "3.0" major version, highly modular, and composed + of widgets which can be used by other applications to integrate + functionality similar to the one provided by the Glade application + itself. + . + This library provides all the widgets and core code, like parsing and + saving files. + +Package: libgladeui-1-dev +Architecture: all +Section: libdevel +Depends: ${misc:Depends}, + libgladeui-1-9 (>= ${source:Version}), + libgtk2.0-dev (>= 2.14.0), + libxml2-dev (>= 2.4.0) +Description: GTK+ User Interface Build core library (development files) + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + Glade is, since its "3.0" major version, highly modular, and composed + of widgets which can be used by other applications to integrate + functionality similar to the one provided by the Glade application + itself. + . + This library provides all the widgets and core code, like parsing and + saving files. + . + This package contains the development files and documentation for the + library. + +Package: glade +Architecture: any +Section: devel +Depends: ${misc:Depends}, + ${shlibs:Depends} +Recommends: libgtk2.0-dev (>= 2.14.0), + python-gtk2-dev (>= 2.10.0), + libglade2-dev (>= 1:2.6.0), + devhelp +Suggests: glade-gnome +Conflicts: glade-gnome (<= 2.91.1), + glade-gnome-2 (<= 2.91.1), + glade-2 (<= 2.10.0-2), + glade-3 +Replaces: glade-gnome (<= 2.91.1), + glade-2 (<= 2.10.0-2), + glade-gnome-2 (<= 2.91.1), + glade-3 +Description: GTK+ 2 User Interface Builder + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + The user interfaces designed in Glade are stored in the well-known + XML format, enabling easy integration with external tools. You will + probably want to use it with tools such as libglade, which can load + the XML files and create the interfaces at runtime. + . + This version is more modular than previous ones, so you can install + modules to add aditional widgets for Glade to use. You can install + the glade-gnome package to provide GNOME widgets, for instance. + +Package: glade-gnome +Architecture: any +Section: gnome +Depends: ${misc:Depends}, + glade (= ${binary:Version}), + gnome-common (>= 2.8.0), + ${shlibs:Depends} +Recommends: libgnomeui-dev, + libbonoboui2-dev +Conflicts: glade-gnome-3 +Replaces: glade-gnome-3 +Description: GTK+ 2 User Interface Builder (with GNOME 2 support) + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + The user interfaces designed in Glade are stored in the well-known + XML format, enabling easy integration with external tools. You will + probably want to use it with tools such as libglade, which can load + the XML files and create the interfaces at runtime. + . + This package include the module that allows Glade to provide GNOME + widgets in its pallete. + --- glade-3-3.6.7.orig/debian/compat +++ glade-3-3.6.7/debian/compat @@ -0,0 +1 @@ +5 --- glade-3-3.6.7.orig/debian/glade.install +++ glade-3-3.6.7/debian/glade.install @@ -0,0 +1,6 @@ +debian/tmp/usr/bin +debian/tmp/usr/share/icons/hicolor +debian/tmp/usr/share/applications +debian/tmp/usr/share/omf +debian/tmp/usr/share/gnome +debian/glade.xpm usr/share/pixmaps/ --- glade-3-3.6.7.orig/debian/glade-3.1 +++ glade-3-3.6.7/debian/glade-3.1 @@ -0,0 +1,57 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH GLADE-3 1 "24 January 2005" +.\" Please adjust this date whenever revising the manpage. +.SH NAME +glade-3 \- GUI Builder for GTK+ 2 +.SH SYNOPSIS +.B glade-3 +.RI [ options ] " file" +.br +.SH DESCRIPTION +.B Glade +allows a graphical interface to be designed from within a graphical +interface, instead of written as a program using a function or class +library. +.PP +The creation of various GTK graphical "widgets" is supported, allowing +a programmer to concentrate on implementation of an applications +functionality, instead of the presentation. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +.SH OPTIONS +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-without\-devhelp +Disable Devhelp integration +.TP +.B \-\-display=DISPLAY +X display to use +.TP +.B \-v, \-\-version +Show version of program. +.P +.B Glade +also accepts the standard GNOME and GTK options. +.SH FILES +A single input XML file may be given as an argument. This file should +have been previous created by an interactive session with \fBGlade\fP. +.SH AUTHOR +glade-3 was written by Chema Celorio . +.PP +This manual page was written by Justin Pryzby +, for the Debian project (but may be used +by others). +.SH SEE ALSO +.BR "gtk-options" (7), +.BR "gnome-options" (7) +.P +The online documentation available through the program's +.I Help +menu. --- glade-3-3.6.7.orig/debian/copyright +++ glade-3-3.6.7/debian/copyright @@ -0,0 +1,87 @@ +This package was put together by Marcus Brinkmann +from sources obtained from: http://glade.pn.org/glade/download.html. +This package was debianized again by Mariusz Przygodzki +on Sat, 30 Dec 2000 01:53:12 +0100, and debianized by James Curbo + based on Sebastian Bacher's work. + +It was downloaded from: + + + +Upstream Authors: + Chema Celorio + Michal Palczewski + Archit Baweja + Shane Butler + Tristan Van Berkom + Damon Chaplin + Martijn van Beers + +Copyright: + +glade-accumulators.c: * Copyright (C) 2005 The GNOME Foundation. +glade-app.c: * Copyright (C) 2001 Ximian, Inc. +glade-app.h: * Copyright (C) 2001 Ximian, Inc. +glade-builtins.c: * Copyright (C) 2005 The GNOME Foundation. +glade-catalog.c: * Copyright (C) 2001 Ximian, Inc. +glade-catalog.c: * Copyright (C) 2004 Imendio AB +glade-catalog.h: * Copyright (C) 2001 Ximian, Inc. +glade-catalog.h: * Copyright (C) 2004 Imendio AB +glade-clipboard.c: * Copyright (C) 2001 The GNOME Foundation. +glade-clipboard-view.c: * Copyright (C) 2001 The GNOME Foundation. +glade-command.c: * Copyright (C) 2002 Joaquín Cuenca Abela +glade-cursor.c: * Copyright (C) 2001 Ximian, Inc. +glade-custom.c: * Copyright (C) 2005 The GNOME Foundation. +glade-debug.c: * Copyright (C) 2003 Joaquin Cuenca Abela +glade-editor.c: * Copyright (C) 2001 Ximian, Inc. +glade-editor-property.c: * Copyright (C) 2001 Ximian, Inc. +glade-fixed.c: * Copyright (C) 2006 The GNOME Foundation. +glade-gnome.c: * Copyright (C) 2006 Juan Pablo Ugarte. +glade-gtk.c: * Copyright (C) 2001 Ximian, Inc. +glade-id-allocator.c: * Copyright (C) 2004 Owen Taylor +glade-palette-box.c: * Copyright (C) 2006 The Gnome Foundation. +glade-palette-box.h: * Copyright (C) 2006 The Gnome Foundation. +glade-palette.c: * Copyright (C) 2006 The GNOME Foundation. +glade-palette.c: * Copyright (C) 2001-2005 Ximian, Inc. +glade-palette-expander.c: * Copyright (C) 2003 Sun Microsystems, Inc. +glade-palette-expander.h: * Copyright (C) 2003 Sun Microsystems, Inc. +glade-palette.h: * Copyright (C) 2006 The GNOME Foundation. +glade-palette.h: * Copyright (C) 2001-2005 Ximian, Inc. +glade-palette-item.c: * Copyright (C) 2006 The GNOME Foundation. +glade-palette-item.h: * Copyright (C) 2006 The GNOME Foundation. +glade-parameter.c: * Copyright (C) 2001 Ximian, Inc. +glade-parser.c: * Copyright (C) 1998-2002 James Henstridge +glade-parser.h: * Copyright (C) 1998-2002 James Henstridge +glade-placeholder.c: * Copyright (C) 2003, 2004 Joaquin Cuenca Abela +glade-popup.c: * Copyright (C) 2001 Ximian, Inc. +glade-project.c: * Copyright (C) 2001 Ximian, Inc. +glade-project-view.c: * Copyright (C) 2001 Ximian, Inc. +glade-project-window.c: * Copyright (C) 2001 Ximian, Inc. +glade-property.c: * Copyright (C) 2001 Ximian, Inc. +glade-property-class.c: * Copyright (C) 2001 Ximian, Inc. +glade-signal.c: * Copyright (C) 2001 Ximian, Inc. +glade-signal-editor.c: * Copyright (C) 2001 Ximian, Inc. +glade-utils.c: * Copyright (C) 2001 Ximian, Inc. +glade-widget.c: * Copyright (C) 2004 Joaquin Cuenca Abela +glade-widget.c: * Copyright (C) 2001, 2002, 2003 Ximian, Inc. +glade-widget-class.c: * Copyright (C) 2001 Ximian, Inc. +glade-widget-class.c: * Copyright (C) 2004 Imendio AB +main.c: * Copyright (C) 2001 Ximian, Inc. + +License: + + This package 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 2 dated June, 1991. + + 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 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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. --- glade-3-3.6.7.orig/debian/libgladeui-1-dev.install +++ glade-3-3.6.7/debian/libgladeui-1-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/lib/*.so +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig +debian/tmp/usr/share/gtk-doc/html/gladeui/* /usr/share/doc/libgladeui-1-dev/html/ --- glade-3-3.6.7.orig/debian/watch +++ glade-3-3.6.7/debian/watch @@ -0,0 +1,4 @@ +version=3 + +http://download.gnome.org/sources/glade3/([\d\.]+)[\d]/ \ + glade3-([\d\.]+)\.tar\.gz --- glade-3-3.6.7.orig/debian/glade.xpm +++ glade-3-3.6.7/debian/glade.xpm @@ -0,0 +1,184 @@ +/* XPM */ +static char *glade[] = { +/* columns rows colors chars-per-pixel */ +"32 32 146 2", +" c black", +". c #5A4902", +"X c #6A643D", +"o c #6F683E", +"O c #756D3E", +"+ c #4C4E4B", +"@ c #50524E", +"# c #545652", +"$ c #565851", +"% c #585950", +"& c #5E605C", +"* c #635F45", +"= c #686965", +"- c #6B6E69", +"; c #7E7F7C", +": c #9B7E03", +"> c #837328", +", c #917E26", +"< c #807F6E", +"1 c #9E830D", +"2 c #9B841A", +"3 c #A28504", +"4 c #A48709", +"5 c #A58807", +"6 c #A6890A", +"7 c #A88B0F", +"8 c #A2891B", +"9 c #AA8E13", +"0 c #AC9119", +"q c #B4970C", +"w c #B5980C", +"e c #B0941E", +"r c #B69A12", +"t c #B89C15", +"y c #AF9523", +"u c #B39924", +"i c #B59B29", +"p c #B59D35", +"a c #BBA228", +"s c #BBA331", +"d c #B8A13E", +"f c #B6A242", +"g c #B9A448", +"h c #D5B91C", +"j c #C1A937", +"k c #C4AC3D", +"l c #D7BC20", +"z c #D9BE24", +"x c #C0AE5E", +"c c #CDB745", +"v c #CCB64B", +"b c #D1BA4B", +"n c #D2BD57", +"m c #C8B668", +"M c #C9B869", +"N c #C5B97B", +"B c #CCBB73", +"V c #C9BA78", +"C c #DBC12C", +"Z c #DDC332", +"A c #DCC43D", +"S c #E0C73A", +"D c #E1C93C", +"F c #DDC644", +"G c #DFC94F", +"H c #D5C057", +"J c #D6C15B", +"K c #DBC75D", +"L c #D9C660", +"P c #DDC961", +"I c #DDCA68", +"U c #E5CD45", +"Y c #E5CE4A", +"T c #E4CE50", +"R c #E1CD5B", +"E c #E7D050", +"W c #E3D05E", +"Q c #E8D154", +"! c #E8D25A", +"~ c #E0CE6C", +"^ c #E4D26C", +"/ c #E9D564", +"( c #E9D66B", +") c #EBD86A", +"_ c #E3D274", +"` c #E5D57A", +"' c #E8D673", +"] c #E8D77A", +"[ c #ECDA74", +"{ c #EAD97B", +"} c gray53", +"| c #878984", +" . c #888A85", +".. c #8B8D89", +"X. c #8D908B", +"o. c #959792", +"O. c #979895", +"+. c #989996", +"@. c #9B9C98", +"#. c #9FA29B", +"$. c #A1A39F", +"%. c #A5A6A3", +"&. c #ABACA9", +"*. c #B4B4B2", +"=. c #B4B8B0", +"-. c #BBBFB7", +";. c #BCBCBA", +":. c #BFC0BD", +">. c #CCBF83", +",. c #D1C592", +"<. c #C1C4BF", +"1. c #C4C8BF", +"2. c #D8CFA9", +"3. c #D3CFB1", +"4. c #DAD3B1", +"5. c #DCD5B8", +"6. c #E6D782", +"7. c #E8D780", +"8. c #EBDB83", +"9. c #EEDE89", +"0. c #EFE08C", +"q. c #F0E18E", +"w. c #F0E290", +"e. c #C3C4C1", +"r. c #CACBC7", +"t. c #CBCDCA", +"y. c #CED1CB", +"u. c #D0D1CF", +"i. c #DCDCCE", +"p. c #D3D3D1", +"a. c #DADCD3", +"s. c #DADBD9", +"d. c #DEE0DB", +"f. c #E2DEC9", +"g. c #E5E2D2", +"h. c #E3E3DC", +"j. c #E8E7DE", +"k. c #EEEAD9", +"l. c #E6E6E4", +"z. c #EAE9E3", +"x. c #ECEDEA", +"c. c #EFF0ED", +"v. c #F5F5F4", +"b. c #F8F8F6", +"n. c #FDFDFD", +"m. c None", +/* pixels */ +"m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.", +"m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.", +"m.m.m.m.m.m.} ...... .} ... . . ... . ... . ... ... . . ...m.m.", +"m.m.m.m.m. ...&.+.b.b.v.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b.b. .m.m.", +"m.m.m.m. .X.y.1.;.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.b. .m.m.", +"m.m.m. .X.1.x.;.r.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.r.x.b. .m.m.", +"m.m. ...:.s.v.r.r.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.# x.b. .m.m.", +"m.m...#.a.x.n.t.= # # # # # # # # # # # # # # # # # # # b. .m.3 ", +"m. . .=.t.d.l.<.O.;.<.e.e.e.e.e.e.:.e.e.e.e.e.e.e.e.# x.b. .6 3 ", +"m...X.@.O.- O.+.&.p.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.s.# x.k.8 k 5 ", +"m. .v.x.%.# @ + + # # # # # # # # # # # # # # # # # # o 9 J q.3 ", +"m. .b.x.x.# x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.> 0 ` [ q.5 ", +"m. .n.x.x.# x.*.; *.x.x.x.x.x.x.x.x.x.x.x.x.x.x.g.p a 9./ U q.6 ", +"m. .b.x.x.# x.; ;.; x.} . . .#.;.p.x.x.x.x.x.4.9 n q.Q Y U q.5 ", +"m. .b.x.x.# x.*.; *.x.x.x.x.x.x.x.x.x.x.x.x.B e _ [ E Q 8.U q.5 ", +"m. .b.x.x.# x.x.x.x.x.x.x.x.x.x.x.x.x.x.j.p s 8.) Y ! q.q.U q.5 ", +"m.} b.x.x.# x.*.; *.x.x.x.x.x.x.x.x.x.5.0 v 0.! Y [ ] a w.Y q.5 ", +"m.} b.x.x.# x.; ;.; x. .o.&.r.s.x.x.>.9 I { Y E 8.I 7 6 w.Y q.5 ", +"m. .b.x.x.# x.*.; *.x.x.x.x.x.x.l.f i ` / D ! 9.c 9 X 6 q.U q.5 ", +"m. .n.x.x.# x.x.x.x.x.x.x.= # * : c { T D ( ` i f i.% 6 q.Y q.5 ", +"m. .b.x.x.# x.x.x.x.x.x.x.# ,.9 n ] A U ] K 9 N h.s.% 5 q.U q.5 ", +"m. .b.x.x.# x.x.x.x.x.x.z., 0 ~ R Z Y ] k 0 3.h.d.s.% 5 q.U q.5 ", +"m. .b.x.x.# x.c.c.c.x.f.y j ' F C W _ u g a.s.s.d.a.% 3 q.U q.5 ", +"m. .n.x.v.# $ & & % O 4 b ~ Z C ^ n 7 V a.a.a.a.a.a.% 5 q.U q.5 ", +"m. .n.x.x.l.l.l.l.g u P R l A _ k 6 6 7 6 6 6 5 4 4 3 3 9.U 0.5 ", +"m. .b.x.x.x.x.g.i s _ F l G ' ] ' ] ] ] ] 8.] 8.8.8.0.9.9.D 0.5 ", +"m. .b.x.x.x.2.9 c ^ z h h h h h h z z z C C C C C Z Z D D D 0.3 ", +"m. .b.b.b.B 9 K P t l h h q h h w h h l q z C C r C Z Z t Z 9.5 ", +"m.} ; g 2 u I ` _ m _ _ _ m _ _ M _ _ _ m ` ` ` m 6.7.8.M 6.8.4 ", +"m. . : 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 ", +"m.m. ", +"m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m.m." +}; --- glade-3-3.6.7.orig/debian/libgladeui-1-dev.links +++ glade-3-3.6.7/debian/libgladeui-1-dev.links @@ -0,0 +1 @@ +usr/share/doc/libgladeui-1-dev/html usr/share/gtk-doc/html/gladeui --- glade-3-3.6.7.orig/debian/libgladeui-1-9.install +++ glade-3-3.6.7/debian/libgladeui-1-9.install @@ -0,0 +1,6 @@ +debian/tmp/usr/share/locale +debian/tmp/usr/lib/libgladeui-1.so.* +debian/tmp/usr/lib/glade3/modules/libgladegtk.so +debian/tmp/usr/lib/glade3/modules/libgladepython.so +debian/tmp/usr/share/glade3/pixmaps +debian/tmp/usr/share/glade3/catalogs/gtk+.xml --- glade-3-3.6.7.orig/debian/glade.preinst +++ glade-3-3.6.7/debian/glade.preinst @@ -0,0 +1,27 @@ +#!/bin/sh + +set -e + +action="$1" + +case "$action" in + upgrade) + version="$2" + + # remove symlink from versions older than 2.91.3+CVS20060621-1 manually + # on upgrades + if dpkg --compare-versions "$version" lt 2.91.3+CVS20060621-1; then + rm -f /usr/share/doc/glade + fi + ;; + + install|abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$action'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# --- glade-3-3.6.7.orig/debian/control.in +++ glade-3-3.6.7/debian/control.in @@ -0,0 +1,135 @@ +Source: glade-3 +Section: gnome +Priority: optional +Maintainer: Ubuntu Desktop Team +XSBC-Original-Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@ +Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/glade-3/ubuntu +Build-Depends: cdbs (>= 0.4.41), + debhelper (>= 5), + gettext (>= 0.10.40), + libgnomeui-dev, + scrollkeeper, + libxml2-dev (>= 2.4.0), + libbonoboui2-dev, + autotools-dev, + gnome-common (>= 2.8.0), + gnome-pkg-tools (>= 0.10), + dpkg-dev (>= 1.13.19), + libgtk2.0-dev (>= 2.14.0), + python-gtk2-dev (>= 2.10.0), + python-support (>= 0.3), + gtk-doc-tools (>= 1.9), + gnome-doc-utils (>= 0.9.0) +Build-Depends-Indep: libglib2.0-doc, + libgtk2.0-doc +Standards-Version: 3.8.1 +Homepage: http://glade.gnome.org + +Package: libgladeui-1-9 +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + ${shlibs:Depends} +Conflicts: libgladeui-1-1, + libgladeui-1-2, + libgladeui-1-3, + libgladeui-1-4, + libgladeui-1-5, + libgladeui-1-7, + libgladeui-1-8 +Replaces: libgladeui-1-1, + libgladeui-1-2, + libgladeui-1-3, + libgladeui-1-4, + libgladeui-1-5, + libgladeui-1-7, + libgladeui-1-8 +Description: GTK+ User Interface Build core library + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + Glade is, since its "3.0" major version, highly modular, and composed + of widgets which can be used by other applications to integrate + functionality similar to the one provided by the Glade application + itself. + . + This library provides all the widgets and core code, like parsing and + saving files. + +Package: libgladeui-1-dev +Architecture: all +Section: libdevel +Depends: ${misc:Depends}, + libgladeui-1-9 (>= ${source:Version}), + libgtk2.0-dev (>= 2.14.0), + libxml2-dev (>= 2.4.0) +Description: GTK+ User Interface Build core library (development files) + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + Glade is, since its "3.0" major version, highly modular, and composed + of widgets which can be used by other applications to integrate + functionality similar to the one provided by the Glade application + itself. + . + This library provides all the widgets and core code, like parsing and + saving files. + . + This package contains the development files and documentation for the + library. + +Package: glade +Architecture: any +Section: devel +Depends: ${misc:Depends}, + ${shlibs:Depends} +Recommends: libgtk2.0-dev (>= 2.14.0), + python-gtk2-dev (>= 2.10.0), + libglade2-dev (>= 1:2.6.0), + devhelp +Suggests: glade-gnome +Conflicts: glade-gnome (<= 2.91.1), + glade-gnome-2 (<= 2.91.1), + glade-2 (<= 2.10.0-2), + glade-3 +Replaces: glade-gnome (<= 2.91.1), + glade-2 (<= 2.10.0-2), + glade-gnome-2 (<= 2.91.1), + glade-3 +Description: GTK+ 2 User Interface Builder + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + The user interfaces designed in Glade are stored in the well-known + XML format, enabling easy integration with external tools. You will + probably want to use it with tools such as libglade, which can load + the XML files and create the interfaces at runtime. + . + This version is more modular than previous ones, so you can install + modules to add aditional widgets for Glade to use. You can install + the glade-gnome package to provide GNOME widgets, for instance. + +Package: glade-gnome +Architecture: any +Section: gnome +Depends: ${misc:Depends}, + glade (= ${binary:Version}), + gnome-common (>= 2.8.0), + ${shlibs:Depends} +Recommends: libgnomeui-dev, + libbonoboui2-dev +Conflicts: glade-gnome-3 +Replaces: glade-gnome-3 +Description: GTK+ 2 User Interface Builder (with GNOME 2 support) + Glade is a RAD tool to enable quick and easy development of user + interfaces for the GTK+ 2 toolkit. + . + The user interfaces designed in Glade are stored in the well-known + XML format, enabling easy integration with external tools. You will + probably want to use it with tools such as libglade, which can load + the XML files and create the interfaces at runtime. + . + This package include the module that allows Glade to provide GNOME + widgets in its pallete. + --- glade-3-3.6.7.orig/debian/glade.manpages +++ glade-3-3.6.7/debian/glade.manpages @@ -0,0 +1 @@ +debian/glade-3.1 --- glade-3-3.6.7.orig/debian/patches/99_ltmain_as-needed.patch +++ glade-3-3.6.7/debian/patches/99_ltmain_as-needed.patch @@ -0,0 +1,30 @@ +--- ltmain.sh~ 2007-11-28 04:09:41.000000000 +0800 ++++ ltmain.sh 2007-12-19 21:19:06.000000000 +0800 +@@ -1807,6 +1807,11 @@ + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= +@@ -2150,6 +2155,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" --- glade-3-3.6.7.orig/debian/patches/01_gladeui-types.patch +++ glade-3-3.6.7/debian/patches/01_gladeui-types.patch @@ -0,0 +1,10 @@ +--- doc/gladeui.types~ 2008-05-12 17:36:54.000000000 +0200 ++++ doc/gladeui.types 2008-05-12 17:38:31.000000000 +0200 +@@ -1,4 +1,7 @@ + #include ++#include ++#include ++#include + + glade_app_get_type + glade_clipboard_get_type --- glade-3-3.6.7.orig/debian/patches/02_spinbutton-adjustment.patch +++ glade-3-3.6.7/debian/patches/02_spinbutton-adjustment.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' glade-3-3.6.3/plugins/gtk+/gtk+.xml.in glade-3-3.6.3.new/plugins/gtk+/gtk+.xml.in +--- glade-3-3.6.3/plugins/gtk+/gtk+.xml.in 2009-04-23 00:16:31.000000000 +1000 ++++ glade-3-3.6.3.new/plugins/gtk+/gtk+.xml.in 2009-04-28 15:43:53.000000000 +1000 +@@ -1083,7 +1083,7 @@ + + + +- ++ + + +