Source: jmagick
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>
Section: graphics
Priority: optional
Standards-Version: 4.7.0
Build-Depends: chrpath,
               debhelper-compat (= 13),
               default-jdk,
               libmagickcore-dev,
               maven-repo-helper,
               javahelper,
               libmagickwand-dev,
               junit4 <!nocheck>,
               imagemagick <!nocheck>
Vcs-Git: https://salsa.debian.org/java-team/jmagick.git
Vcs-Browser: https://salsa.debian.org/java-team/jmagick
Homepage: https://github.com/techblue/jmagick
Rules-Requires-Root: no

Package: libjmagick7-java
Architecture: all
Section: java
Depends: ${misc:Depends}, libjmagick7-jni (>= ${source:Version})
Provides: jmagick
Breaks: libjmagick6-java (<< 6.7.8)
Replaces: libjmagick6-java (<< 6.7.8)
Description: Java interface to ImageMagick
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.

Package: jmagick7-docs
Section: doc
Architecture: all
Provides: jmagick-docs
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Java interface to ImageMagick (documentation)
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.
 .
 This package contains javadoc generated documentation.

Package: libjmagick7-jni
Section: java
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libjmagick6-jni (<< 6.7.8)
Replaces: libjmagick6-jni (<< 6.7.8)
Description: Java interface to ImageMagick (native library)
 JMagick is an open source Java interface of ImageMagick.  It is
 implemented in the form of Java Native Interface (JNI) into the
 ImageMagick API.
 .
 JMagick does not attempt to make the ImageMagick API
 object-oriented. It is merely a thin interface layer into the
 ImageMagick API.
 .
 JMagick currently only implements a subset of ImageMagick APIs.
 Should you require unimplemented features in JMagick, please join the
 mailing list and make a request.
 .
 This package contains the native interface to ImageMagick.  It is
 loaded at runtime into the Java Virtual Machine (JVM).
