--- gdl-2.26.0.orig/debian/control.in +++ gdl-2.26.0/debian/control.in @@ -0,0 +1,56 @@ +Source: gdl +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Rob Bradford +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper (>= 5.0.0), + cdbs, + autotools-dev, + libgconf2-dev, + libglade2-dev, + libgnomeui-dev, + intltool, + gnome-pkg-tools (>= 0.11) +Standards-Version: 3.8.0 +Section: libs + +Package: libgdl-1-dev +Section: libdevel +Architecture: any +Depends: libgdl-1-0 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Provides: libgdl-dev +Conflicts: libgdl-dev +Description: GNOME DevTool libraries - development files + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. + +Package: libgdl-1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgdl-1-common (= ${source:Version}) +Description: GNOME DevTool libraries + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. + +Package: libgdl-1-common +Section: gnome +Architecture: all +Depends: ${misc:Depends} +Description: GNOME DevTool libraries - common files + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. + +Package: libgdl-1-0-dbg +Section: gnome +Priority: extra +Architecture: any +Depends: libgdl-1-0 (= ${binary:Version}), + ${misc:Depends} +Description: GNOME DevTool libraries - debug files + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. + --- gdl-2.26.0.orig/debian/libgdl-1-common.install +++ gdl-2.26.0/debian/libgdl-1-common.install @@ -0,0 +1 @@ +debian/tmp/usr/share/* --- gdl-2.26.0.orig/debian/libgdl-1-dev.install +++ gdl-2.26.0/debian/libgdl-1-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/pkgconfig/ +debian/tmp/usr/lib/libgdl-1.la +debian/tmp/usr/lib/libgdl-1.so --- gdl-2.26.0.orig/debian/watch +++ gdl-2.26.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://ftp.gnome.org/pub/gnome/sources/gdl/([\d\.]+)[02468]/ \ + gdl-([\d\.]+)\.tar\.gz --- gdl-2.26.0.orig/debian/libgdl-1-0.install +++ gdl-2.26.0/debian/libgdl-1-0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libgdl-1.so.* --- gdl-2.26.0.orig/debian/copyright +++ gdl-2.26.0/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Rob Bradford on +Tue, 12 Jul 2005 20:56:09 +0100. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gdl/ + +Upstream authors: + +Dave Camp +Neil Hodgson +Gustavo Giráldez + +License: + + The GNOME DevTools Library 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; 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 General Public License for more details. + + You should have received a copy of the GNU 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 General Public License can +be found in /usr/share/common-licenses/GPL'. --- gdl-2.26.0.orig/debian/changelog +++ gdl-2.26.0/debian/changelog @@ -0,0 +1,134 @@ +gdl (2.26.0-0ubuntu1) jaunty; urgency=low + + * New upstream version (LP: #344006). + - Fix distcheck + - Fix valgrind warning + - Translation updates + + -- Christophe Sauthier Tue, 17 Mar 2009 00:53:55 +0100 + +gdl (2.25.92-0ubuntu1) jaunty; urgency=low + + * New upstream version (LP: #337418) + - Added some gtk-doc documentation (Joel Holdsworth) + - Cleaned-up gtk+ includes (Pedro Fragoso) + - Fix the button disappearance (Sebastien Granjoux) + - Some GDL patches (Joel Holdsworth) + - Small documentation update. + + -- Christophe Sauthier Tue, 03 Mar 2009 21:15:57 +0100 + +gdl (2.24.0-3) unstable; urgency=low + + * Add GNOME team as uploaders; add control.in and include uploaders.mk to + generate uploaders list; bdep on gnome-pkg-tools (>= 0.10). + * Wrap build-deps and deps to get cleaner patches. + * Add ${misc:Depends} and ${shlibs:Depends}. + * Bump up Standards-Version to 3.8.0. + * List full license header. + * Whitespace cleanups. + * Include gnome-get-source.mk optionally. + * Include clean-la.mk; bdep on gnome-pkg-tools >= 0.11. + * Add debian/compat 5; doh! + * Add watch file. + + -- Loic Minier Fri, 26 Sep 2008 17:42:20 +0200 + +gdl (2.24.0-2) unstable; urgency=low + + * Add Build-Dep on intltool. + + -- Rob Bradford Fri, 26 Sep 2008 13:58:51 +0100 + +gdl (2.24.0-1) unstable; urgency=low + + * New upstream release. + - Remove now-unused libgdl-gnome binary packages. + + -- Rob Bradford Wed, 24 Sep 2008 22:09:11 +0100 + +gdl (0.7.11-1) unstable; urgency=low + + * New upstream release + + -- Rob Bradford Mon, 10 Mar 2008 12:05:31 +0000 + +gdl (0.7.10-1) unstable; urgency=low + + * New upstream release + + -- Rob Bradford Mon, 25 Feb 2008 18:48:51 +0000 + +gdl (0.7.9-1) unstable; urgency=low + + * New upstream release + + -- Rob Bradford Sun, 17 Feb 2008 11:15:21 +0000 + +gdl (0.7.8-1) unstable; urgency=low + + * New upstream release + - Make -dbg package priority extra. + + -- Rob Bradford Mon, 11 Feb 2008 11:05:17 +0000 + +gdl (0.7.7-1) unstable; urgency=low + + * New upstream release + + -- Rob Bradford Fri, 07 Sep 2007 11:53:15 +0100 + +gdl (0.7.6-1) unstable; urgency=low + + * New upstream release + + -- Rob Bradford Tue, 26 Jun 2007 15:14:45 +0100 + +gdl (0.7.5-1) unstable; urgency=low + + * New upstream release + + -- Rob Bradford Sun, 6 May 2007 13:23:37 +0100 + +gdl (0.7.2-1) unstable; urgency=low + + * New upstream release + * Added new binary packages: libgdl-1-0-dbg, libgdl-gnome-1-0, libgdl-gnome-1-0-dbg + * Updated Standards-Version. + * Increased compat level to 5 (needed for the -dbg packages). + * Updated Build-Depends. + + -- Rob Bradford Sat, 17 Feb 2007 18:55:53 +0000 + +gdl (0.6.1-1) unstable; urgency=low + + * New upstream release + + -- Rob Bradford Tue, 16 May 2006 22:45:24 +0100 + +gdl (0.6.0-4) unstable; urgency=low + + * Maintainer upload to build against updated dependencies. Binary NMU broke + dependencies due to use of ${Source-Version} in debian/control. This has + since been replaced with a manual version specification. (closes: #365001) + + -- Rob Bradford Mon, 1 May 2006 10:42:40 +0100 + +gdl (0.6.0-3) unstable; urgency=low + + * Upload to unstable. + + -- Rob Bradford Wed, 11 Jan 2006 11:05:47 +0000 + +gdl (0.6.0-2) experimental; urgency=low + + * Use Provides/Conflicts correctly for -dev package. + + -- Rob Bradford Mon, 18 Jul 2005 23:34:42 +0100 + +gdl (0.6.0-1) experimental; urgency=low + + * Initial release. + + -- Rob Bradford Tue, 12 Jul 2005 20:56:09 +0100 + --- gdl-2.26.0.orig/debian/compat +++ gdl-2.26.0/debian/compat @@ -0,0 +1 @@ +5 --- gdl-2.26.0.orig/debian/rules +++ gdl-2.26.0/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +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/clean-la.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + --- gdl-2.26.0.orig/debian/control +++ gdl-2.26.0/debian/control @@ -0,0 +1,56 @@ +Source: gdl +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Rob Bradford +Uploaders: Debian GNOME Maintainers , Loic Minier , Rob Bradford +Build-Depends: debhelper (>= 5.0.0), + cdbs, + autotools-dev, + libgconf2-dev, + libglade2-dev, + libgnomeui-dev, + intltool, + gnome-pkg-tools (>= 0.11) +Standards-Version: 3.8.0 +Section: libs + +Package: libgdl-1-dev +Section: libdevel +Architecture: any +Depends: libgdl-1-0 (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Provides: libgdl-dev +Conflicts: libgdl-dev +Description: GNOME DevTool libraries - development files + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. + +Package: libgdl-1-0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libgdl-1-common (= ${source:Version}) +Description: GNOME DevTool libraries + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. + +Package: libgdl-1-common +Section: gnome +Architecture: all +Depends: ${misc:Depends} +Description: GNOME DevTool libraries - common files + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. + +Package: libgdl-1-0-dbg +Section: gnome +Priority: extra +Architecture: any +Depends: libgdl-1-0 (= ${binary:Version}), + ${misc:Depends} +Description: GNOME DevTool libraries - debug files + Provides a support library for development tools from the GNOME environment. + Including symbol browser, dock and editor components. +