tags 485798 +pending
tags 421560 +pending
tags 484190 +pending
thanks

Hi!

I took the liberty to upload an NMU including some minor fixes for the
menu transition and replacing one build depend from a transitional
package with the real package.

Full patch is attached.


Best regards,
  Alexander
diff -Nur gem-0.90.0.1/debian/changelog gem-0.90.0.1-neu/debian/changelog
--- gem-0.90.0.1/debian/changelog	2008-09-07 17:31:21.000000000 +0200
+++ gem-0.90.0.1-neu/debian/changelog	2008-09-07 17:20:42.000000000 +0200
@@ -1,3 +1,24 @@
+gem (1:0.90.0.1-2.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+
+  [ Sam Hocevar ]
+  * Build-depend on libftgl-dev in order to use the shared version of the
+    library. (Closes: #485798)
+
+  [ Peter Green ]
+  * Spurious build-dependency xlibs-static-dev can simply be removed.
+    (Closes: #484190, #421560)
+
+  [ Andreas Henriksson ]
+  * Add debian/patches/06_ftgl.patch to link ftgl instead of ftgl_pic.
+
+  [Alexander Reichle-Schmehl]
+  * Replacing xlibmesa-gl-dev with libgl1-mesa-dev in build depends
+  * Replacing "Apps/Graphics with "Applications/Graphics" in debian/menu
+
+ -- Alexander Reichle-Schmehl <[EMAIL PROTECTED]>  Sun, 07 Sep 2008 17:08:52 +0200
+
 gem (1:0.90.0.1-2) unstable; urgency=low
 
   * Dropped kernel-headers build dependency (closes: 432546) (closes: 433276)
diff -Nur gem-0.90.0.1/debian/control gem-0.90.0.1-neu/debian/control
--- gem-0.90.0.1/debian/control	2008-09-07 17:31:21.000000000 +0200
+++ gem-0.90.0.1-neu/debian/control	2008-09-07 17:18:51.000000000 +0200
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
-Build-Depends: debhelper, cdbs, autoconf, puredata, libfreetype6-dev, ftgl-dev, libtiff4-dev, libjpeg62-dev, flex, libxxf86vm-dev, xlibmesa-gl-dev, zlib1g-dev (>= 1:1.1.3), pkg-config, libquicktime-dev, libmpeg3-dev, xlibs-static-dev, libpng12-dev, libdv-dev
+Build-Depends: debhelper, cdbs, autoconf, puredata, libfreetype6-dev, libftgl-dev, libtiff4-dev, libjpeg62-dev, flex, libxxf86vm-dev, libgl1-mesa-dev, zlib1g-dev (>= 1:1.1.3), pkg-config, libquicktime-dev, libmpeg3-dev, libpng12-dev, libdv-dev
 Standards-Version: 3.7.2
 
 Package: gem
diff -Nur gem-0.90.0.1/debian/menu gem-0.90.0.1-neu/debian/menu
--- gem-0.90.0.1/debian/menu	2008-09-07 17:31:21.000000000 +0200
+++ gem-0.90.0.1-neu/debian/menu	2008-09-07 17:20:09.000000000 +0200
@@ -1,4 +1,4 @@
-?package(gem):needs="text" section="Apps/Graphics"\
+?package(gem):needs="text" section="Applications/Graphics"\
   title="GEM" \
   command="pd -lib Gem" \
   icon="/usr/share/pixmaps/gem.xpm"
diff -Nur gem-0.90.0.1/debian/patches/06_ftgl.patch gem-0.90.0.1-neu/debian/patches/06_ftgl.patch
--- gem-0.90.0.1/debian/patches/06_ftgl.patch	1970-01-01 01:00:00.000000000 +0100
+++ gem-0.90.0.1-neu/debian/patches/06_ftgl.patch	2008-09-07 17:08:44.000000000 +0200
@@ -0,0 +1,11 @@
+--- gem-0.90.0/src/Gnu/configure.ac.orig	2008-06-24 20:19:46.000000000 +0000
++++ gem-0.90.0/src/Gnu/configure.ac	2008-06-24 20:20:11.000000000 +0000
+@@ -65,7 +65,7 @@
+ AC_CHECK_LIB(dv,main) 
+ AC_CHECK_LIB(ftgl,main,
+   AC_DEFINE(HAVE_LIBFTGL)
+-  INCLUDES="$INCLUDES -I/usr/include/FTGL" && LIBS="-lftgl_pic $LIBS")
++  INCLUDES="$INCLUDES -I/usr/include/FTGL" && LIBS="-lftgl $LIBS")
+ 
+ AC_CHECK_LIB(vorbisenc, vorbis_encode_init)
+ AC_CHECK_LIB(vorbis, vorbis_info_init)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to