[bsaf] branch master updated (9a2a55e -> ffabedb)

Markus Koschany apo at moszumanska.debian.org
Thu Oct 13 18:27:03 UTC 2016


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

apo pushed a change to branch master
in repository bsaf.

      from  9a2a55e   prepare changelog for upload
       new  c4ccf9e   Start new changelog entry.
      adds  e96dde8   New upstream version 1.9.2
       new  86b6f7e   Merge tag 'upstream/1.9.2'
       new  b7cf4a5   Switch to compat level 10.
       new  05c2cea   Declare compliance with Debian Policy 3.9.8.
       new  c0f49af   wrap-and-sort -sa
       new  909573f   Switch from cdbs to dh sequencer.
       new  e908ed1   Vcs: Use cgit and https.
       new  c5f718f   Update changelog
       new  6e531bb   Drop 01-jnlp-dependency.patch
       new  c61926c   Rebase jnlp-dependency.patch
       new  ffabedb   Use --no-parent option.

The 11 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:
 debian/changelog                                   |  14 +
 debian/compat                                      |   2 +-
 debian/control                                     |  35 +-
 debian/copyright                                   |   6 +-
 debian/libbetter-appframework-java.poms            |   2 +-
 debian/patches/01-jnlp-dependency.patch            |  21 -
 debian/patches/jnlp-dependency.patch               |  30 ++
 debian/patches/series                              |   2 +-
 debian/rules                                       |   6 +-
 pom.xml                                            | 423 +++++++++++----------
 .../org/jdesktop/application/AbstractBean.java     |   3 -
 src/main/java/org/jdesktop/application/Action.java |  45 ++-
 .../jdesktop/application/ApplicationAction.java    |  35 +-
 .../jdesktop/application/ApplicationActionMap.java |  29 +-
 .../jdesktop/application/ApplicationContext.java   |   4 +-
 .../org/jdesktop/application/LocalStorage.java     |  31 +-
 .../org/jdesktop/application/ResourceManager.java  |  65 +++-
 .../java/org/jdesktop/application/ResourceMap.java |  11 +-
 .../application/SingleFrameApplication.java        |  10 +
 .../java/org/jdesktop/application/TaskService.java |   1 +
 .../application/session/SplitPaneProperty.java     |  12 +-
 .../application/ApplicationActionsTest.java        |  88 +++++
 .../EnabledPropertyInGermanLocaleTest.java         |   5 +
 .../jdesktop/application/ResourceManagerTest.java  |  38 ++
 .../application/SplitPaneInMaximizedFrameTest.java | 141 +++++++
 .../org/jdesktop/application/TaskServiceTest.java  | 128 +++++++
 26 files changed, 857 insertions(+), 330 deletions(-)
 delete mode 100644 debian/patches/01-jnlp-dependency.patch
 create mode 100644 debian/patches/jnlp-dependency.patch
 create mode 100644 src/test/java/org/jdesktop/application/SplitPaneInMaximizedFrameTest.java
 create mode 100644 src/test/java/org/jdesktop/application/TaskServiceTest.java

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



More information about the pkg-java-commits mailing list