[java-allocation-instrumenter] branch master updated (fafd45a -> 8a36145)

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Thu Aug 11 07:36:06 UTC 2016


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

seamlik-guest pushed a change to branch master
in repository java-allocation-instrumenter.

      from  fafd45a   update debian/copyright
       new  756e37b   New upstream release 3.0.1-1
       new  2f5b545   Switch homepage to GitHub
       new  8fe12d3   Clean up unused files
      adds  2b70837   clean-up .svn folder
      adds  e1e193e   Imported Upstream version 3.0.1
       new  fb2504b   Merge tag 'upstream/3.0.1'
       new  5ed18ce   Install README.md to the dcumentations package
       new  fb90da1   d/maven.ignoreRules: Only ignore junit
       new  6f159eb   d/control: Adjust Build-Depends:   * Switch libasm4-java to libasm-java   * Add libguava-java   * Add default-jdk-headless as an option for JDK
       new  c28ceb7   d/control: Update Standards-Version to 3.9.8 (no change)
       new  cb31bdc   d/control: Use secure Vcs URLs
       new  8a36145   Update d/changelog

The 10 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                                         |  13 ++
 AUTHORS                                            |   1 +
 COPYING                                            | 202 +++++++++++++++++++++
 README.md                                          |  55 ++++++
 debian/changelog                                   |  15 ++
 debian/control                                     |  16 +-
 debian/copyright                                   |   2 +-
 debian/docs                                        |   0
 ...ibjava-allocation-instrumenter-java-doc.install |   1 +
 debian/maven.cleanIgnoreRules                      |   1 -
 debian/maven.ignoreRules                           |   4 +-
 debian/maven.publishedRules                        |   1 -
 debian/maven.rules                                 |   7 -
 debian/rules                                       |   6 +-
 debian/watch                                       |   4 +-
 pom.xml                                            | 165 +++++++++++------
 .../instrumentation/AllocationClassAdapter.java    |  18 +-
 .../instrumentation/AllocationInstrumenter.java    |  24 ++-
 .../instrumentation/AllocationMethodAdapter.java   |  85 +++++----
 .../instrumentation/AllocationRecorder.java        |  68 +++++--
 .../instrumentation/ConstructorCallback.java       |   6 +-
 .../instrumentation/ConstructorInstrumenter.java   |  42 ++++-
 .../runtime/instrumentation/StaticClassWriter.java |   2 +-
 .../instrumentation/VerifyingClassAdapter.java     |  11 +-
 24 files changed, 596 insertions(+), 153 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 README.md
 delete mode 100644 debian/docs
 create mode 100644 debian/libjava-allocation-instrumenter-java-doc.install
 delete mode 100644 debian/maven.cleanIgnoreRules
 delete mode 100644 debian/maven.publishedRules
 delete mode 100644 debian/maven.rules

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



More information about the pkg-java-commits mailing list