Package: release.debian.org User: [email protected] Usertags: unblock
This fixes the RC bug 861408[1] by using the proposed patch. Regards, Daniel 1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861408
diff -Nru postbooks-updater-2.4.0/debian/changelog postbooks-updater-2.4.0/debian/changelog --- postbooks-updater-2.4.0/debian/changelog 2017-01-17 18:10:24.000000000 +0100 +++ postbooks-updater-2.4.0/debian/changelog 2017-04-28 15:55:22.000000000 +0200 @@ -1,3 +1,9 @@ +postbooks-updater (2.4.0-3) unstable; urgency=medium + + * Update for libqt5sql5-psql (Closes: #861408) + + -- Daniel Pocock <[email protected]> Fri, 28 Apr 2017 15:55:22 +0200 + postbooks-updater (2.4.0-2) unstable; urgency=medium * Build for unstable. diff -Nru postbooks-updater-2.4.0/debian/control postbooks-updater-2.4.0/debian/control --- postbooks-updater-2.4.0/debian/control 2017-01-17 15:29:04.000000000 +0100 +++ postbooks-updater-2.4.0/debian/control 2017-04-28 15:42:33.000000000 +0200 @@ -11,7 +11,7 @@ Package: postbooks-updater Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-sql-psql +Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5sql5-psql Description: multi-user accounting / CRM / ERP suite (database update manager) A full-featured, fully-integrated business management system, the core of the award winning xTuple ERP Suite. Built with the open source PostgreSQL

