Package: rtpproxy Version: 1.2.1-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: * Use dh_autotools-dev to update config.{sub,guess} for new ports. This 1-liner should be pretty much entirely self-explanatory. It's needed currently for (at least) the arm64 port, and future-proofs you against new ports as they come along without having to do uploads just to update config.sub and config.guess. ... Adam -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-17-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 rtpproxy-1.2.1/debian/changelog rtpproxy-1.2.1/debian/changelog diff -Nru rtpproxy-1.2.1/debian/rules rtpproxy-1.2.1/debian/rules --- rtpproxy-1.2.1/debian/rules 2014-02-15 20:57:22.000000000 -0700 +++ rtpproxy-1.2.1/debian/rules 2014-03-14 23:47:47.000000000 -0600 @@ -3,4 +3,4 @@ export DEB_BUILD_HARDENING=1 %: - dh $@ + dh $@ --with autotools-dev