[libjbcrypt-java] branch master updated (d83b8be -> e56e5dc)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Apr 2 22:07:29 UTC 2015


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

ebourg-guest pushed a change to branch master
in repository libjbcrypt-java.

      from  d83b8be   Switch to debhelper level 9
      adds  ff0aee5   Imported Upstream version 0.4
       new  a422d2e   Merge tag 'upstream/0.4'
       new  bb89b05   New upstream release (Closes: #780102)
       new  9e4d896   Added a build dependency on Ant
       new  e56e5dc   Upload to experimental

The 4 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:
 build.xml                                          | 45 ++++++++++++++++++++++
 debian/changelog                                   |  9 ++++-
 debian/control                                     |  1 +
 debian/javabuild                                   |  1 -
 debian/libjbcrypt-java.dirs                        |  1 -
 debian/libjbcrypt-java.javadoc                     |  1 -
 debian/libjbcrypt-java.jlibs                       |  1 -
 debian/libjbcrypt-java.poms                        |  2 +-
 .../0001-Add-org.mindrot-package-to-BCrypt.patch   | 19 ---------
 debian/patches/series                              |  1 -
 debian/pom.xml                                     |  2 +-
 debian/rules                                       |  3 ++
 BCrypt.java => src/org/mindrot/jbcrypt/BCrypt.java | 45 +++++++++++++++++-----
 .../org/mindrot/jbcrypt/TestBCrypt.java            |  5 ++-
 14 files changed, 98 insertions(+), 38 deletions(-)
 create mode 100644 build.xml
 delete mode 100644 debian/javabuild
 delete mode 100644 debian/libjbcrypt-java.dirs
 delete mode 100644 debian/libjbcrypt-java.javadoc
 delete mode 100644 debian/libjbcrypt-java.jlibs
 delete mode 100644 debian/patches/0001-Add-org.mindrot-package-to-BCrypt.patch
 delete mode 100644 debian/patches/series
 rename BCrypt.java => src/org/mindrot/jbcrypt/BCrypt.java (95%)
 rename TestBCrypt.java => test/org/mindrot/jbcrypt/TestBCrypt.java (98%)

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



More information about the pkg-java-commits mailing list