Package: libhibernate3-java
Version: 3.6.9.Final-2
Severity: normal
Tags: patch

On my fairly new wheezy installation I installed libhibernate3-java and
tried to use it in a project of mine. I noticed multiple dependencies of
hibernate missing on my system, I couldn't even create a new
Configuration Object. 

I'm attaching a patch to add dependencies to libhibernate3-java

-- System Information:
Debian Release: 7.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information
diff -u -r debian.orig/control debian/control
--- debian.orig/control	2013-04-14 15:36:20.462410225 +0200
+++ debian/control	2013-04-14 16:04:48.458879702 +0200
@@ -22,7 +22,11 @@
 
 Package: libhibernate3-java
 Architecture: all
-Depends: ${misc:Depends}
+Depends: libcglib-java,
+ libdom4j-java,
+ libhibernate-commons-annotations-java,
+ libslf4j-java,
+ ${misc:Depends}
 Conflicts: libhibernate-entitymanager-java
 Provides: libhibernate-annotations-java, libhibernate-entitymanager-java
 Replaces: libhibernate-annotations-java, libhibernate-entitymanager-java
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to