Package: libstxxl Version: 1.3.1-5 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Resolve FTBFS from extra build infrastructure command Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.8.0-33-generic (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/dash
diff -Nru libstxxl-1.3.1/debian/rules libstxxl-1.3.1/debian/rules --- libstxxl-1.3.1/debian/rules 2013-08-31 07:35:20.000000000 -0400 +++ libstxxl-1.3.1/debian/rules 2013-11-12 17:03:51.000000000 -0500 @@ -31,7 +31,7 @@ rm $(CURDIR)/debian/libstxxl-dev/usr/include/bits/intel_compatibility.h rmdir $(CURDIR)/debian/libstxxl-dev/usr/include/bits #Remove duplicated changelog - rm $(CURDIR)/debian/libstxxl1/usr/share/doc/libstxxl1/CHANGELOG.gz + -rm $(CURDIR)/debian/libstxxl1/usr/share/doc/libstxxl1/CHANGELOG.gz clean:: -cd lib; \

