diff -Nru wget-1.14/debian/changelog wget-1.14/debian/changelog --- wget-1.14/debian/changelog 2012-11-07 12:12:54.000000000 -0500 +++ wget-1.14/debian/changelog 2013-04-23 23:21:36.000000000 -0400 @@ -1,3 +1,10 @@ +wget (1.14-1ubuntu1.1) raring; urgency=low + + * debian/rules: build wget-udeb to install its binary as /usr/bin/wget + instead of /usr/bin/wget.gnu (LP: #1172101) + + -- Mark Russell Tue, 23 Apr 2013 23:17:38 -0400 + wget (1.14-1ubuntu1) raring; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru wget-1.14/debian/rules wget-1.14/debian/rules --- wget-1.14/debian/rules 2012-11-07 12:00:19.000000000 -0500 +++ wget-1.14/debian/rules 2013-04-23 23:17:34.000000000 -0400 @@ -97,7 +97,7 @@ # udeb mkdir -p debian/wget-udeb/usr/bin/ - cp build-udeb/src/wget debian/wget-udeb/usr/bin/wget.gnu + cp build-udeb/src/wget debian/wget-udeb/usr/bin/wget # Build architecture-independent files here. binary-indep: build install