todo from Sereal::Decoder
authorAlexandre Mestiashvili <alex@biotec.tu-dresden.de>
Thu, 21 Feb 2013 09:01:40 +0000 (10:01 +0100)
committerAlexandre Mestiashvili <alex@biotec.tu-dresden.de>
Thu, 21 Feb 2013 09:01:40 +0000 (10:01 +0100)
 - d/{watch,copyright,control}: replace http://search.cpan.org/dist/ with
    https://metacpan.org/release/
 - d/copyright: BSD-3-clause
 - d/copyright: ppport.h 3 copyright holders
 - d/control:
   + debhelper: >= 9.20120312
   + Standards-Version: 3.9.4
   + perl (>= 5.11.1) | libextutils-parsexs-perl (>= 2.21), perl
   + removed perl 5.6.0
   + fixed description

debian/changelog
debian/control
debian/copyright
debian/watch

index be9a6b4035748caa694596292c7dff8a6b150d7f..fcb2a56f41560820e4ff8908d28232d4166cf607 100644 (file)
@@ -1,8 +1,5 @@
 libsereal-encoder-perl (0.31-1) UNRELEASED; urgency=low
 
-  TODO:
-  - I guess the same as in libsereal-decoder-perl applies :)
-
   * Initial Release. (Closes: #701000)
 
  -- Alexandre Mestiashvili <alex@biotec.tu-dresden.de>  Wed, 20 Feb 2013 08:29:14 +0100
index c9c1a999241d8b703cace7e8e4d09b962a6f53af..93d1521e73b95c2b1bb802568539bb59e3f45051 100644 (file)
@@ -3,21 +3,21 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
 Uploaders: Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20120312),
  libtest-longstring-perl,
  libtest-warn-perl,
- perl (>= 5.11.1)
-Standards-Version: 3.9.3
+ perl (>= 5.11.1) | libextutils-parsexs-perl (>= 2.21),
+ perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsereal-encoder-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libsereal-encoder-perl.git
-Homepage: http://search.cpan.org/dist/Sereal-Encoder/
+Homepage: https://metacpan.org/release/dist/Sereal-Encoder/
 
 Package: libsereal-encoder-perl
 Architecture: any
 Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- perl (>= 5.6.0)
-Description: Fast, compact, powerful binary serialization
- This library implements an efficient, compact-output, 
+Description: fast, compact, powerful binary serialization
+ Sereal::Encoder implements an efficient, compact-output, 
  and feature-rich serializer using a binary protocol called Sereal.
  .
  Its sister module Sereal::Decoder implements a decoder for this format.
index dc5ef4a30f93d6d750a8a6690ab61cafee0612ce..4b3cb6c92155508f23bdc130c7cb5b1086da5635 100644 (file)
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Sereal-Encoder
-Source: http://search.cpan.org/dist/Sereal-Encoder/
+Source: https://metacpan.org/release/Sereal-Encoder/
 Upstream-Contact: Steffen Mueller <smueller@cpan.org>, Yves Orton <yves@cpan.org>
 
 Files: *
@@ -16,19 +16,21 @@ Copyright:
 License: Artistic or GPL-1+
 
 Files: ppport.h
-Copyright: 2004-2010, Marcus Holland-Moritz
+Copyright: 2004-2010, Marcus Holland-Moritz <mhx-cpan@gmx.net>
+ 2001, Paul Marquess <pmqs@cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds@kjahds.com> (Version 1.x)
 License: Artistic or GPL-1+
 
 Files: snappy/*
 Copyright: 2011, Google Inc. 
-License: BSD Simplified
+License: BSD-3-clause
 
 Files: lib/Sereal/Encoder.pm
 Copyright: 
  2012-2013, Steffen Mueller <smueller@cpan.org>
  2012-2013, Yves Orton <yves@cpan.org>
  2011, Google Inc.
-License: Artistic or GPL-1+ or BSD Simplified
+License: Artistic or GPL-1+ or BSD-3-clause
 
 Files: debian/*
 Copyright: 2013, Alexandre Mestiashvili <alex@biotec.tu-dresden.de>
@@ -50,7 +52,7 @@ License: GPL-1+
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
 
-License: BSD Simplified
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
index f73faf66611f88e21ee0447355054920fe79b389..86e0728b71df2fb01d82083e2f006fb72e851bf8 100644 (file)
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Sereal-Encoder/   .*/Sereal-Encoder-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/Sereal-Encoder/   .*/Sereal-Encoder-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$