Your message dated Tue, 08 Jul 2008 13:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#486963: fixed in libprojectm 1.01-7
has caused the Debian Bug report #486963,
regarding NMU diff for FTGL transition
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.)


-- 
486963: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486963
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libprojectm
Version: 1.01-6
Severity: important
Tags: patch

   Hello,

   attached is a patch for libprojectm to make it build with the
forthcoming version of FTGL (currently in experimental). Please let me
know if you oppose an NMU from me when I upload ftgl to unstable; if you
do, then I will simply raise the severity of this bug and let you upload
the fixed version.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24.3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -purN libprojectm-1.01.sid/debian/changelog 
libprojectm-1.01/debian/changelog
--- libprojectm-1.01.sid/debian/changelog       2008-06-11 13:43:21.000000000 
+0000
+++ libprojectm-1.01/debian/changelog   2008-06-11 13:48:19.000000000 +0000
@@ -1,3 +1,13 @@
+libprojectm (1.01-6.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Build-depend on libftgl-dev in order to use the shared version of the
+    library.
+  * 10_shared_ftgl.dpatch: new patch, use the proper FTGL header.
+  * 03_cmake_ftgl_pic.dpatch: remove obsolete patch.
+
+ -- Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>  Wed, 11 Jun 2008 
13:47:34 +0000
+
 libprojectm (1.01-6) unstable; urgency=low
 
   * Fix a bogus dependency relation. (Closes: #477051)
diff -purN libprojectm-1.01.sid/debian/patches/00list 
libprojectm-1.01/debian/patches/00list
--- libprojectm-1.01.sid/debian/patches/00list  2008-06-11 13:43:21.000000000 
+0000
+++ libprojectm-1.01/debian/patches/00list      2008-06-11 13:47:25.000000000 
+0000
@@ -1,5 +1,5 @@
 01_soil_64bit_fixes.dpatch
 02_cmake_soname.dpatch
-03_cmake_ftgl_pic.dpatch
 04_fix_brokenness_on_radeon_cards.dpatch
 05_fix_gcc43_ftbfs.dpatch
+10_shared_ftgl.dpatch
diff -purN libprojectm-1.01.sid/debian/patches/03_cmake_ftgl_pic.dpatch 
libprojectm-1.01/debian/patches/03_cmake_ftgl_pic.dpatch
--- libprojectm-1.01.sid/debian/patches/03_cmake_ftgl_pic.dpatch        
2008-06-11 13:43:21.000000000 +0000
+++ libprojectm-1.01/debian/patches/03_cmake_ftgl_pic.dpatch    1970-01-01 
00:00:00.000000000 +0000
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_cmake_ftgl_pic.dpatch by William Pitcock <[EMAIL PROTECTED]>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Changes CMakeLists.txt to point to libftgl_pic.a instead, so that FTGL 
-## DP: can be used on PIC-strict architectures.
-
[EMAIL PROTECTED]@
-
---- libprojectM-1.01/CMakeLists.txt    2007-10-10 09:47:14.000000000 -0500
-+++ libprojectM-1.01+debian/CMakeLists.txt     2007-12-17 16:55:08.000000000 
-0600
-@@ -22,7 +22,7 @@
-       ADD_DEFINITIONS(-DUSE_FTGL)
-       INCLUDE_DIRECTORIES(${FTGL_INCLUDE_DIRS})
-       LINK_DIRECTORIES(${FTGL_LIBRARY_DIRS} "./")
--        TARGET_LINK_LIBRARIES(projectM GLEW m ftgl freetype)
-+        TARGET_LINK_LIBRARIES(projectM GLEW m ftgl_pic freetype)
- ENDIF(USE_FTGL)
- 
- CONFIGURE_FILE("libprojectM.pc.in" "libprojectM.pc" @ONLY)
diff -purN libprojectm-1.01.sid/debian/patches/10_shared_ftgl.dpatch 
libprojectm-1.01/debian/patches/10_shared_ftgl.dpatch
--- libprojectm-1.01.sid/debian/patches/10_shared_ftgl.dpatch   1970-01-01 
00:00:00.000000000 +0000
+++ libprojectm-1.01/debian/patches/10_shared_ftgl.dpatch       2008-06-11 
13:47:13.000000000 +0000
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_shared_ftgl.dpatch by Sam Hocevar <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Use the proper header for FTGL dynamic linking.
+
[EMAIL PROTECTED]@
+
+--- libprojectM-1.01/Renderer.hpp.orig 2008-06-11 13:45:16.000000000 +0000
++++ libprojectM-1.01+debian/Renderer.hpp       2008-06-11 13:45:28.000000000 
+0000
+@@ -22,8 +22,6 @@
+ #include <FTGLExtrdFont.h>
+ #else
+-#include <FTGL/FTGL.h>
+-#include <FTGL/FTGLPixmapFont.h>
+-#include <FTGL/FTGLExtrdFont.h>
++#include <FTGL/ftgl.h>
+ #endif
+ #endif /** USE_FTGL */
+ 

--- End Message ---
--- Begin Message ---
Source: libprojectm
Source-Version: 1.01-7

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

libprojectm-dev_1.01-7_i386.deb
  to pool/main/libp/libprojectm/libprojectm-dev_1.01-7_i386.deb
libprojectm1-data_1.01-7_all.deb
  to pool/main/libp/libprojectm/libprojectm1-data_1.01-7_all.deb
libprojectm1_1.01-7_i386.deb
  to pool/main/libp/libprojectm/libprojectm1_1.01-7_i386.deb
libprojectm_1.01-7.diff.gz
  to pool/main/libp/libprojectm/libprojectm_1.01-7.diff.gz
libprojectm_1.01-7.dsc
  to pool/main/libp/libprojectm/libprojectm_1.01-7.dsc



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.
Francesco Namuri <[EMAIL PROTECTED]> (supplier of updated libprojectm 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: Mon, 07 Jul 2008 15:26:01 +0200
Source: libprojectm
Binary: libprojectm-dev libprojectm1-data libprojectm1
Architecture: source i386 all
Version: 1.01-7
Distribution: unstable
Urgency: low
Maintainer: Francesco Namuri <[EMAIL PROTECTED]>
Changed-By: Francesco Namuri <[EMAIL PROTECTED]>
Description: 
 libprojectm-dev - Advanced Milkdrop-compatible music visualization library - 
dev
 libprojectm1 - Advanced Milkdrop-compatible music visualization library
 libprojectm1-data - Advanced Milkdrop-compatible music visualization library - 
data
Closes: 485105 486963
Changes: 
 libprojectm (1.01-7) unstable; urgency=low
 .
   * New Maintainer (Closes: #485105)
   * added debian/patches/06_fix_wrong_UPPERCASE_in_Renderer.hpp.dpatch to fix
     an outdated include of ftgl.h, in recent versions of the library the file
     is in lowercase and not uppercase. (Closes: #486963)
   * debian/patches/00-list: commented out 03_cmake_ftgl_pic.dpatch to avoid
     the use of ftgl_pic library, now no longer exists and is no longer
     necessary.
   * debian/control: Standard-Version updated to 3.8.0, no modifications
     needed.
   * debian/rules: added a rule to preserve unchanged 2 files modified by the
     build process.
   [ unera ]
   * Fixed debian/watch.
Checksums-Sha1: 
 a8efa8a2ee0d3679d04c5effee1a867e1209b19b 1242 libprojectm_1.01-7.dsc
 52030babd27d1190f6db77dada75b7fe8007b2c9 7302 libprojectm_1.01-7.diff.gz
 b16b67626c75920f01b83dc4fab10542bca1f1a6 11470 libprojectm-dev_1.01-7_i386.deb
 b1242ef646b586792d5926cebe1464a6003c7589 408988 
libprojectm1-data_1.01-7_all.deb
 64942e05b69f0c595afffe9bd4b2fc54d9c8da6b 207894 libprojectm1_1.01-7_i386.deb
Checksums-Sha256: 
 69ea36b8ec5651ab98a0a1b3f6aa252157d363e59a4d687516f82b25ea356b8b 1242 
libprojectm_1.01-7.dsc
 aaf7999a6cf9cb4f7428be474a5a415807bf4bde2b82609c6c9436a7d8f6947e 7302 
libprojectm_1.01-7.diff.gz
 e5354befc092d73d5869317f6701620b91bc665970ab28a2908f3f3a3027d172 11470 
libprojectm-dev_1.01-7_i386.deb
 c54f519ff632082dc9470efd4f9ef73c4bc4c6835052a83099cabb1d4ba3a1c6 408988 
libprojectm1-data_1.01-7_all.deb
 a2cb14471a3d5a5d9bdcf16ec68175aee69953cc32d67800411a46d097300ef8 207894 
libprojectm1_1.01-7_i386.deb
Files: 
 2881be22d8496d4975dfd0748c0777a3 1242 libs optional libprojectm_1.01-7.dsc
 70558aa8dea71792bb21f47b48bf494c 7302 libs optional libprojectm_1.01-7.diff.gz
 85a1ff765a88fdddf1192dbdf57c4db1 11470 libdevel optional 
libprojectm-dev_1.01-7_i386.deb
 27f943f3a079cd11702fae096d4ddbbb 408988 libs optional 
libprojectm1-data_1.01-7_all.deb
 948d67bbfd34933e88ec50c56c9d56ba 207894 libs optional 
libprojectm1_1.01-7_i386.deb

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

iD8DBQFIc2gMq4wAz/jiZTcRAgfvAJ9/ek7o2+4COOIpHHNMP+3lTZAXrgCcDsDd
Rbnjq67BVSCf6fmm04IoX6Q=
=2O99
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to