[jatl] branch master updated (7d9c853 -> bb31f8c)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Oct 29 22:33:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository jatl.
from 7d9c853 Upload to unstable
new 44c7587 Standards-Version updated to 3.9.8
new c3983c5 Switch to debhelper level 10
new d314b51 Build with the DH sequencer instead of CDBS
new 92efdbe Updated the Homepage field
new 5c75f09 Fixed the Vcs-* fields
new d16ad72 Removed debian/orig-tar.sh
adds 34a7ac4 New upstream version 0.2.3
new ad68e89 Merge tag 'upstream/0.2.3'
new 0b7fdb8 Depend on libcommons3-lang-java instead of libcommons-lang-java
new bb31f8c Upload to unstable
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.hgignore | 9 +
README.md | 158 ++++++++++
debian/changelog | 13 +
debian/compat | 2 +-
debian/control | 12 +-
debian/copyright | 2 +-
debian/orig-tar.sh | 18 --
debian/rules | 8 +-
debian/watch | 2 +-
pom.xml | 24 +-
src/main/java/com/googlecode/jatl/HtmlBuilder.java | 7 -
src/main/java/com/googlecode/jatl/HtmlWriter.java | 16 +-
src/main/java/com/googlecode/jatl/Indenter.java | 2 +-
.../googlecode/jatl/InternalStrSubstitutor.java | 92 ++++++
.../googlecode/jatl/InternalValidationUtils.java | 45 +++
.../java/com/googlecode/jatl/MarkupBuilder.java | 59 ++--
.../java/com/googlecode/jatl/MarkupWriter.java | 15 +-
.../{HtmlWriter.java => XmlBuilderWriter.java} | 47 ++-
src/main/java/com/googlecode/jatl/XmlWriter.java | 31 ++
.../java/com/googlecode/jatl/package-info.java | 4 +-
.../java/com/googlecode/jatl/HtmlBuilderTest.java | 43 +++
.../jatl/InternalStrSubstitutorTest.java | 322 +++++++++++++++++++++
.../java/com/googlecode/jatl/XmlWriterTest.java | 46 +++
23 files changed, 869 insertions(+), 108 deletions(-)
create mode 100644 .hgignore
create mode 100644 README.md
delete mode 100755 debian/orig-tar.sh
create mode 100644 src/main/java/com/googlecode/jatl/InternalStrSubstitutor.java
create mode 100644 src/main/java/com/googlecode/jatl/InternalValidationUtils.java
copy src/main/java/com/googlecode/jatl/{HtmlWriter.java => XmlBuilderWriter.java} (54%)
create mode 100644 src/main/java/com/googlecode/jatl/XmlWriter.java
create mode 100644 src/test/java/com/googlecode/jatl/InternalStrSubstitutorTest.java
create mode 100644 src/test/java/com/googlecode/jatl/XmlWriterTest.java
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jatl.git
More information about the pkg-java-commits
mailing list