[libminlog-java] branch master updated (e0ea7d3 -> 6505fdc)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 09:39:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository libminlog-java.
from e0ea7d3 Upload to unstable
new 964217d Standards-Version updated to 3.9.8
new 7552c96 Switch to debhelper level 10
new a06753a Use secure Vcs-* URLs
new b5b7615 Updated the watch file
adds 4c0d78a New upstream version 1.3.0
new 4ce7b1e Merge tag 'upstream/1.3.0'
new b86e7e2 Wrap and sort
new 8b1500d Build with Maven instead of javahelper
new cf0733f Refreshed debian/copyright
new 6505fdc 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:
minlog/.classpath => .classpath | 0
.gitignore | 9 ++
minlog/.project => .project | 0
README.md | 128 +++++++++++++++++++++
debian/changelog | 12 ++
debian/compat | 2 +-
debian/control | 21 ++--
debian/copyright | 27 ++---
debian/javabuild | 1 -
debian/libminlog-java-doc.install | 2 +
debian/libminlog-java-doc.javadoc | 1 -
debian/libminlog-java.poms | 29 ++++-
debian/maven.ignoreRules | 4 +
debian/orig-tar.excludes | 2 -
debian/orig-tar.sh | 16 ---
debian/pom.xml | 61 ----------
debian/rules | 6 +-
debian/watch | 4 +-
license.txt | 10 ++
pom.xml | 123 ++++++++++++++++++++
project.yaml | 1 +
.../com/esotericsoftware/minlog/Log.java | 0
22 files changed, 345 insertions(+), 114 deletions(-)
rename minlog/.classpath => .classpath (100%)
create mode 100644 .gitignore
rename minlog/.project => .project (100%)
create mode 100644 README.md
delete mode 100644 debian/javabuild
create mode 100644 debian/libminlog-java-doc.install
delete mode 100644 debian/libminlog-java-doc.javadoc
create mode 100644 debian/maven.ignoreRules
delete mode 100644 debian/orig-tar.excludes
delete mode 100755 debian/orig-tar.sh
delete mode 100644 debian/pom.xml
create mode 100644 license.txt
create mode 100644 pom.xml
create mode 100644 project.yaml
rename {minlog/src => src}/com/esotericsoftware/minlog/Log.java (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libminlog-java.git
More information about the pkg-java-commits
mailing list