[libcss-lessp-perl] 03/17: Tidy control file: Wrap and sort Depends field.

Jonas Smedegaard dr at jones.dk
Wed Aug 12 21:47:35 UTC 2015


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

js pushed a commit to branch master
in repository libcss-lessp-perl.

commit 79d7388dae24f4b5b30d566a0770f78b3cdc0e89
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 12 22:38:34 2015 +0200

    Tidy control file: Wrap and sort Depends field.
---
 debian/control.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index 6b7e268..dd9a0a0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,9 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages
 
 Package: libcss-lessp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
 Description: LESS for Perl
  This module provides helper function which allows parsing and
  compiling of LESS files into CSS.

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



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