[dropwizard-metrics] 01/01: Rename source package nameto dropwizard-metrics

Tim Potter tpot-guest at moszumanska.debian.org
Tue Nov 18 06:40:14 GMT 2014


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

tpot-guest pushed a commit to branch master
in repository dropwizard-metrics.

commit 2a91a93a758a21e5728f93507ada92e601260e08
Author: Tim Potter <tpot at hp.com>
Date:   Tue Nov 18 17:39:54 2014 +1100

    Rename source package nameto dropwizard-metrics
---
 debian/README.Debian                                             | 4 ++--
 debian/README.source                                             | 4 ++--
 debian/changelog                                                 | 2 +-
 debian/control                                                   | 8 ++++----
 debian/{libmetrics-java.poms => libdropwizard-metrics-java.poms} | 0
 debian/patches/dont-bundle-submodules.patch                      | 6 +++---
 debian/patches/dont-require-maven3.patch                         | 6 +++---
 7 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 4a6653f..0757112 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,5 +1,5 @@
-metrics for Debian
-------------------
+dropwizard-metrics for Debian
+-----------------------------
 
 <possible notes regarding this package - if none, delete this file>
 
diff --git a/debian/README.source b/debian/README.source
index a00f8f3..cde87c7 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,5 +1,5 @@
-metrics for Debian
-------------------
+dropwizard-metrics for Debian
+-----------------------------
 
 <this file describes information about the source package, see Debian policy
 manual section 4.14. You WILL either need to modify or delete this file>
diff --git a/debian/changelog b/debian/changelog
index 7f79ec9..ff8b431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-metrics (3.0.2-1) unstable; urgency=low
+dropwizard-metrics (3.0.2-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
diff --git a/debian/control b/debian/control
index 9dae7bd..2410d76 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
-Source: metrics
+Source: dropwizard-metrics
 Section: java
 Priority: optional
 Maintainer: Tim Potter <tpot at hp.com>
 Build-Depends: debhelper (>= 9), maven-debian-helper, default-jdk, javahelper, libslf4j-java, libjackson2-databind-java, liblog4j1.2-java, liblogback-java, libehcache-java, libgmetric4j-java, libservlet3.1-java, libmaven-bundle-plugin-java, libmaven-source-plugin-java, libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, libfest-assert-java, libmockito-java, libslf4j-java, libservlet3.1-java, libhttpclient-java
 Standards-Version: 3.9.6
 Homepage: https://dropwizard.github.io/metrics/3.1.0/
-Vcs-Git: git://anonscm.debian.org/collab-maint/metrics.git
-Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/metrics.git;a=summary
+Vcs-Git: git://anonscm.debian.org/collab-maint/dropwizard-metrics.git
+Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/dropwizard-metrics.git;a=summary
 
-Package: libmetrics-java
+Package: libdropwizard-metrics-java
 Architecture: all
 Depends: ${misc:Depends}
 Description: capture JVM- and application-level metrics for Java applications
diff --git a/debian/libmetrics-java.poms b/debian/libdropwizard-metrics-java.poms
similarity index 100%
rename from debian/libmetrics-java.poms
rename to debian/libdropwizard-metrics-java.poms
diff --git a/debian/patches/dont-bundle-submodules.patch b/debian/patches/dont-bundle-submodules.patch
index 84ca676..cd85e38 100644
--- a/debian/patches/dont-bundle-submodules.patch
+++ b/debian/patches/dont-bundle-submodules.patch
@@ -1,7 +1,7 @@
-Index: metrics/metrics-core/pom.xml
+Index: dropwizard-metrics/metrics-core/pom.xml
 ===================================================================
---- metrics.orig/metrics-core/pom.xml
-+++ metrics/metrics-core/pom.xml
+--- dropwizard-metrics.orig/metrics-core/pom.xml
++++ dropwizard-metrics/metrics-core/pom.xml
 @@ -10,7 +10,7 @@
  
      <artifactId>metrics-core</artifactId>
diff --git a/debian/patches/dont-require-maven3.patch b/debian/patches/dont-require-maven3.patch
index 6cc979e..b080917 100644
--- a/debian/patches/dont-require-maven3.patch
+++ b/debian/patches/dont-require-maven3.patch
@@ -1,7 +1,7 @@
-Index: metrics/pom.xml
+Index: dropwizard-metrics/pom.xml
 ===================================================================
---- metrics.orig/pom.xml
-+++ metrics/pom.xml
+--- dropwizard-metrics.orig/pom.xml
++++ dropwizard-metrics/pom.xml
 @@ -2,7 +2,6 @@
  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>

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



More information about the pkg-java-commits mailing list