Bug#648514: libtool: diff for NMU version 2.4.2-1.1

2012-06-12 Thread Kurt Roeckx
On Tue, Jun 12, 2012 at 01:57:25AM +0200, Samuel Thibault wrote:
 tags 648514 + pending
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for libtool (versioned as 2.4.2-1.1) and
 uploaded it to DELAYED/4. Please feel free to tell me if I
 should delay it longer.

I was waiting for a new upstream release, I guess I shouldn't
have waited that long.


Kurt




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648514: libtool: diff for NMU version 2.4.2-1.1

2012-06-11 Thread Samuel Thibault
tags 648514 + pending
thanks

Dear maintainer,

I've prepared an NMU for libtool (versioned as 2.4.2-1.1) and
uploaded it to DELAYED/4. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
Samuel Thibault samuel.thiba...@fnac.net
 Battery 1: charging, 90%, charging at zero rate - will never fully charge.
 -+- acpi - et pourtant, ca monte -+-
diff -Nru libtool-2.4.2/debian/changelog libtool-2.4.2/debian/changelog
--- libtool-2.4.2/debian/changelog  2011-10-29 20:35:03.0 +0200
+++ libtool-2.4.2/debian/changelog  2012-06-12 00:06:34.0 +0200
@@ -1,3 +1,10 @@
+libtool (2.4.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Apply upstream fix for hurd-i386 linker flags (Closes: #648514).
+
+ -- Samuel Thibault sthiba...@debian.org  Tue, 12 Jun 2012 00:05:43 +0200
+
 libtool (2.4.2-1) unstable; urgency=low
 
   * New upstream release
diff -Nru libtool-2.4.2/debian/patches/hurd.patch 
libtool-2.4.2/debian/patches/hurd.patch
--- libtool-2.4.2/debian/patches/hurd.patch 1970-01-01 01:00:00.0 
+0100
+++ libtool-2.4.2/debian/patches/hurd.patch 2012-06-12 00:03:07.0 
+0200
@@ -0,0 +1,87 @@
+diff -ur libtool-2.4.2.orig/libltdl/m4/libtool.m4 
libtool-2.4.2/libltdl/m4/libtool.m4
+--- libtool-2.4.2.orig/libltdl/m4/libtool.m4   2011-10-17 12:17:05.0 
+0200
 libtool-2.4.2/libltdl/m4/libtool.m42011-11-12 15:20:14.501589618 
+0100
+@@ -2512,17 +2512,6 @@
+   esac
+   ;;
+ 
+-gnu*)
+-  version_type=linux # correct to gnu/linux during the next big refactor
+-  need_lib_prefix=no
+-  need_version=no
+-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+-  soname_spec='${libname}${release}${shared_ext}$major'
+-  shlibpath_var=LD_LIBRARY_PATH
+-  shlibpath_overrides_runpath=no
+-  hardcode_into_libs=yes
+-  ;;
+-
+ haiku*)
+   version_type=linux # correct to gnu/linux during the next big refactor
+   need_lib_prefix=no
+@@ -2639,7 +2628,7 @@
+   ;;
+ 
+ # This must be glibc/ELF.
+-linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+   version_type=linux # correct to gnu/linux during the next big refactor
+   need_lib_prefix=no
+   need_version=no
+@@ -3243,10 +3232,6 @@
+   fi
+   ;;
+ 
+-gnu*)
+-  lt_cv_deplibs_check_method=pass_all
+-  ;;
+-
+ haiku*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+@@ -3285,7 +3270,7 @@
+   ;;
+ 
+ # This must be glibc/ELF.
+-linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+   lt_cv_deplibs_check_method=pass_all
+   ;;
+ 
+@@ -4037,7 +4022,7 @@
+   ;;
+   esac
+   ;;
+-  linux* | k*bsd*-gnu | kopensolaris*-gnu)
++  linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+   case $cc_basename in
+ KCC*)
+   # KAI C++ Compiler
+@@ -4336,7 +4321,7 @@
+   _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+   ;;
+ 
+-linux* | k*bsd*-gnu | kopensolaris*-gnu)
++linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+   case $cc_basename in
+   # old Intel for x86_64 which still supported -KPIC.
+   ecc*)
+@@ -6222,9 +6207,6 @@
+ _LT_TAGVAR(ld_shlibs, $1)=yes
+ ;;
+ 
+-  gnu*)
+-;;
+-
+   haiku*)
+ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname $wl$soname -o $lib'
+ _LT_TAGVAR(link_all_deplibs, $1)=yes
+@@ -6386,7 +6368,7 @@
+ _LT_TAGVAR(inherit_rpath, $1)=yes
+ ;;
+ 
+-  linux* | k*bsd*-gnu | kopensolaris*-gnu)
++  linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+ case $cc_basename in
+   KCC*)
+   # Kuck and Associates, Inc. (KAI) C++ Compiler
diff -Nru libtool-2.4.2/debian/patches/series 
libtool-2.4.2/debian/patches/series
--- libtool-2.4.2/debian/patches/series 2011-10-29 20:28:10.0 +0200
+++ libtool-2.4.2/debian/patches/series 2012-06-12 00:05:36.0 +0200
@@ -6,3 +6,4 @@
 deplibs_test_disable.patch
 disable-link-order2.patch
 deplibs-ident.patch
+hurd.patch