[libcbor-xs-perl] 04/06: d/control

Nick Morrott nickm-guest at moszumanska.debian.org
Mon Mar 21 03:28:28 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libcbor-xs-perl.

commit 50c41e8e805db5a45664ea08475be79bd4877d23
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Mon Mar 21 03:05:22 2016 +0000

    d/control
---
 debian/control | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index bfb13e5..61917d5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,23 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejunkie at gmail.com>
 Build-Depends: debhelper (>= 9.20120312~),
- libcommon-sense-perl,
- libtypes-serialiser-perl,
- perl
-Standards-Version: 3.9.6
+               libcommon-sense-perl,
+               libtypes-serialiser-perl,
+               perl
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcbor-xs-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcbor-xs-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcbor-xs-perl.git
 Homepage: https://metacpan.org/release/CBOR-XS
 Testsuite: autopkgtest-pkg-perl
 
 Package: libcbor-xs-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libcommon-sense-perl,
- libtypes-serialiser-perl
-Description: unknown
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libcommon-sense-perl,
+         libtypes-serialiser-perl
+Description: module for manipulating CBOR-formatted data (C/XS-accelerated)
  CBOR::XS converts Perl data structures to the Concise Binary Object
  Representation (CBOR) and vice versa. CBOR is a fast binary serialisation
  format that aims to use an (almost) superset of the JSON data model, i.e.
@@ -34,5 +36,3 @@ Description: unknown
  CBOR::XS usually encodes roughly twice as fast as Storable or JSON::XS and
  decodes about 15%-30% faster than those. The shorter the data, the worse
  Storable performs in comparison.
- .
- This description was automagically extracted from the module by dh-make-perl.

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



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