[cmdreader] 02/05: list Build-Depends one-per-line for readability

Hans-Christoph Steiner eighthave at moszumanska.debian.org
Tue Aug 25 13:04:18 UTC 2015


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

eighthave pushed a commit to branch master
in repository cmdreader.

commit de451466c801a7170284f3875474ff9510cdf643
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Tue Aug 25 14:44:22 2015 +0200

    list Build-Depends one-per-line for readability
    
    This makes it a lot easier to read when there are a lot of them. Also
    alpha-sorted for quick reference.
---
 debian/control | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ddc50dd..1b21030 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Komal Sukhani <komaldsukhani at gmail.com>
-Build-Depends: debhelper (>= 9), junit4 (>=4.8.12), default-jdk, ant, libhamcrest-java, ivy
+Build-Depends: debhelper (>= 9),
+               ant,
+               default-jdk,
+               ivy,
+               junit4 (>=4.8.12),
+               libhamcrest-java
 Standards-Version: 3.9.6
 Homepage: https://github.com/rzwitserloot/com.zwitserloot.cmdreader
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/cmdreader.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cmdreader.git



More information about the pkg-java-commits mailing list