debian/0000755000000000000000000000000012304703711007164 5ustar debian/build.properties0000644000000000000000000000005312304370317012401 0ustar maven.test.skip=true javadoc.dir=build/api debian/compat0000644000000000000000000000000212304370317010364 0ustar 9 debian/copyright0000644000000000000000000000252012304370317011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gmetric4j Upstream-Contact: Ganglia community Source: https://github.com/ganglia/gmetric4j Files: * Copyright: 2008-2011, Jasper Humphrey 2012-2014, Daniel Pocock License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/libgmetric4j-java.poms0000644000000000000000000000002412304370317013360 0ustar pom.xml --no-parent debian/rules0000755000000000000000000000141212304370317010244 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(shell echo $(DEB_UPSTREAM_VERSION)) JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps oncrpc DEB_ANT_BUILD_TARGET := package #javadoc DEB_ANT_BUILDFILE := /usr/share/maven-ant-helper/maven-build.xml DEB_ANT_ARGS := -Dbasedir=$(realpath .) -Dpackage=$(PACKAGE) #API_DOCS := build/api #get-orig-source: # uscan --download-version $(VERSION) --force-download --rename binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java mh_installjar -plib$(PACKAGE)-java -l pom.xml build/$(PACKAGE)-$(VERSION).jar clean:: mh_clean debian/source/0000755000000000000000000000000012304370317010466 5ustar debian/source/format0000644000000000000000000000001412304370317011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011312304370317010212 0ustar version=3 https://github.com/ganglia/gmetric4j/tags .*/tarball/(\d[\d\.]+) debian/README.source0000644000000000000000000000030712304370317011345 0ustar This builds the package: git-buildpackage -rfakeroot \ --git-debian-branch=debian \ --git-upstream-branch=master \ --git-upstream-tag='%(version)s' \ -i"'(^.git|^target|pom.xml)'" debian/changelog0000644000000000000000000000046412304703605011044 0ustar gmetric4j (1.0.6-2) unstable; urgency=low * Recommend ganglia-monitor -- Daniel Pocock Sun, 02 Mar 2014 20:33:19 +0100 gmetric4j (1.0.6-1) unstable; urgency=low * Initial packaging (Closes: #740430) -- Daniel Pocock Sat, 01 Mar 2014 14:36:16 +0100 debian/control0000644000000000000000000000163412304703653010600 0ustar Source: gmetric4j Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Daniel Pocock Build-Depends: debhelper (>= 9), cdbs (>= 0.4.5.3), default-jdk, remotetea Build-Depends-Indep: maven-repo-helper (>> 0.5), maven-ant-helper (>> 4), ant, ant-optional, Standards-Version: 3.9.5 Homepage: https://github.com/ganglia/gmetric4j Vcs-Git: https://github.com/ganglia/gmetric4j.git Vcs-Browser: https://github.com/ganglia/gmetric4j Package: libgmetric4j-java Architecture: all Depends: ${misc:Depends}, remotetea Recommends: ganglia-monitor Suggests: ganglia-webfrontend Description: gmetric4j Ganglia metric transmission API gmetric4j is a 100% java, configurable Ganglia agent that periodically polls arbitrary attributes and reports their values to Ganglia. . It supports both the v3.1 wire format and the legacy wire format.