diff -Nru protobuf-3.0.0/debian/changelog protobuf-3.0.0/debian/changelog --- protobuf-3.0.0/debian/changelog 2016-07-28 19:01:51.000000000 +0000 +++ protobuf-3.0.0/debian/changelog 2016-07-28 22:42:05.000000000 +0000 @@ -1,3 +1,9 @@ +protobuf (3.0.0-2ibm1ppa2) trusty; urgency=low + + * Override/omit dh_strip + + -- Brian Hart Thu, 28 Jul 2016 17:40:00 -0600 + protobuf (3.0.0-2ibm1ppa1) trusty; urgency=low * Bump version number diff -Nru protobuf-3.0.0/debian/rules protobuf-3.0.0/debian/rules --- protobuf-3.0.0/debian/rules 2016-07-28 19:01:51.000000000 +0000 +++ protobuf-3.0.0/debian/rules 2016-07-28 22:42:27.000000000 +0000 @@ -21,6 +21,9 @@ override_dh_installchangelogs: @echo Skipping dh_installchangelogs +override_dh_strip: + @echo Skipping dh_strip + override_dh_compress: @echo Skipping dh_compress