This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wss4j.
commit 0b9b32fc42a637a9b9531b355ffbba6bb31a820a Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 21:14:35 2017 +0200 Wrap and sort --- debian/control | 27 ++++++++++++++++----------- debian/copyright | 4 ++-- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index c1d0d0a..98bfcc5 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,22 @@ Source: wss4j Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Emmanuel Bourg <[email protected]>, - tony mancill <[email protected]> -Build-Depends-Indep: default-jdk, - junit4, - libaxis-java, - libbcprov-java (>= 1.49), - libcommons-logging-java, - libmaven-bundle-plugin-java, - libxalan2-java, - libxml-security-java -Build-Depends: ant, cdbs (>= 0.4.5.3), debhelper (>= 9), maven-debian-helper +Uploaders: + Emmanuel Bourg <[email protected]>, + tony mancill <[email protected]> +Build-Depends: + ant, + cdbs (>= 0.4.5.3), + debhelper (>= 9), + default-jdk, + junit4, + libaxis-java, + libbcprov-java (>= 1.49), + libcommons-logging-java, + libmaven-bundle-plugin-java, + libxalan2-java, + libxml-security-java, + maven-debian-helper Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/wss4j.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/wss4j.git diff --git a/debian/copyright b/debian/copyright index ddbe20d..067ece7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,10 +7,10 @@ Copyright: 2003-2014, The Apache Software Foundation License: Apache-2.0 On Debian systems, the complete text of the Apache 2.0 License can be found in the /usr/share/common-licenses/Apache-2.0 file. -Notice: +Notice: This product includes software Copyright University of Southampton IT Innovation Centre, 2006 (http://www.it-innovation.soton.ac.uk). -Authors: +Authors: Davanum Srinivas Werner Dittmann Ias -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wss4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

