diff -Nru shotwell-0.12.2/debian/changelog shotwell-0.12.2/debian/changelog --- shotwell-0.12.2/debian/changelog 2012-04-12 00:54:36.000000000 +0000 +++ shotwell-0.12.2/debian/changelog 2012-04-13 06:33:32.000000000 +0000 @@ -1,3 +1,12 @@ +shotwell (0.12.2-0ubuntu2) precise; urgency=low + + * debian/control: + - Add build-depends on libunity-dev + * debian/rules: + - Build with --unity-support (LP: #980532) + + -- Robert Ancell Fri, 13 Apr 2012 09:11:15 +1000 + shotwell (0.12.2-0ubuntu1) precise; urgency=low * New upstream release: diff -Nru shotwell-0.12.2/debian/control shotwell-0.12.2/debian/control --- shotwell-0.12.2/debian/control 2012-04-12 00:54:36.000000000 +0000 +++ shotwell-0.12.2/debian/control 2012-04-13 06:33:32.000000000 +0000 @@ -26,6 +26,7 @@ libgstreamer0.10-dev (>= 0.10.28), libgstreamer-plugins-base0.10-dev (>= 0.10.32), python-scour, + libunity-dev, liblaunchpad-integration-3.0-dev (>= 0.1.36), librest-dev DM-Upload-Allowed: yes diff -Nru shotwell-0.12.2/debian/rules shotwell-0.12.2/debian/rules --- shotwell-0.12.2/debian/rules 2012-04-12 00:54:36.000000000 +0000 +++ shotwell-0.12.2/debian/rules 2012-04-13 06:33:32.000000000 +0000 @@ -4,7 +4,7 @@ dh $@ --with-scour override_dh_auto_configure: - dh_auto_configure -- --disable-schemas-compile --disable-icon-update + dh_auto_configure -- --disable-schemas-compile --disable-icon-update --unity-support override_dh_installchangelogs: dh_installchangelogs NEWS