Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/188384

Change subject: initial debian/ directory
......................................................................

initial debian/ directory

Bug: T78514
Change-Id: Ie256376ec2568afb564b0666290b9f5137095a59
---
A debian/README.Debian
A debian/changelog
A debian/compat
A debian/control
A debian/copyright
A debian/libmetrics-ganglia-java.jlibs
A debian/libmetrics-graphite-java.jlibs
A debian/rules
8 files changed, 60 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/debs/dropwizard-metrics 
refs/changes/84/188384/2

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..321a2fa
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+dropwizard metrics Debian package
+=================================
+
+At the moment only metrics-graphite and metrics-ganglia are included from
+2.2.0 release, however other components are meant to be included.
+
+Files included here come from maven central, specifically
+http://search.maven.org/#browse%7C235570872
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b22be2c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+dropwizard-metrics (2.2.0-1) trusty; urgency=medium
+
+  * Initial release.
+
+ -- Filippo Giunchedi <fili...@wikimedia.org>  Tue, 03 Feb 2015 14:52:05 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f3d73ca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: dropwizard-metrics
+Section: java
+Priority: optional
+Maintainer: Filippo Giunchedi <fili...@wikimedia.org>
+Build-Depends: debhelper (>= 9), javahelper, default-jdk
+Standards-Version: 3.7.3
+Homepage: https://github.com/dropwizard/metrics
+
+Package: libmetrics-graphite-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Description: JVM and application metrics library - graphite reporter
+ Metrics provides a powerful toolkit of ways to measure the behavior of
+ critical components in your production environment.
+ .
+ With modules for common libraries like Jetty, Logback, Log4j, Apache
+ HttpClient, Ehcache, JDBI, Jersey and reporting backends like Ganglia and
+ Graphite, Metrics provides you with full-stack visibility.
+
+Package: libmetrics-ganglia-java
+Architecture: all
+Depends: ${java:Depends}, ${misc:Depends}
+Description: JVM and application metrics library - ganglia reporter
+ Metrics provides a powerful toolkit of ways to measure the behavior of
+ critical components in your production environment.
+ .
+ With modules for common libraries like Jetty, Logback, Log4j, Apache
+ HttpClient, Ehcache, JDBI, Jersey and reporting backends like Ganglia and
+ Graphite, Metrics provides you with full-stack visibility.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..68a4bc3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: metrics
+Source: https://github.com/dropwizard/metrics
+
+Files: *
+Copyright: 2010-2013 Coda Hale and Yammer, Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2014 Filippo Giunchedi <fili...@wikimedia.org>
+License: Apache-2.0
diff --git a/debian/libmetrics-ganglia-java.jlibs 
b/debian/libmetrics-ganglia-java.jlibs
new file mode 100644
index 0000000..ff0128b
--- /dev/null
+++ b/debian/libmetrics-ganglia-java.jlibs
@@ -0,0 +1 @@
+metrics-ganglia.jar
diff --git a/debian/libmetrics-graphite-java.jlibs 
b/debian/libmetrics-graphite-java.jlibs
new file mode 100644
index 0000000..825e233
--- /dev/null
+++ b/debian/libmetrics-graphite-java.jlibs
@@ -0,0 +1 @@
+metrics-graphite.jar
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..df489df
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --with javahelper

-- 
To view, visit https://gerrit.wikimedia.org/r/188384
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie256376ec2568afb564b0666290b9f5137095a59
Gerrit-PatchSet: 2
Gerrit-Project: operations/debs/dropwizard-metrics
Gerrit-Branch: master
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to