r10180 - in /desktop/unstable/gtk+2.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Apr 21 06:33:17 UTC 2007


Author: lool
Date: Sat Apr 21 06:33:17 2007
New Revision: 10180

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10180
Log:
* Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
  archive_cmds which is probably dangerous with newer libtools.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=10180&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Sat Apr 21 06:33:17 2007
@@ -9,8 +9,10 @@
   * Add a -k flag to dh_gtkmodules, matching the change in dh_pangomodules.
   * Use this new flag for the udeb and the shared library packages.
   * Add ${misc:Depends}.
-
- -- Loic Minier <lool at dooz.org>  Sat, 21 Apr 2007 08:28:14 +0200
+  * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
+    archive_cmds which is probably dangerous with newer libtools.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 21 Apr 2007 08:31:13 +0200
 
 gtk+2.0 (2.10.11-2) unstable; urgency=low
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=10180&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules (original)
+++ desktop/unstable/gtk+2.0/debian/rules Sat Apr 21 06:33:17 2007
@@ -150,11 +150,6 @@
 	cd $(builddir) && \
 		CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
 			$(CURDIR)/configure $($*_configure_flags)
-	cd $(builddir) && \
-		sed < libtool > libtool-2 \
-			-e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' \
-			-e '/^archive_cmds="/s/"$$/ \\$$deplibs"/' && \
-		mv libtool-2 libtool
 	touch $@
 
 configure: $(addprefix $(STAMP_DIR)/configure-stamp-, $(FLAVORS))




More information about the pkg-gnome-commits mailing list