File: control

package info (click to toggle)
jmagick 6.7.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,528 kB
  • sloc: ansic: 6,590; java: 2,758; sh: 365; makefile: 168; xml: 101
file content (82 lines) | stat: -rw-r--r-- 2,918 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
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).