Compare commits

..

No commits in common. "master" and "upstream" have entirely different histories.

10 changed files with 0 additions and 100 deletions

11
debian/changelog vendored
View File

@ -1,11 +0,0 @@
jmx4perl (1.12-1) UNRELEASED; urgency=medium
* new version based on ubuntu package
-- Mario Fetka <mario.fetka@gmail.com> Tue, 31 Oct 2017 14:40:59 +0100
jmx4perl (1.07-1~gekkio1) trusty; urgency=low
* Initial Release.
-- Joonas Javanainen <joonas.javanainen@gmail.com> Mon, 24 Mar 2014 12:43:38 +0200

1
debian/compat vendored
View File

@ -1 +0,0 @@
9

42
debian/control vendored
View File

@ -1,42 +0,0 @@
Source: jmx4perl
Section: perl
Priority: optional
Maintainer: Joonas Javanainen <joonas.javanainen@gmail.com>
Build-Depends: debhelper (>= 9.20120312),
perl,
libarchive-zip-perl, libconfig-general-perl (>= 2.34), libcrypt-blowfish-pp-perl,
libdigest-sha1-perl, libfile-searchpath-perl, libjson-perl (>= 2.12),
libmodule-find-perl, libmonitoring-plugin-perl (>= 0.27), libsys-sigaction-perl,
libterm-clui-perl, libterm-progressbar-perl, libterm-shellui-perl,
libterm-size-perl (>= 0.207), liburi-perl (>= 1.35), libwww-perl,
libxml-libxml-perl, libxml-twig-perl, libio-socket-multicast-perl
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/jmx4perl
Package: libjmx4perl-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libarchive-zip-perl, libconfig-general-perl (>= 2.34), libcrypt-blowfish-pp-perl,
libdigest-sha1-perl, libfile-searchpath-perl, libjson-perl (>= 2.12),
libmodule-find-perl, libmonitoring-plugin-perl (>= 0.27), libsys-sigaction-perl,
libterm-clui-perl, libterm-progressbar-perl, libterm-shellui-perl,
libterm-size-perl (>= 0.207), liburi-perl (>= 1.35), libwww-perl,
libxml-libxml-perl, libxml-twig-perl, libio-socket-multicast-perl
Description: Easy JMX access to Java EE applications
Jmx4Perl provides an alternate way for accessing Java JEE Server
management interfaces which are based on JMX (Java Management
Extensions). It is an agent based approach, where a small Java
Webapplication deployed on the application server provides an
HTTP/JSON based access to JMX MBeans registered within the
application server.
Package: jmx4perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libjmx4perl-perl (= ${binary:Version})
Description: Easy JMX access to Java EE applications (command-line tools)
Jmx4Perl provides an alternate way for accessing Java JEE Server
management interfaces which are based on JMX (Java Management
Extensions). It is an agent based approach, where a small Java
Webapplication deployed on the application server provides an
HTTP/JSON based access to JMX MBeans registered within the
application server.

34
debian/copyright vendored
View File

@ -1,34 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/jmx4perl
Upstream-Contact: Roland Huss (roland@cpan.org)
Upstream-Name: jmx4perl
Files: *
Copyright: Roland Huss (roland@cpan.org)
License: GPL-2+
Files: debian/*
Copyright: 2014, Joonas Javanainen <joonas.javanainen@gmail.com>
License: GPL-2+
License: GPL-2+
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later
version.
.
This program is distributed in the hope that it will be
useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU General Public License for more
details.
.
You should have received a copy of the GNU General Public
License along with this package; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.`

View File

@ -1,2 +0,0 @@
usr/bin
usr/share/man/man1

View File

@ -1 +0,0 @@
examples/*

View File

@ -1,2 +0,0 @@
usr/share/man/man3
usr/share/perl5

4
debian/rules vendored
View File

@ -1,4 +0,0 @@
#!/usr/bin/make -f
%:
dh $@

View File

@ -1 +0,0 @@
3.0 (quilt)

2
debian/watch vendored
View File

@ -1,2 +0,0 @@
version=3
https://metacpan.org/release/jmx4perl .*/jmx4perl-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$