[jenkins-memory-monitor] branch master updated (20a643e -> 35fa47c)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Sep 4 21:32:33 UTC 2014


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

ebourg-guest pushed a change to branch master
in repository jenkins-memory-monitor.

      from  20a643e   Fix FTBFS with procps 3.3.3 (Closes: #674389):
       new  ab78ac2   Removed the deprecated DM-Upload-Allowed field
       new  db7a9fc   Standards-Version updated to 3.9.5
       new  c33e8fe   Switch to debhelper level 9
       new  3254016   Use canonical URLs for the Vcs-* fields
       new  e002811   Fixed the description-synopsis-might-not-be-phrased-properly warning
      adds  eb0abe5   Imported Upstream version 1.8
       new  6d4fbbc   Merge tag 'upstream/1.8'
       new  35fa47c   New upstream release (1.8) Removed procps-3.3.patch (fixed upstream) Build depend on junit4 instead of junit

The 7 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:
 .gitignore                                         |   1 +
 debian/changelog                                   |  14 ++
 debian/compat                                      |   2 +-
 debian/control                                     |  15 +--
 debian/jenkins-memory-monitor.poms                 |  12 +-
 debian/maven.rules                                 |   2 +-
 debian/patches/procps-3.3.patch                    |  88 -------------
 debian/patches/series                              |   1 -
 pom.xml                                            |  22 ++--
 src/main/java/org/jvnet/hudson/Aix.java            | 146 +++++++++++++++++++++
 src/main/java/org/jvnet/hudson/MemoryMonitor.java  |   7 +-
 src/main/java/org/jvnet/hudson/Top.java            |  40 +++++-
 .../java/org/jvnet/hudson/MemoryMonitorTest.java   |  10 +-
 13 files changed, 240 insertions(+), 120 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 debian/patches/procps-3.3.patch
 delete mode 100644 debian/patches/series
 create mode 100644 src/main/java/org/jvnet/hudson/Aix.java

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



More information about the pkg-java-commits mailing list