diff -Nru cclive-0.7.16/debian/changelog cclive-0.7.16/debian/changelog --- cclive-0.7.16/debian/changelog 2014-04-26 23:06:32.000000000 +0000 +++ cclive-0.7.16/debian/changelog 2014-05-11 21:21:51.000000000 +0000 @@ -1,8 +1,10 @@ -cclive (0.7.16-1build1) utopic; urgency=high +cclive (0.7.16-2) unstable; urgency=low - * No change rebuild against boost1.55. + * fix-rpath.diff: Add Last-Update statement. + * Add pkg-config to BD in d/control (Closes: #747766) + * Update Standards-Version to 3.9.5 - -- Dimitri John Ledkov Sun, 27 Apr 2014 00:06:32 +0100 + -- Alejandro Garrido Mota Sun, 11 May 2014 16:51:26 -0430 cclive (0.7.16-1) unstable; urgency=low diff -Nru cclive-0.7.16/debian/control cclive-0.7.16/debian/control --- cclive-0.7.16/debian/control 2013-09-21 13:12:51.000000000 +0000 +++ cclive-0.7.16/debian/control 2014-05-11 21:21:51.000000000 +0000 @@ -11,8 +11,10 @@ libboost-filesystem-dev, libboost-iostreams-dev, libboost-program-options-dev, - libboost-date-time-dev, asciidoc -Standards-Version: 3.9.4 + libboost-date-time-dev, + asciidoc, + pkg-config +Standards-Version: 3.9.5 Homepage: http://cclive.sourceforge.net Vcs-Git: git://github.com/mogaal/cclive.git Vcs-Browser: https://github.com/mogaal/cclive diff -Nru cclive-0.7.16/debian/patches/fix-rpath.diff cclive-0.7.16/debian/patches/fix-rpath.diff --- cclive-0.7.16/debian/patches/fix-rpath.diff 2013-09-21 13:12:51.000000000 +0000 +++ cclive-0.7.16/debian/patches/fix-rpath.diff 2014-05-11 21:21:51.000000000 +0000 @@ -1,6 +1,7 @@ Description: Do not set rpath Author: Ansgar Burchardt Origin: vendor +Last-Update: 2013-09-20 Do not set rpath for Boost libraries. While at it, also disable silent rules to make finding problems easier.