summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNuno Carvalho <smash@cpan.org>2013-09-25 15:27:04 +0100
committerNuno Carvalho <smash@cpan.org>2013-09-25 15:27:04 +0100
commit9e2dfe928aa6472b5e16ec74c4deee638a4a5d34 (patch)
treecef4e94d438293f1ee7611b6fb3129d48e953fb3 /debian
parenta5c9973a101775da92b160f7637138fea065f8d1 (diff)
Shorten single line description in d/control
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 45a030f..8c7d1f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
libemail-abstract-perl (3.006-1) UNRELEASED; urgency=low
- * d/control: add new libcapture-tiny-perl dependency.
+ * d/control:
+ - add new libcapture-tiny-perl dependency.
+ - shorten single line synopsis.
-- Nuno Carvalho <smash@cpan.org> Wed, 25 Sep 2013 14:54:51 +0100
diff --git a/debian/control b/debian/control
index 19dd511..919580c 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Depends: ${perl:Depends},
libmro-compat-perl,
libmodule-pluggable-perl | perl (<< 5.17.0)
Recommends: libmime-tools-perl (>= 5.501)
-Description: library that presents unified interface to mail representations
+Description: unified interface to mail representations
"Email::Abstract" provides module writers with the ability to write
representation-independent mail handling code. Where previously one
would either have to specify the mail class required, or to build a new