Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
Hi, Please accept the fixes php-mail-mime/1.8.9-1 missing dependency on php-pear in jessie (#817828). I already fixed this in unstable. Source debdiff attached. Regards, Prach
diff -Nru php-mail-mime-1.8.9/debian/changelog php-mail-mime-1.8.9/debian/changelog --- php-mail-mime-1.8.9/debian/changelog 2014-10-05 02:55:18.000000000 +0700 +++ php-mail-mime-1.8.9/debian/changelog 2016-03-12 14:26:10.000000000 +0700 @@ -1,3 +1,9 @@ +php-mail-mime (1.8.9-1+deb8u1) jessie; urgency=medium + + * Add dependency on php-pear (Closes: #817828) + + -- Prach Pongpanich <prach...@gmail.com> Sat, 12 Mar 2016 14:25:09 +0700 + php-mail-mime (1.8.9-1) unstable; urgency=medium * Imported Upstream version 1.8.9 diff -Nru php-mail-mime-1.8.9/debian/control php-mail-mime-1.8.9/debian/control --- php-mail-mime-1.8.9/debian/control 2014-10-05 02:55:18.000000000 +0700 +++ php-mail-mime-1.8.9/debian/control 2016-03-12 14:24:11.000000000 +0700 @@ -15,7 +15,7 @@ Package: php-mail-mime Architecture: all Depends: ${misc:Depends}, - ${phppear:Debian-Depends} + ${phppear:Debian-Depends}, php-pear Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: PHP PEAR module for creating MIME messages diff -Nru php-mail-mime-1.8.9/debian/gbp.conf php-mail-mime-1.8.9/debian/gbp.conf --- php-mail-mime-1.8.9/debian/gbp.conf 2014-10-05 02:55:18.000000000 +0700 +++ php-mail-mime-1.8.9/debian/gbp.conf 2016-03-12 14:24:33.000000000 +0700 @@ -1,6 +1,3 @@ [DEFAULT] -upstream-branch = upstream-sid -debian-branch = debian-sid - -[git-buildpackage] -export-dir = ../build-area/ +upstream-branch = upstream/jessie +debian-branch = debian/jessie