[libcss-tiny-perl] 08/10: debian/control: wrap and sort

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 14 02:37:33 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libcss-tiny-perl.

commit ae15ba1213ba78a0077641e2512cbdf4ece01f1c
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Mar 13 23:25:22 2016 -0300

    debian/control: wrap and sort
---
 debian/changelog |  1 +
 debian/control   | 12 +++++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8890765..217a1e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ libcss-tiny-perl (1.20-1) UNRELEASED; urgency=low
   * d/u/metadata: update Repository
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.7
+  * debian/control: wrap and sort
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 13 Mar 2016 23:21:59 -0300
 
diff --git a/debian/control b/debian/control
index 38d3a81..24ee61a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>, Ansgar Burchardt <ansgar at debian.org>,
- Angel Abad <angel at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Angel Abad <angel at debian.org>
 Standards-Version: 3.9.7
 Homepage: https://metacpan.org/release/CSS-Tiny
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcss-tiny-perl.git
@@ -13,11 +14,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcss-tiny-perl.
 
 Package: libcss-tiny-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Description: Perl module to read/write .css files with as little code as possible
- CSS::Tiny is a perl class to read and write .css stylesheets with as 
+ CSS::Tiny is a perl class to read and write .css stylesheets with as
  little code as possible, reducing load time and memory overhead.
- CSS.pm requires about 2.6M of memory to load, which is a large amount of 
+ CSS.pm requires about 2.6M of memory to load, which is a large amount of
  overhead if you only want to do trivial things.
  .
  This module is primarily for reading and writing simple files, and anything

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



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