Package: gtkglext
Version: 1.2.0-1.1fakesync2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

I set this to Severity wishlist since I don't believe Debian is enabling 
multiarch yet, otherwise, this should probably be important.

*** /tmp/tmpzRX5q2
In Ubuntu, the attached patch was applied to achieve the following:

  * Clear out dependency_libs in .la files during build; This
    prevents FTBFS errors in other packages due to the hard coded paths to other
    .la files 
    - update debian/rules


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 
'natty-proposed'), (500, 'natty-backports'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-7-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u gtkglext-1.2.0/debian/changelog gtkglext-1.2.0/debian/changelog
diff -u gtkglext-1.2.0/debian/rules gtkglext-1.2.0/debian/rules
--- gtkglext-1.2.0/debian/rules
+++ gtkglext-1.2.0/debian/rules
@@ -52,6 +52,9 @@
 	dh_installdirs
 
 	$(MAKE) install prefix=$(DTMPDIR)/usr
+	for file in debian/tmp/usr/lib/*.la; do \
+		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+		done
 #	mv $(DTMPDIR)/usr/lib/gtkglext-1.0/include/gdkglext-config.h \
 #		$(DTMPDIR)/usr/include/gtkglext-1.0
 #	rmdir -p --ignore-fail-on-non-empty $(DTMPDIR)/usr/lib/gtkglext-1.0/include

Reply via email to