[libsereal-perl] 03/03: control

gregor herrmann gregoa at debian.org
Sat Oct 17 21:18:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsereal-perl.

commit 37de9f290ff0c3b6710bde324166efda7ac68b4e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 17 23:16:52 2015 +0200

    control
---
 debian/control | 27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 789c531..5a323af 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,32 @@
 Source: libsereal-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libsereal-decoder-perl (>= 3.005),
- libsereal-encoder-perl (>= 3.005),
- perl
+                     libsereal-encoder-perl (>= 3.005),
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsereal-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsereal-perl.git
 Homepage: https://metacpan.org/release/Sereal
-Testsuite: autopkgtest-pkg-perl
 
 Package: libsereal-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libsereal-decoder-perl (>= 3.005),
- libsereal-encoder-perl (>= 3.005)
-Description: Fast, compact, powerful binary (de-)serialization
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libsereal-decoder-perl (>= ${source:Upstream-Version}),
+         libsereal-encoder-perl (>= ${source:Upstream-Version})
+Description: fast, compact, powerful binary (de-)serialization module wrapper
  Sereal is an efficient, compact-output, binary and feature-rich serialization
  protocol. The Perl encoder is implemented as the Sereal::Encoder module, the
  Perl decoder correspondingly as Sereal::Decoder. They are distributed
- separately to allow for safe upgrading without downtime. (Hint: Upgrade the
- decoder everywhere first, then the encoder.)
+ separately, in Debian as libsereal-decoder-perl and libsereal-encoder-perl.
  .
  This Sereal module is a very thin wrapper around both Sereal::Encoder and
  Sereal::Decoder. It depends on both and loads both. So if you have a user of
  both encoder and decoder, it is enough to depend on a particular version of
  Sereal and you'll get the most recent released versions of Sereal::Encoder
- and Sereal::Decoder whose version is smaller than or equal to the version of
- Sereal you depend on.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ and Sereal::Decoder.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsereal-perl.git



More information about the Pkg-perl-cvs-commits mailing list