Package: svgalib Version: 1:1.4.3-30 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
*** /tmp/tmphVBpfQ In Ubuntu, the attached patch was applied to fix a FTBFS on armel: * debian/rules: Changed chmod usage as not every architecture has dumpreg and restore* binaries (LP: #745870) 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') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-8-generic (SMP w/4 CPU cores) Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru svgalib-1.4.3/debian/changelog svgalib-1.4.3/debian/changelog diff -Nru svgalib-1.4.3/debian/rules svgalib-1.4.3/debian/rules --- svgalib-1.4.3/debian/rules 2009-11-14 00:54:26.000000000 -0500 +++ svgalib-1.4.3/debian/rules 2011-04-22 08:33:04.000000000 -0400 @@ -90,9 +90,7 @@ dh_strip -a dh_compress -a dh_fixperms -a - for f in debian/$(bin)/usr/bin/{dumpreg,restore*}; do \ - [ -f "$$f" ] && chmod 4755 $$f; \ - done + chmod 4755 debian/$(bin)/usr/bin/{dumpreg,restore*} || true dh_makeshlibs -a dh_installdeb -a dh_shlibdeps -a -ldebian/$(lib)/usr/lib -L$(lib)