This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jvyamlb packaging".

The branch, master has been updated
       via  9818a1f8ea89bf9e4f0a5d424c61003ffe9ce2a3 (commit)
      from  e20d4f32bf58a282f793198f40ba34594c5a30ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9818a1f8ea89bf9e4f0a5d424c61003ffe9ce2a3
Author: Damien Raude-Morvan <[email protected]>
Date:   Wed Jan 26 20:42:49 2011 +0100

    d/control: Drop Depends: ${shlib:Depends} as useless for Java package.
    
    * d/control: Drop Depends: ${shlib:Depends} as useless for Java package.
    * d/control: Drop Depends: default-jre-headless | java2-runtime-headless
      as a Java library don't need to depends on runtime (Java Policy).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    6 ++++++
 debian/control   |    3 +--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 29530bc..7242221 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 jvyamlb (0.2.5-1) unstable; urgency=low
 
+  [ Andres Mejia ]
   * Initial release. (Closes: #609499)
 
+  [ Damien Raude-Morvan ]
+  * d/control: Drop Depends: ${shlib:Depends} as useless for Java package.
+  * d/control: Drop Depends: default-jre-headless | java2-runtime-headless
+    as a Java library don't need to depends on runtime (Java Policy).
+
  -- Andres Mejia <[email protected]>  Sun, 09 Jan 2011 19:01:19 -0500
diff --git a/debian/control b/debian/control
index 9e7780b..fd727ea 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-java/jvyamlb.git
 
 Package: libjvyamlb-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${java:Depends}, ${misc:Depends},
-  default-jre-headless | java2-runtime-headless
+Depends: ${java:Depends}, ${misc:Depends}
 Description: pure Java YAML loader and dumper
  JvYAMLb is a very customizable, YAML 1.0/1.1 loader and dumper. JvYAMLb is
  aimed at improving YAML performance in the JRuby project


hooks/post-receive
-- 
jvyamlb packaging

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to