[pkg-java] r13757 - trunk/jmagick/debian
Vincent Fourmond
fourmond at alioth.debian.org
Mon Jun 6 09:16:22 UTC 2011
Author: fourmond
Date: 2011-06-06 09:16:22 +0000 (Mon, 06 Jun 2011)
New Revision: 13757
Modified:
trunk/jmagick/debian/changelog
trunk/jmagick/debian/control
Log:
[jmagick] Adapt BD to newer imagemagick package layout + fix various details
Modified: trunk/jmagick/debian/changelog
===================================================================
--- trunk/jmagick/debian/changelog 2011-06-05 13:15:20 UTC (rev 13756)
+++ trunk/jmagick/debian/changelog 2011-06-06 09:16:22 UTC (rev 13757)
@@ -1,4 +1,4 @@
-jmagick (6.2.6-0-8) UNRELEASED; urgency=low
+jmagick (6.2.6-0-8) unstable; urgency=low
[ Niels Thykier ]
* Team upload.
@@ -9,11 +9,15 @@
[ Kumar Appaiah ]
* Remove myself from Uploaders.
- -- Kumar Appaiah <akumar at debian.org> Fri, 01 Apr 2011 00:20:30 -0500
+ [ Vincent Fourmond ]
+ * Adapt build-depends to newer imagemagick (closes: #625595)
+ * Packages now also conforms to standards 3.9.2
+ * Remove articles at the beginning of the short description
+ -- Vincent Fourmond <fourmond at debian.org> Mon, 06 Jun 2011 11:12:36 +0200
+
jmagick (6.2.6-0-7) unstable; urgency=low
- UNRELEASED
* Change maintainers into Maintainers.
-- Torsten Werner <twerner at debian.org> Sun, 11 Apr 2010 21:46:53 +0200
Modified: trunk/jmagick/debian/control
===================================================================
--- trunk/jmagick/debian/control 2011-06-05 13:15:20 UTC (rev 13756)
+++ trunk/jmagick/debian/control 2011-06-06 09:16:22 UTC (rev 13757)
@@ -1,10 +1,11 @@
Source: jmagick
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org> Michael Koch <konqueror at gmx.de>
+Uploaders: Varun Hiremath <varun at debian.org>, Michael Koch <konqueror at gmx.de>
Section: graphics
Priority: optional
-Standards-Version: 3.9.1
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, libmagick9-dev, autotools-dev, chrpath
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7), cdbs, default-jdk,
+ libmagickcore-dev, autotools-dev, chrpath
Homepage: http://www.yeo.id.au/jmagick/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jmagick
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jmagick
@@ -14,7 +15,7 @@
Section: java
Depends: ${misc:Depends}, libjmagick6-jni (>= ${source:Version})
Provides: jmagick
-Description: A java interface to ImageMagick - java classes
+Description: java interface to ImageMagick - java classes
JMagick is an open source Java interface of ImageMagick. It is
implemented in the form of Java Native Interface (JNI) into the
ImageMagick API.
@@ -32,7 +33,7 @@
Architecture: all
Provides: jmagick-docs
Depends: ${misc:Depends}
-Description: A java interface to ImageMagick - api documentation
+Description: java interface to ImageMagick - api 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.
@@ -50,7 +51,7 @@
Package: libjmagick6-jni
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: A java interface to ImageMagick - native library
+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.
More information about the pkg-java-commits
mailing list