[SCM] jvyamlb packaging branch, master, updated. upstream/0.2.5-4-ge20d4f3

Andres Mejia ceros-guest at alioth.debian.org
Mon Jan 10 00:22:07 UTC 2011


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  e20d4f32bf58a282f793198f40ba34594c5a30ed (commit)
       via  122940474ef72e7f0499fddc6ec70a4c19e1c5d2 (commit)
      from  ab65cfe59e0726aad4341ae38441b28112c55fc2 (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 e20d4f32bf58a282f793198f40ba34594c5a30ed
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun Jan 9 19:21:31 2011 -0500

    Transition to junit4 from junit.

commit 122940474ef72e7f0499fddc6ec70a4c19e1c5d2
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sun Jan 9 19:10:01 2011 -0500

    Add proper versioned dependency on debhelper.
    Add VCS entries in debian/control.
    Add substitution variables for use with javahelper.
    Remove redundant Priority fields.
    Add proper Closes tags in changelog.

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

Summary of changes:
 debian/changelog |    4 ++--
 debian/control   |    9 +++++----
 debian/rules     |    1 +
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11a57b8..29530bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 jvyamlb (0.2.5-1) unstable; urgency=low
 
-  * Initial release.
+  * Initial release. (Closes: #609499)
 
- -- Andres Mejia <mcitadel at gmail.com>  Sat, 08 Jan 2011 01:22:57 -0500
+ -- Andres Mejia <mcitadel at gmail.com>  Sun, 09 Jan 2011 19:01:19 -0500
diff --git a/debian/control b/debian/control
index 3fab8b9..9e7780b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ Section: contrib/java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Andres Mejia <mcitadel at gmail.com>
-Build-Depends: debhelper (>=7), javahelper
+Build-Depends: debhelper (>= 7.0.50~), javahelper
 Build-Depends-Indep: ant, ant-optional, default-jdk, jruby, libjoda-time-java,
- junit
+ junit4
 Standards-Version: 3.9.1
 Homepage: http://code.google.com/p/jvyamlb/
+Vcs-Git: git://git.debian.org/git/pkg-java/jvyamlb.git
+Vcs-Browser: http://git.debian.org/?p=pkg-java/jvyamlb.git
 
 Package: libjvyamlb-java
 Architecture: all
-Priority: optional
-Depends: ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends}, ${java:Depends}, ${misc:Depends},
   default-jre-headless | java2-runtime-headless
 Description: pure Java YAML loader and dumper
  JvYAMLb is a very customizable, YAML 1.0/1.1 loader and dumper. JvYAMLb is
diff --git a/debian/rules b/debian/rules
index b87e7c9..3398d48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ override_dh_auto_configure:
 	mkdir lib
 	ln -sf /usr/share/java/jruby.jar lib/bytelist-0.1.jar
 	ln -sf /usr/share/java/joda-time.jar lib/joda-time-1.5.1.jar
+	ln -sf /usr/share/java/junit4.jar lib/junit.jar
 
 override_dh_clean:
 	rm -rf lib


hooks/post-receive
-- 
jvyamlb packaging



More information about the pkg-java-commits mailing list