Compare commits

...

4 Commits

Author SHA1 Message Date
Mario Fetka 5a10dffec1 correct deeps 2017-10-31 16:24:52 +01:00
Mario Fetka b9d078d272 correct deeps 2017-10-31 15:28:02 +01:00
Mario Fetka 70c31db39e inital commit 2017-10-31 14:42:40 +01:00
Mario Fetka df4ddbc587 inital commit 2017-10-31 14:41:52 +01:00
10 changed files with 100 additions and 0 deletions

11
debian/changelog vendored Normal file
View File

@ -0,0 +1,11 @@
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 Normal file
View File

@ -0,0 +1 @@
9

42
debian/control vendored Normal file
View File

@ -0,0 +1,42 @@
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 Normal file
View File

@ -0,0 +1,34 @@
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'.`

2
debian/jmx4perl.install vendored Normal file
View File

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

1
debian/libjmx4perl-perl.examples vendored Normal file
View File

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

2
debian/libjmx4perl-perl.install vendored Normal file
View File

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

4
debian/rules vendored Executable file
View File

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

1
debian/source/format vendored Normal file
View File

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

2
debian/watch vendored Normal file
View File

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