Your message dated Sat, 15 Nov 2014 17:57:53 +0000
with message-id <[email protected]>
and subject line Re: Bug#769691: unblock: libmoosex-storage-perl/0.48-2
has caused the Debian Bug report #769691,
regarding unblock: libmoosex-storage-perl/0.48-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
769691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769691
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Please unblock package libmoosex-storage-perl:
0.48-2 move some packages from Recommends to Depends and thereby
closes #768683 and friends (build failures in 5 packages).
Changelog:
libmoosex-storage-perl (0.48-2) unstable; urgency=medium
* Update runtime dependencies.
Move packages from Recommends to Depends which are needed by various
serializers (MooseX::Storage::Format::*).
These modules are in theory optional but become required as soon as
the serializer formats are installed which happens by default.
(Closes: #768683)
-- gregor herrmann <[email protected]> Sat, 15 Nov 2014 17:10:09 +0100
I've also rebuilt the affected rdeps to make sure that they are
really fixed. - Full debdiff attached.
unblock libmoosex-storage-perl/0.48-2
Cheers,
gregor
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJUZ3y6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG1UgP/3eThz4E9rJM4Zb1dJ+hNHfa
SHMo2fLIqCOoedynImFhz44I8SJz/O3+0qAULuPpL6v5gozNk9iJNkPUS1Cu/O/f
0p5T1IFTiiIh/TsIgnNrt6w/SYh3jqyEGtfYPK3eXEPkYp2wbSE+aNxu8K8lhmJE
rZ7rikpbnnChzU5AG+xUmYKr5KbUrGYI5+TMMmVACV80JeYF2SUyubk9cAVSG/2Y
6esdeQDLj5ce1bQsv3OrOELMxN4sarxsdPcl4sMtK1gB1AH2fpkN2IecyjW0UyOO
BORQLIb409P1HMkZiv9Lrpl7Tra8VDd3TNpQg9t6EQThosQyhjP5u2dxfXbO3BYa
q651kFsJ5F5wMUBrN/Tpk2SlO5OSB+QtPBU28+a9MesWvgWZ0rgqot3ydDnz9Pwa
pzJZ8015mz2LVekJxdorUUb7VWIhwgSzF2Vem0OKfmZGN5vbcNOrhZ8dmMcFMZFb
RhjXdHb7s6dThIf6dQdanEWjLUbSf5sz6+CNYCW7bL2MgfO71GZE0ifyvrA+0YkC
E09/p4XQv6QU9NOqwaY7LTrq4qWKojaL6HWRDHfyHxsxI2QLfwJF1VNcBeEwT7Uw
9x1iAQ24eAVm/jRlLU1giq0tQ1rlyzrEwP8LHhK+1W8J3zW7TslSdJ8i3gPaIUE9
qcyAfw88Qh3637cV/oHH
=7uhi
-----END PGP SIGNATURE-----
diff -Nru libmoosex-storage-perl-0.48/debian/changelog libmoosex-storage-perl-0.48/debian/changelog
--- libmoosex-storage-perl-0.48/debian/changelog 2014-10-20 21:33:29.000000000 +0200
+++ libmoosex-storage-perl-0.48/debian/changelog 2014-11-15 17:12:30.000000000 +0100
@@ -1,3 +1,16 @@
+libmoosex-storage-perl (0.48-2) unstable; urgency=medium
+
+ * Update runtime dependencies.
+
+ Move packages from Recommends to Depends which are needed by various
+ serializers (MooseX::Storage::Format::*).
+ These modules are in theory optional but become required as soon as
+ the serializer formats are installed which happens by default.
+
+ (Closes: #768683)
+
+ -- gregor herrmann <[email protected]> Sat, 15 Nov 2014 17:10:09 +0100
+
libmoosex-storage-perl (0.48-1) unstable; urgency=medium
* Import upstream version 0.48
diff -Nru libmoosex-storage-perl-0.48/debian/control libmoosex-storage-perl-0.48/debian/control
--- libmoosex-storage-perl-0.48/debian/control 2014-10-20 21:33:29.000000000 +0200
+++ libmoosex-storage-perl-0.48/debian/control 2014-11-15 17:12:30.000000000 +0100
@@ -37,14 +37,14 @@
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
+ libio-stringy-perl,
+ libjson-maybexs-perl | libjson-perl,
libmodule-runtime-perl,
libmoose-perl,
libnamespace-autoclean-perl,
- libstring-rewriteprefix-perl
-Recommends: libio-stringy-perl,
- libjson-maybexs-perl | libjson-perl,
- libmoosex-role-parameterized-perl,
- libyaml-perl,
+ libstring-rewriteprefix-perl,
+ libyaml-perl
+Recommends: libmoosex-role-parameterized-perl,
libyaml-libyaml-perl | libyaml-syck-perl
Description: serialization framework for Moose classes
MooseX::Storage is a serialization framework for Moose classes. It provides a
--- End Message ---
--- Begin Message ---
On Sat, 2014-11-15 at 17:18 +0100, gregor herrmann wrote:
> Please unblock package libmoosex-storage-perl:
>
> 0.48-2 move some packages from Recommends to Depends and thereby
> closes #768683 and friends (build failures in 5 packages).
Unblocked, thanks.
Regards,
Adam
--- End Message ---