[libdata-serializer-sereal-perl] 01/02: Improved descriptions in debian/control. Added missing copyright year to debian/copyright. Removed completed TODO items from debian/changelog
Christopher Hoskin
christopher.hoskin at gmail.com
Mon Feb 2 20:20:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository libdata-serializer-sereal-perl.
commit 1248719c0ed56985a835ab89faed19812cb912db
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Mon Feb 2 20:15:18 2015 +0000
Improved descriptions in debian/control. Added missing copyright year to debian/copyright. Removed completed TODO items from debian/changelog
---
debian/changelog | 7 -------
debian/control | 6 ++++--
debian/copyright | 2 +-
3 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e5e1a45..4dc98da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,5 @@
libdata-serializer-sereal-perl (1.05-1) UNRELEASED; urgency=low
- TODO:
- - d/copyright: add missing year(s) of upstream copyright
- - d/control:
- + short description should be a noun phrase and start with a small letter
- + long description should be a bit, well, longer; and full stop missing at
- end of sentence
-
* Initial Release. Closes: #776444
-- Christopher Hoskin <christopher.hoskin at gmail.com> Wed, 28 Jan 2015 02:44:30 +0000
diff --git a/debian/control b/debian/control
index b84c937..a2b25c6 100644
--- a/debian/control
+++ b/debian/control
@@ -20,5 +20,7 @@ Depends: ${misc:Depends}, ${perl:Depends},
libdata-serializer-perl,
libsereal-decoder-perl,
libsereal-encoder-perl
-Description: Creates bridge between Data::Serializer and Sereal
- Data::Serializer::Sereal is a bridge between Data::Serializer and Sereal
+Description: bridge between Data::Serializer and Sereal
+ Data::Serializer::Sereal subclasses the Data::Serializer unified serializing
+ interface and overrides the serialize and deserialize methods to utilize the
+ Sereal::Encoder and Sereal::Decoder modules respectively.
diff --git a/debian/copyright b/debian/copyright
index 3b32d54..d0b5cea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: James Rouzier <rouzier at gmail.com>
Upstream-Name: Data-Serializer-Sereal
Files: *
-Copyright: James Rouzier <rouzier at gmail.com>
+Copyright: 2014, James Rouzier <rouzier at gmail.com>
License: Artistic or GPL-1+
Files: debian/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-serializer-sereal-perl.git
More information about the Pkg-perl-cvs-commits
mailing list