[libemail-folder-perl] 06/09: Wrap and sort debian directory

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 14 02:08:36 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libemail-folder-perl.

commit 524b918f9242d41fea0fc23689188c2d79768d52
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Mar 13 22:44:09 2016 -0300

    Wrap and sort debian directory
---
 debian/changelog |  1 +
 debian/control   | 23 ++++++++++++-----------
 debian/copyright |  1 -
 3 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8775786..3f01246 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libemail-folder-perl (0.860-1) UNRELEASED; urgency=medium
   * Add d/u/metadata
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.7
+  * Wrap and sort debian directory
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 13 Mar 2016 22:36:23 -0300
 
diff --git a/debian/control b/debian/control
index 81bf02b..aef8f00 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,16 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Martin Zobel-Helas <zobel at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Florian Schlichting <fsfs at debian.org>
+           Martin Zobel-Helas <zobel at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libcapture-tiny-perl,
- libemail-foldertype-perl,
- libemail-simple-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- perl
+                     libemail-foldertype-perl,
+                     libemail-simple-perl,
+                     perl,
+                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-folder-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libemail-folder-perl.git
@@ -21,9 +21,10 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libemail-folder-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libemail-foldertype-perl,
- libemail-simple-perl
+Depends: libemail-foldertype-perl,
+         libemail-simple-perl,
+         ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to read mail from a folder
  Email::Folder is a Perl module which reads all messages from a folder into
  Email::Simple objects (see libemail-simple-perl for more), making them easy
diff --git a/debian/copyright b/debian/copyright
index 8c5809e..81583b9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -39,4 +39,3 @@ License: Artistic
 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'.
-

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



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