Control: clone -1 -2 Control: reassign -2 libcatalyst-perl Control: retitle -2 Please stop build-depending on libcatalyst-engine-psgi-perl which will be removed
On Sat, 25 Oct 2014 at 20:04:19 +0200, gregor herrmann wrote: > libmojomojo-perl uploaded with the patch and without the dependency > on libcatalyst-engine-psgi-perl, so the latter can be removed from > testing (and the archive). Sorry, can't do that yet: > smcv@coccia:~$ dak rm -R -n libcatalyst-engine-psgi-perl > Will remove the following packages from unstable: > > libcatalyst-engine-psgi-perl | 0.13+dfsg-2 | source, all > > Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> > > ------------------- Reason ------------------- > > ---------------------------------------------- > > Checking reverse dependencies... > # Broken Build-Depends: > libcatalyst-perl: libcatalyst-engine-psgi-perl > > Dependency problem found. Given that Catalyst 5.90069_002's Changes entry says - Removed code related to supporting the long deprecated stand alone PSGI Engine. this build-dependency seems likely to be pointless. The attached debdiff builds successfully, including build-time regression tests. I have not tested it other than that. Regards, S
diffstat for libcatalyst-perl-5.90075 libcatalyst-perl-5.90075 changelog | 8 ++++++++ control | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff -Nru libcatalyst-perl-5.90075/debian/changelog libcatalyst-perl-5.90075/debian/changelog --- libcatalyst-perl-5.90075/debian/changelog 2014-10-08 20:10:54.000000000 +0100 +++ libcatalyst-perl-5.90075/debian/changelog 2014-11-11 09:57:24.000000000 +0000 @@ -1,3 +1,11 @@ +libcatalyst-perl (5.90075-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Remove obsolete libcatalyst-engine-psgi-perl build-dependency + so that package can be removed from the archive (Closes: #xxxxxx) + + -- Simon McVittie <s...@debian.org> Tue, 11 Nov 2014 09:56:52 +0000 + libcatalyst-perl (5.90075-1) unstable; urgency=medium [ Salvatore Bonaccorso ] diff -Nru libcatalyst-perl-5.90075/debian/control libcatalyst-perl-5.90075/debian/control --- libcatalyst-perl-5.90075/debian/control 2014-10-08 20:10:54.000000000 +0100 +++ libcatalyst-perl-5.90075/debian/control 2014-11-11 09:56:47.000000000 +0000 @@ -2,8 +2,7 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 8) -Build-Depends-Indep: libcatalyst-engine-psgi-perl, - libcatalystx-leakchecker-perl, +Build-Depends-Indep: libcatalystx-leakchecker-perl, libcgi-simple-perl, libcgi-struct-xs-perl, libclass-accessor-perl,