[librtf-document-perl] 01/03: Apply wrap-and-sort
Axel Beckert
abe at deuxchevaux.org
Tue Jul 21 19:42:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository librtf-document-perl.
commit 7efbe2d4076bb1a45c921ec8311f49e12043b886
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Tue Jul 21 21:11:27 2015 +0200
Apply wrap-and-sort
---
debian/changelog | 1 +
debian/control | 10 +++++++---
debian/copyright | 12 ++++++------
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index adc9544..d049aca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
+ move Krzysztof Krzyzaniak (eloy) to Uploaders.
+ Added Vcs-* fields
* Added ${misc:Depends} to Depends.
+ * Apply wrap-and-sort.
-- Axel Beckert <abe at debian.org> Tue, 21 Jul 2015 21:03:51 +0200
diff --git a/debian/control b/debian/control
index 35f28f8..e60a6d4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,18 @@ Priority: extra
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
Build-Depends: debhelper (>> 4.0.0)
-Build-Depends-Indep: perl5, libconvert-units-perl (>= 0.43), dpatch
+Build-Depends-Indep: dpatch,
+ libconvert-units-perl (>= 0.43),
+ perl5
Standards-Version: 3.6.2
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librtf-document-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librtf-document-perl.git
Package: librtf-document-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libconvert-units-perl (>= 0.43)
+Depends: libconvert-units-perl (>= 0.43),
+ ${misc:Depends},
+ ${perl:Depends}
Description: Perl extension for generating Rich Text (RTF) Files
- RTF::Document is a module for generating Rich Text Format (RTF)
+ RTF::Document is a module for generating Rich Text Format (RTF)
documents that can be used by most text converters and word processors.
diff --git a/debian/copyright b/debian/copyright
index fa75d51..a09117c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,20 +3,20 @@ Tue, 11 Dec 2001 13:02:13 +0100.
It was downloaded from ftp://ftp.cpan.org/authors/id/R/RR/RRWO/RTF-Document-0.64.tar.gz
-Upstream author: Robert Rothenberg <wlkngowl at unix.asb.com>
-
-Copyright:
+Upstream author: Robert Rothenberg <wlkngowl at unix.asb.com>
+
+Copyright:
Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.
This library is free software; you can redistribute it and/or modify
it under the terms of either:
-
+
a) the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later
version, or
-
+
b) the "Artistic License" which comes with Perl.
-
+
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in /usr/share/common-licenses/GPL' and
the Artistic Licence in /usr/share/common-licenses/Artistic'.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librtf-document-perl.git
More information about the Pkg-perl-cvs-commits
mailing list