Your message dated Thu, 16 May 2013 22:18:10 +0000
with message-id <[email protected]>
and subject line Bug#631783: fixed in gtkglextmm 1.2.0-5
has caused the Debian Bug report #631783,
regarding gtkglextmm: diff for NMU version 1.2.0-4.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
631783: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gtkglextmm
Version: 1.2.0-4
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for gtkglextmm (versioned as 1.2.0-4.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -u gtkglextmm-1.2.0/debian/rules gtkglextmm-1.2.0/debian/rules
--- gtkglextmm-1.2.0/debian/rules
+++ gtkglextmm-1.2.0/debian/rules
@@ -39,6 +39,9 @@
 	dh_testroot
 	dh_prep
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+	for file in debian/tmp/usr/lib/*.la; do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done
 
 binary-indep: build install
 
diff -u gtkglextmm-1.2.0/debian/changelog gtkglextmm-1.2.0/debian/changelog
--- gtkglextmm-1.2.0/debian/changelog
+++ gtkglextmm-1.2.0/debian/changelog
@@ -1,3 +1,12 @@
+gtkglextmm (1.2.0-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove references to other libraries from dependency_libs field
+    (Closes: #620633).
+  * Define GdkSpanFunc (Closes: #621976).
+
+ -- Luk Claes <[email protected]>  Mon, 27 Jun 2011 08:17:17 +0200
+
 gtkglextmm (1.2.0-4) unstable; urgency=low
 
   * Switch libgtkglextmm-x11-1.2-doc to arch all. Closes: #517606.
diff -u gtkglextmm-1.2.0/debian/patches/series gtkglextmm-1.2.0/debian/patches/series
--- gtkglextmm-1.2.0/debian/patches/series
+++ gtkglextmm-1.2.0/debian/patches/series
@@ -1,0 +2 @@
+fix_ftbfs_gtk_2_20
only in patch2:
unchanged:
--- gtkglextmm-1.2.0.orig/gtkglext/gtkmm/gl/widget.loT
+++ gtkglextmm-1.2.0/gtkglext/gtkmm/gl/widget.loT
@@ -0,0 +1,7 @@
+# widget.lo - a libtool object file
+# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# Name of the PIC object.
only in patch2:
unchanged:
--- gtkglextmm-1.2.0.orig/debian/patches/fix_ftbfs_gtk_2_20
+++ gtkglextmm-1.2.0/debian/patches/fix_ftbfs_gtk_2_20
@@ -0,0 +1,28 @@
+Description: Fix FTBFS due to missing GdkSpanFunc definition
+ .
+ The sequence of #include directives is important - if gtk/gtkglwidget.h
+ is included first, before widget.h, it includes gdk.h without undefing
+ GDK_DISABLE_DEPRECATED - this leads to GdkSpanFunc not being defined
+ and compilation errors. 
+ The fix is to first include widget.h which includes the right gdkmm header
+ which defines GDK_DISABLE_DEPRECATED before including gdk.h.
+Forwarded: no
+Bug-Ubuntu: http://launchpad.net/bugs/662572
+
+Index: gtkglextmm-1.2.0/gtkglext/gtkmm/gl/widget.cc
+===================================================================
+--- gtkglextmm-1.2.0.orig/gtkglext/gtkmm/gl/widget.cc	2010-12-08 13:31:59.651270000 +0100
++++ gtkglextmm-1.2.0/gtkglext/gtkmm/gl/widget.cc	2010-12-08 13:32:10.871270000 +0100
+@@ -17,10 +17,10 @@
+  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA.
+  */
+ 
+-#include <gtk/gtkglwidget.h>
+-
+ #include "widget.h"
+ 
++#include <gtk/gtkglwidget.h>
++
+ namespace Gtk
+ {
+   namespace GL

--- End Message ---
--- Begin Message ---
Source: gtkglextmm
Source-Version: 1.2.0-5

We believe that the bug you reported is fixed in the latest version of
gtkglextmm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Lichtenheld <[email protected]> (supplier of updated gtkglextmm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 16 May 2013 23:51:57 +0200
Source: gtkglextmm
Binary: libgtkglextmm-x11-1.2-0 libgtkglextmm-x11-1.2-dev 
libgtkglextmm-x11-1.2-doc
Architecture: source amd64 all
Version: 1.2.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Frank Lichtenheld <[email protected]>
Description: 
 libgtkglextmm-x11-1.2-0 - C++ bindings for GtkGLExt (Shared libraries)
 libgtkglextmm-x11-1.2-dev - C++ bindings for GtkGLExt (Development files)
 libgtkglextmm-x11-1.2-doc - C++ bindings for GtkGLExt (Documentation)
Closes: 631783 707356
Changes: 
 gtkglextmm (1.2.0-5) unstable; urgency=low
 .
   * QA upload. (Closes: #631783)
   * Change maintainer to QA Group.
   * Fix FTBFS with newer GTK by switching #includes around
     so that the G_DISABLE_DEPRECATED trick in glibmm still
     works (Closes: #707356)
Checksums-Sha1: 
 7759f42a8b01994ecd925c430963e67563d4818d 1428 gtkglextmm_1.2.0-5.dsc
 e0ca36117a088ae67285e78d550a5eed853b1297 5221 gtkglextmm_1.2.0-5.diff.gz
 39a67fcc05f477468ddcdb579d9e708cf8614a1a 33538 
libgtkglextmm-x11-1.2-0_1.2.0-5_amd64.deb
 e75c736867d183eb3a1612e41ca4c42298e39596 50922 
libgtkglextmm-x11-1.2-dev_1.2.0-5_amd64.deb
 00eac4ed202d94ea3b185c49be9efffd5025a563 338482 
libgtkglextmm-x11-1.2-doc_1.2.0-5_all.deb
Checksums-Sha256: 
 6288b3c64a830d4d45d869973ff4a13994089574e0ab2bf85f230147422efc86 1428 
gtkglextmm_1.2.0-5.dsc
 9f806c46fd978ff9dc6ff5acd03c45bc138bf5adf38c7b98fa2600d0eaf1edf1 5221 
gtkglextmm_1.2.0-5.diff.gz
 44069360ab0cd58f7bd34006576a73eb4f0ac282322aa115ef2c560506eeb17c 33538 
libgtkglextmm-x11-1.2-0_1.2.0-5_amd64.deb
 3d3501a5b21476bda9255bd0b0c6b63c574142ecaac2f0e3ef12a9851c055f03 50922 
libgtkglextmm-x11-1.2-dev_1.2.0-5_amd64.deb
 346de2657d5b44fe945ec959335407025f26bc3df46208231b3c99f1e9fb7873 338482 
libgtkglextmm-x11-1.2-doc_1.2.0-5_all.deb
Files: 
 bdc79288080acdf097be5d3f0c9c64a6 1428 devel extra gtkglextmm_1.2.0-5.dsc
 e99eb629b0b18306ecfc60f7b08669bb 5221 devel extra gtkglextmm_1.2.0-5.diff.gz
 4ae0b62c595c9f6ab02b8c9ac0eeb400 33538 libs extra 
libgtkglextmm-x11-1.2-0_1.2.0-5_amd64.deb
 71e3e358044474de64c745c2ffaf993a 50922 libdevel extra 
libgtkglextmm-x11-1.2-dev_1.2.0-5_amd64.deb
 56b70375609398498b3d0492d89d1b4a 338482 doc extra 
libgtkglextmm-x11-1.2-doc_1.2.0-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlGVVfEACgkQQbn06FtxPfA0lQCg19L9CI2T9LBPuWv+72+skcD8
44sAoMJ5/YMfVwNxWAXJ0CZO+OFja3Qg
=MR4a
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to