Package: freeglut
Version: 2.4.0-6
Severity: wishlist

Per http://lists.debian.org/debian-devel/2008/02/msg00408.html, I am
seeking the removal of automake1.8 from Debian.

Attached is a patch to deal with this transition. If I receive no
response in 2 to 3 weeks I plan on NMUing your package for this
transition. Thanks in advance for your help.

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

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -ruN freeglut-2.4.0/autogen.sh freeglut-2.4.0.new/autogen.sh
--- freeglut-2.4.0/autogen.sh   2008-03-29 17:17:41.000000000 -0400
+++ freeglut-2.4.0.new/autogen.sh       2008-03-29 17:00:09.000000000 -0400
@@ -3,10 +3,10 @@
 echo "Generating build information using aclocal, automake and autoconf"
 echo "This may take a while ..."
 
-aclocal-1.8
+aclocal-1.9
 autoheader
 libtoolize  --copy  --force
-automake-1.8 --copy  --add-missing
+automake-1.9 --copy  --add-missing
 autoconf
 
 echo "Now you are ready to run ./configure"
diff -ruN freeglut-2.4.0/debian/control freeglut-2.4.0.new/debian/control
--- freeglut-2.4.0/debian/control       2008-03-29 17:17:41.000000000 -0400
+++ freeglut-2.4.0.new/debian/control   2008-03-29 17:09:14.000000000 -0400
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxt-dev, libxext-dev, 
xlibmesa-gl-dev | mesag-dev | libgl-dev, libglu1-xorg-dev | xlibmesa-glu-dev | 
libglu-dev, libusbhid-dev [kfreebsd-i386 kfreebsd-amd64], automake1.8, 
autoconf, libtool
+Build-Depends: debhelper (>= 4.0.0), libx11-dev, libxt-dev, libxext-dev, 
xlibmesa-gl-dev | mesag-dev | libgl-dev, libglu1-xorg-dev | xlibmesa-glu-dev | 
libglu-dev, libusbhid-dev [kfreebsd-i386 kfreebsd-amd64], automake1.9, 
autoconf, libtool
 Standards-Version: 3.7.2
 
 Package: freeglut3

Reply via email to