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

ebourg-guest pushed a commit to branch master
in repository libxpp3-java.

commit f709eef90cbad68936713ca49d6b7c9f7034a125
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Fri Mar 16 12:12:53 2018 +0100

    Wrap and sort
---
 debian/control   | 21 ++++++++++++++-------
 debian/copyright | 38 +++++++++++++++++++-------------------
 2 files changed, 33 insertions(+), 26 deletions(-)

diff --git a/debian/control b/debian/control
index 6c399da..2eb248c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,22 @@ Source: libxpp3-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Marcus Better <mar...@better.se>,
+Uploaders:
+ Marcus Better <mar...@better.se>,
  Ludovic Claude <ludovic.cla...@laposte.net>,
  Torsten Werner <twer...@debian.org>
-Build-Depends: debhelper (>= 5), cdbs, ant, ant-optional, default-jdk
-Build-Depends-Indep: junit, maven-repo-helper
+Build-Depends:
+ ant,
+ ant-optional,
+ cdbs,
+ debhelper (>= 5),
+ default-jdk,
+ junit,
+ maven-repo-helper
 Standards-Version: 3.9.1
-Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxpp3-java.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxpp3-java.git
+Homepage: http://www.extreme.indiana.edu/xgws/xsoap/xpp
 
 Package: libxpp3-java
 Architecture: all
@@ -18,7 +25,7 @@ Depends: ${misc:Depends}
 Description: XML pull parser library for java
  Xml Pull Parser (in short XPP) is a streaming pull XML parser for java.
  This version XPP3 is a successor of XPP2 (see package libxpp2-java) that
- implements XmlPull API (see http://www.xmlpull.org). 
+ implements XmlPull API (see http://www.xmlpull.org).
  .
- However XPP3 currently supports only parsing and does not support 
- incremental node tree from XPP2. 
+ However XPP3 currently supports only parsing and does not support
+ incremental node tree from XPP2.
diff --git a/debian/copyright b/debian/copyright
index 3870571..b5853ca 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
 Upstream-Name: XML Pull Parser 3
-Upstream-Maintainer: 
+Upstream-Maintainer:
 Upstream-Source: http://www.extreme.indiana.edu/xgws/xsoap/xpp
 
 Files: *
@@ -77,8 +77,8 @@ License: BSD-jaxen
     notice, this list of conditions, and the following disclaimer.
  .
  2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions, and the disclaimer that follows 
-    these conditions in the documentation and/or other materials 
+    notice, this list of conditions, and the disclaimer that follows
+    these conditions in the documentation and/or other materials
     provided with the distribution.
  .
  3. The name "Jaxen" must not be used to endorse or promote products
@@ -89,12 +89,12 @@ License: BSD-jaxen
     may "Jaxen" appear in their name, without prior written permission
     from the Jaxen Project Management (p...@jaxen.org).
  .
- In addition, we request (but do not require) that you include in the 
- end-user documentation provided with the redistribution and/or in the 
+ In addition, we request (but do not require) that you include in the
+ end-user documentation provided with the redistribution and/or in the
  software itself an acknowledgement equivalent to the following:
      "This product includes software developed by the
       Jaxen Project (http://www.jaxen.org/)."
- Alternatively, the acknowledgment may be graphical using the logos 
+ Alternatively, the acknowledgment may be graphical using the logos
  available at http://www.jaxen.org/
  .
  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -110,10 +110,10 @@ License: BSD-jaxen
  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
  .
- This software consists of voluntary contributions made by many 
- individuals on behalf of the Jaxen Project and was originally 
- created by bob mcwhirter <b...@werken.com> and 
- James Strachan <jstrac...@apache.org>.  For more information on the 
+ This software consists of voluntary contributions made by many
+ individuals on behalf of the Jaxen Project and was originally
+ created by bob mcwhirter <b...@werken.com> and
+ James Strachan <jstrac...@apache.org>.  For more information on the
  Jaxen Project, please see <http://www.jaxen.org/>.
 
 Files: src/java/xpath/org/xmlpull/v1/builder/xpath/saxpath/*
@@ -127,8 +127,8 @@ License: BSD-saxpath
     notice, this list of conditions, and the following disclaimer.
  .
  2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions, and the disclaimer that follows 
-    these conditions in the documentation and/or other materials 
+    notice, this list of conditions, and the disclaimer that follows
+    these conditions in the documentation and/or other materials
     provided with the distribution.
  .
  3. The name "SAXPath" must not be used to endorse or promote products
@@ -139,12 +139,12 @@ License: BSD-saxpath
     may "SAXPath" appear in their name, without prior written permission
     from the SAXPath Project Management (p...@saxpath.org).
  .
- In addition, we request (but do not require) that you include in the 
- end-user documentation provided with the redistribution and/or in the 
+ In addition, we request (but do not require) that you include in the
+ end-user documentation provided with the redistribution and/or in the
  software itself an acknowledgement equivalent to the following:
      "This product includes software developed by the
       SAXPath Project (http://www.saxpath.org/)."
- Alternatively, the acknowledgment may be graphical using the logos 
+ Alternatively, the acknowledgment may be graphical using the logos
  available at http://www.saxpath.org/
  .
  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
@@ -161,10 +161,10 @@ License: BSD-saxpath
  SUCH DAMAGE.
  .
  ====================================================================
- This software consists of voluntary contributions made by many 
- individuals on behalf of the SAXPath Project and was originally 
- created by bob mcwhirter <b...@werken.com> and 
- James Strachan <jstrac...@apache.org>.  For more information on the 
+ This software consists of voluntary contributions made by many
+ individuals on behalf of the SAXPath Project and was originally
+ created by bob mcwhirter <b...@werken.com> and
+ James Strachan <jstrac...@apache.org>.  For more information on the
  SAXPath Project, please see <http://www.saxpath.org/>.
 
 Files: debian/*

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to