--- gtkgl2-2.0.1.orig/debian/libgtkgl2.0-1.docs +++ gtkgl2-2.0.1/debian/libgtkgl2.0-1.docs @@ -0,0 +1 @@ +AUTHORS --- gtkgl2-2.0.1.orig/debian/compat +++ gtkgl2-2.0.1/debian/compat @@ -0,0 +1 @@ +5 --- gtkgl2-2.0.1.orig/debian/libgtkgl2.0-1.install +++ gtkgl2-2.0.1/debian/libgtkgl2.0-1.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/*.so.* --- gtkgl2-2.0.1.orig/debian/README.Debian +++ gtkgl2-2.0.1/debian/README.Debian @@ -0,0 +1,9 @@ +gtkglarea for Debian +-------------------- + + To link an application you would generally use the following flags: + + $(pkg-config --libs gtkgl-2.0) -lGL -lGLU + + This version is linked against GTK+2.0. + --- gtkgl2-2.0.1.orig/debian/copyright +++ gtkgl2-2.0.1/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Drake Diedrich on +Thu, 24 Sep 1998 16:47:45 +1000. + +It was originally downloaded from + http://www.ece.ucdavis.edu/~kenelson/gtk-glarea/ +Version 1:0.6 was downloaded from + http://www.student.oulu.fi/~jlof/gtkglarea/download/ +Version 2.0.0 was downloaded from + svn://svn.gnome.org/svn/gtkglarea/trunk + +Copyright (c) 2006 C.J. Adams-Collier + (c) 2002 Xavier Ordoquy (retired) + (c) 1997-2001 Janne Löf (retired) + (c) 1999 Karl Nelson (autoconf) + (c) Jussi Löf (Lightwave objects) + +License: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + --- gtkgl2-2.0.1.orig/debian/rules +++ gtkgl2-2.0.1/debian/rules @@ -0,0 +1,55 @@ +#!/usr/bin/make -f +# Made with the aid of dh_make, by Craig Small +#export DH_VERBOSE=1 +#export DH_COMPAT=4 + +build: build-stamp +build-stamp: + dh_testdir + ./configure --prefix=/usr --with-lib-GL + $(MAKE) LIBS+=-lX11 + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +# Build architecture-independent files here. +binary-indep: build +# Nothing to do? + +binary-arch: DH_OPTIONS=-a +binary-arch: build + #dh_testversion + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=`pwd`/debian/tmp install + dh_install + dh_installdocs + #dh_installmenu + #dh_installinit + #dh_installcron + #dh_installmanpages + #dh_undocumented + dh_installchangelogs ChangeLog + dh_strip + dh_compress + dh_fixperms + #dh_suidregister + dh_makeshlibs + dh_shlibdeps + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- gtkgl2-2.0.1.orig/debian/changelog +++ gtkgl2-2.0.1/debian/changelog @@ -0,0 +1,281 @@ +gtkgl2 (2.0.1-1build1) maverick; urgency=low + + * No-change rebuild to remove explicit dependency on libgdk_pixbuf-2.0.la, + referenced in libgtkgl-2.0.la + + -- Luke Yelavich Sun, 01 Aug 2010 13:28:34 +1000 + +gtkgl2 (2.0.1-1) unstable; urgency=low + + * New upstream release. + * debian/control: + + Set debhelper version to 5.0 and policy to 3.8.2. + + Add homepage field. + + Reworded long description to provide more information. + + -- Sam Hocevar Sat, 18 Jul 2009 13:22:05 +0200 + +gtkgl2 (2.0.0-1) unstable; urgency=low + + * New maintainer (with permission from the QA team: more than 4 years + since the last maintainer upload; also, I now maintain this upstream). + * Pulled new upstream version from SVN. This snapshot has new config.guess + and config.sub files (Closes: #414608). + * Acknowledge previous NMUs (Closes: #376447, #318631, #181876). + + * debian/control: + + Set policy to 3.7.3. + + Drop the autoconf/automake/libtool build-dependencies (Closes: #376447). + + Add Vcs control fields. + + Set the library package section to "libs" and the -dev package section + to "libdevel" (Closes: #156412, #372598). + + Improved package description (Closes: #209747). + + Build-depend on libx11-dev because the code uses XFree(). + + * debian/copyright: + + Added missing copyright holders. + + Convert this file to UTF-8. + + * debian/rules: + + Explicitly link the library with -lX11. + + * debian/README.Debian: + + Removed mention of GTK+1.2 (Closes: #343501). + + Updated example to use pkg-config instead of gtk-config and -lGL instead + of -lMesaGL. + + -- Sam Hocevar (Debian packages) Mon, 17 Dec 2007 17:52:21 +0100 + +gtkgl2 (1.99.0-2.3) unstable; urgency=low + + * NMU. + * debian/control: Update automake build dependency to + automake1.9. (Closes: #376447) + + -- Eric Dorland Sat, 19 Aug 2006 13:09:10 -0400 + +gtkgl2 (1.99.0-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with some auto-builder + + -- Julien Danjou Sat, 15 Jul 2006 13:15:58 +0200 + +gtkgl2 (1.99.0-2.1) unstable; urgency=high + + * Non-maintainer upload during the French BSP! + * Urgency set to high + * Changes build-dep from xlibmesa-glu-dev to libglu1-mesa-dev (Closes: #370504) + * Stop removing autogenerated files + * Bump standards version + * Update FSF address + * Move dh_installdeb in debian/rules to include post*.debhelper + + -- Julien Danjou Sat, 10 Jun 2006 16:55:01 +0200 + +gtkgl2 (1.99.0-2) unstable; urgency=low + + * Ack NMU (closes nothing. I'm getting tired of people doing NMUs without + sending NMU patches, you know?) + * debian/control: add libglu-dev to build dependencies (closes: bug#192559) + + -- Marcelo E. Magallon Sun, 11 May 2003 19:47:24 +0200 + +gtkgl2 (1.99.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Rebuild against libgtk2.0-0png3. + * Changed build-dep to libgtk2.0-dev (>= 2.0.6). + + -- Robert McQueen Mon, 12 Aug 2002 10:06:12 +0100 + +gtkgl2 (1.99.0-1) unstable; urgency=low + + * Pulled new upstream version from CVS + * debian/rules: clean horrible horrible packaging + * debian/rules, debian/compat: use debhelper 4 + * debian/control: rename packages to libgtkgl2.0-dev and libgtkgl2.0-1 + This breaks packages that depend on gtkglarea. Rename source package to + gtkgl2. If everything (relevant) in woody+1 is moved to GNOME 2 in + time, gtkglarea should be removed from the distribution. + + -- Marcelo E. Magallon Sun, 19 May 2002 08:05:39 +0200 + +gtkglarea (1.2.3-1) unstable; urgency=low + + * New upstream version, thanks Steve M. Robbins (closes: bug#136694) + + -- Marcelo E. Magallon Mon, 4 Mar 2002 12:30:48 +0100 + +gtkglarea (1.2.2-7) unstable; urgency=low + + * configure.in: change version info to 5:0:0. Whoever figures this + one out gets a cookie from me. After diff'ing arround in CVS, + AFAICS what happened was this: upstream version 1.2.1's configure + script read 4:0:0, 1.2.2's read 5:0:0, but (and this is the killer + bug) 1.2.1's configure.in read 4:0:0 whilst 1.2.2 read 5:0:1. + Upstream probably realized he had made a mistake, corrected it in + the configure.in but the released sources still contained 5:0:0, + making the soname version 5 instead of 4. Since released sources + are mandatory in this case, methinks upstream should make the same + change. Sent upstream. (closes: bug#107502, bug#108045) + + -- Marcelo E. Magallon Thu, 9 Aug 2001 20:06:29 +0200 + +gtkglarea (1.2.2-6) unstable; urgency=low + + * debian/rules: The this-is-getting-boring-fast config.{sub,guess} fix. + (closes: bug#106805) + * debian/control: Standards-Version: 3.5.6 + * debian/rules: vacuum autogenerated stuff, .diff file is sickening. + * debian/control: build-depends: automake, autoconf (>= 2.50), libtool + + -- Marcelo E. Magallon Sat, 28 Jul 2001 19:52:01 +0200 + +gtkglarea (1.2.2-5.0.1) unstable; urgency=low + + * Rebuilt to get dependencies right (deja vu, if this is a joke, I don't + get it) + + -- Marcelo E. Magallon Tue, 8 May 2001 13:35:45 +0200 + +gtkglarea (1.2.2-5) unstable; urgency=low + + * Rebuilt to get dependencies right (deja vu) (closes: bug#94220) + + -- Marcelo E. Magallon Thu, 19 Apr 2001 01:52:59 +0200 + +gtkglarea (1.2.2-4) unstable; urgency=low + + * Rebuilt to get dependencies right. + * debian/control: added debhelper to Build-Depends. + + -- Marcelo E. Magallon Sun, 15 Apr 2001 23:23:07 +0200 + +gtkglarea (1.2.2-3) unstable; urgency=low + + * Your daily gtkglarea upload. + * debian/control: Build-Depends: libgtk1.2-dev (this will come back + and bite me I know) + * debian/control: Build-Depends: removed dependencies pulled by + libgtk1.2-dev + * debian/changelog: Copied over changelog entries from 1.2.1 + + -- Marcelo E. Magallon Thu, 5 Oct 2000 19:40:40 +0200 + +gtkglarea (1.2.2-2) unstable; urgency=low + + * Fixed dependencies *sigh* + + -- Marcelo E. Magallon Wed, 4 Oct 2000 18:37:20 +0200 + +gtkglarea (1.2.2-1) unstable; urgency=low + + * Taking package from Drake Diedrich (thanks Drake!) (closes: bug#68131) + * debian/control: removed libc6-dev from Build-Depends + * debian/control: bumped Standards Version to 3.2.1 + * debian/control: s/gtkglarea4/gtkglarea5/ + * debian/control: added Provides, Conflicts: gtkglarea-dev + * debian/control: added Conflicts: gtkglarea4-dev + * debian/*: moved gtkglarea4.* to gtkglarea5.* + * debian/rules: remove Makefile.in on clean + + -- Marcelo E. Magallon Tue, 3 Oct 2000 20:28:19 +0200 + +gtkglarea (1.2.1-7) unstable; urgency=low + + * Your daily gtkglarea upload. Fixed Build-Depends. Use libgtk1.2-dev. + This will come back and bite me (closes: bug#74073) + + -- Marcelo E. Magallon Thu, 5 Oct 2000 19:32:42 +0200 + +gtkglarea (1.2.1-6) unstable; urgency=low + + * Ah, freaking dependencies on xlibs! I checked for that, I really + did this time! (closes: bug#73616) + + -- Marcelo E. Magallon Wed, 4 Oct 2000 18:11:32 +0200 + +gtkglarea (1.2.1-5) unstable; urgency=low + + * Taking package from Drake Diedrich (thanks Drake!) (closes: bug#68131) + * debian/control: removed libc6-dev from Build-Depends + * debian/control: bumped Standards Version to 3.2.1 + * debian/control: added Provides, Conflicts: gtkglarea-dev + * debian/rules: remove Makefile.in on clean + + -- Marcelo E. Magallon Tue, 3 Oct 2000 20:28:19 +0200 + +gtkglarea (1.2.1-4) unstable; urgency=low + + * Added automake invocation and appended LIBADD line to + gtkgl/Makefile.am to add GTK and GL library dependencies. + (closes: #64483) + * added libgl-dev to dependency list - required by include files + (closes: #64482) + * added xlib6g-dev dependency for GLwDrawAP.h #include + * removed libc6-dev and libgtk-dev dependencies - not #included + * removed examples, you must install full source to build them anyway + (closes: #60089) + * Last gtkglarea4 package, 1.2.2 will bump soname to 5.0.1 + + -- Drake Diedrich Tue, 23 May 2000 13:34:43 +1000 + +gtkglarea (1.2.1-3) unstable; urgency=low + + * Added gtkgl.m4 to /usr/share/aclocal (closes: #51377) + * Moved to /usr/share/doc and added #DEBHELPER# to postinst + * Bumped policy compliance to 3.1.1.0 + + -- Drake Diedrich Sun, 28 Nov 1999 02:14:49 +1100 + +gtkglarea (1.2.1-2) unstable; urgency=low + + * Depends on gtkglarea4 instead of gtkglarea. Closes: #36694 + * Remove mesa-dev dependency until a virtual package exists. + * Repacked as pristine upstream source. + + -- Drake Diedrich Mon, 26 Apr 1999 11:25:54 +1000 + +gtkglarea (1.2.1) unstable; urgency=low + + * New upstream source + * New upstream soname and binary packages renamed to gtkglarea4 + + -- Drake Diedrich Thu, 1 Apr 1999 14:39:58 +1000 + +gtkglarea (1:0.6-4) frozen unstable; urgency=low + + * Removed self-conflict (#30290) + + -- Drake Diedrich Thu, 3 Dec 1998 09:41:17 +1100 + +gtkglarea (1:0.6-3) frozen unstable; urgency=low + + * Recompiled. diff file not uploaded in -2. + + -- Drake Diedrich Thu, 5 Nov 1998 20:10:31 +1100 + +gtkglarea (1:0.6-2) unstable; urgency=low + + * Rebuild against mesag3 and libgtk1.0 + * Remove explicit Mesa dependency, works with both mesag-dev and + mesag2-dev + * Could not remove Gtk1.0 dependency, GTK_OBJECT macro calls + version dependent functions. + + -- Drake Diedrich Wed, 14 Oct 1998 15:44:10 +1000 + +gtkglarea (1:0.6-1) unstable; urgency=low + + * Official upstream library and sonames, -lgtkgl not -lgtkgla + * Switched sense of Mesa and OpenGL in description + * New upstream release + + -- Drake Diedrich Tue, 13 Oct 1998 12:46:34 +1000 + +gtkglarea (0.980729a-1) unstable; urgency=low + + * Initial Release. + + -- Drake Diedrich Thu, 24 Sep 1998 16:47:45 +1000 --- gtkgl2-2.0.1.orig/debian/libgtkgl2.0-dev.docs +++ gtkgl2-2.0.1/debian/libgtkgl2.0-dev.docs @@ -0,0 +1,3 @@ +docs/*.txt +AUTHORS +README --- gtkgl2-2.0.1.orig/debian/control +++ gtkgl2-2.0.1/debian/control @@ -0,0 +1,36 @@ +Source: gtkgl2 +Section: devel +Priority: optional +Maintainer: Sam Hocevar +Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 5.0), libgtk2.0-dev (>= 2.0.6), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev +Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/gtkgl2 +Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/gtkgl2/ +Homepage: http://www.mono-project.com/GtkGLArea + +Package: libgtkgl2.0-dev +Section: libdevel +Architecture: any +Depends: libgtkgl2.0-1, libgtk2.0-dev +Provides: gtkgl-dev +Conflicts: gtkgl-dev +Description: OpenGL context support for GTK+ (development files) + The gtkgl library provides GtkGLArea (a GTK+ widget containing an OpenGL + context for fast 2D and 3D graphics), GdkGLPixmap (an off-screen rendering + context) and GdkGLContext (an OpenGL extension for virtually any drawable + widget). + . + This package contains the headers and static library. + +Package: libgtkgl2.0-1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: OpenGL context support for GTK+ (shared libraries) + The gtkgl library provides GtkGLArea (a GTK+ widget containing an OpenGL + context for fast 2D and 3D graphics), GdkGLPixmap (an off-screen rendering + context) and GdkGLContext (an OpenGL extension for virtually any drawable + widget). + . + This package contains the shared library. + --- gtkgl2-2.0.1.orig/debian/libgtkgl2.0-dev.install +++ gtkgl2-2.0.1/debian/libgtkgl2.0-dev.install @@ -0,0 +1,5 @@ +debian/tmp/usr/include +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.la +debian/tmp/usr/lib/*.so +debian/tmp/usr/lib/pkgconfig