[atinject-jsr330] 05/07: Moved the TCK into its own package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Nov 13 20:53:02 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository atinject-jsr330.

commit cfb8ddc831bff5e04223df1dbf0039294e707fd2
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Nov 13 21:51:58 2017 +0100

    Moved the TCK into its own package
---
 debian/changelog                        |  1 +
 debian/control                          | 14 ++++++++++++++
 debian/libatinject-jsr330-api-java.poms |  4 ++--
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e334404..769b526 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 atinject-jsr330 (1.0+ds1-4) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Moved the TCK into its own package
   * Ensure the build system used is ant and not maven
   * Updated the Homepage field
   * Track and download the releases from GitHub
diff --git a/debian/control b/debian/control
index 7333e84..6ba1fe8 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,20 @@ Description: Java API for JSR-330 Dependency Injection
  It's a set of API aiming to standardize an extensible dependency injection
  paradigm, as those provided by Guice, Spring or Plexus projects.
 
+Package: libatinject-jsr330-tck-java
+Architecture: all
+Depends: ${misc:Depends}
+Breaks: libatinject-jsr330-api-java (<< 1.0+ds1-4~)
+Replaces: libatinject-jsr330-api-java (<< 1.0+ds1-4~)
+Description: Java API for JSR-330 Dependency Injection (TCK)
+ AtInject is the Java API build by the JSR-330 Expert Group:
+ <http://jcp.org/en/jsr/detail?id=330>.
+ .
+ It's a set of API aiming to standardize an extensible dependency injection
+ paradigm, as those provided by Guice, Spring or Plexus projects.
+ .
+ This package contains the JSR-330 TCK.
+
 Package: libatinject-jsr330-api-java-doc
 Architecture: all
 Section: doc
diff --git a/debian/libatinject-jsr330-api-java.poms b/debian/libatinject-jsr330-api-java.poms
index 135639a..2cb3411 100644
--- a/debian/libatinject-jsr330-api-java.poms
+++ b/debian/libatinject-jsr330-api-java.poms
@@ -25,5 +25,5 @@
 #   --site-xml=<location>: Optional, the location for site.xml if it needs to be installed.
 #     Empty by default. [mh_install]
 #
-debian/pom.xml --java-lib --usj-name=atinject-jsr330-api --artifact=build/javax.inject.jar
-pom.xml        --java-lib --usj-name=atinject-jsr330-tck --artifact=build/javax.inject-tck.jar
+debian/pom.xml --java-lib --usj-name=atinject-jsr330-api --artifact=build/javax.inject.jar     --package=libatinject-jsr330-api-java
+pom.xml        --java-lib --usj-name=atinject-jsr330-tck --artifact=build/javax.inject-tck.jar --package=libatinject-jsr330-tck-java

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



More information about the pkg-java-commits mailing list