[pkg-java] r11404 - in trunk/jmagick/debian: . source

Varun Hiremath varun at alioth.debian.org
Sun Jan 24 23:04:31 UTC 2010


Author: varun
Date: 2010-01-24 23:04:28 +0000 (Sun, 24 Jan 2010)
New Revision: 11404

Added:
   trunk/jmagick/debian/source/
   trunk/jmagick/debian/source/format
Modified:
   trunk/jmagick/debian/changelog
   trunk/jmagick/debian/control
   trunk/jmagick/debian/copyright
   trunk/jmagick/debian/rules
Log:
Switch to source format 3.0

Modified: trunk/jmagick/debian/changelog
===================================================================
--- trunk/jmagick/debian/changelog	2010-01-24 21:50:21 UTC (rev 11403)
+++ trunk/jmagick/debian/changelog	2010-01-24 23:04:28 UTC (rev 11404)
@@ -1,5 +1,6 @@
-jmagick (6.2.6-0-5) UNRELEASED; urgency=low
+jmagick (6.2.6-0-5) unstable; urgency=low
 
+  [ Michael Koch ]
   * Fixed watch file to point to correct download location
     (Closes: #551207).
   * Adjusted debian/orig-tar.sh for new upstream layout.
@@ -7,8 +8,11 @@
   * Added myself to Uploaders.
   * Updated Standards-Version to 3.8.3.
 
- -- Michael Koch <konqueror at gmx.de>  Mon, 21 Sep 2009 10:40:58 +0200
+  [ Varun Hiremath ]
+  * Switch to source format 3.0
 
+ -- Varun Hiremath <varun at debian.org>  Sun, 24 Jan 2010 17:45:10 -0500
+
 jmagick (6.2.6-0-4) unstable; urgency=medium
 
   * debian/control:

Modified: trunk/jmagick/debian/control
===================================================================
--- trunk/jmagick/debian/control	2010-01-24 21:50:21 UTC (rev 11403)
+++ trunk/jmagick/debian/control	2010-01-24 23:04:28 UTC (rev 11404)
@@ -4,14 +4,15 @@
 Section: graphics
 Priority: optional
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, libmagick9-dev, autotools-dev, chrpath, quilt
+Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, libmagick9-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
 
 Package: libjmagick6-java
 Architecture: all
-Depends: libjmagick6-jni (>= ${source:Version}), java-gcj-compat | java-virtual-machine
+Section: java
+Depends: ${misc:Depends}, libjmagick6-jni (>= ${source:Version}), java-gcj-compat | java-virtual-machine
 Provides: jmagick
 Description: A java interface to ImageMagick - java classes
  JMagick is an open source Java interface of ImageMagick.  It is
@@ -30,6 +31,7 @@
 Section: doc
 Architecture: all
 Provides: jmagick-docs
+Depends: ${misc:Depends}
 Description: A 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
@@ -47,7 +49,7 @@
 
 Package: libjmagick6-jni
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A 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

Modified: trunk/jmagick/debian/copyright
===================================================================
--- trunk/jmagick/debian/copyright	2010-01-24 21:50:21 UTC (rev 11403)
+++ trunk/jmagick/debian/copyright	2010-01-24 23:04:28 UTC (rev 11404)
@@ -18,7 +18,7 @@
 	Susan Dorr <sdorr at contentcube.com>
 	Mike Edmonds <misu.edmonds at verizon.net>
 
-Copyright: (C) 1998-2007 Eric Yeo
+Copyright: © 1998-2007 Eric Yeo
 
 License:
     This library is free software; you can redistribute it and/or
@@ -38,8 +38,8 @@
 On Debian systems, the complete text of the GNU Lesser General Public
 License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
-The Debian packaging is (C) 2005, 2006 Adam Heath
-<doogie at brainfood.com> and (C) 2007 Kumar Appaiah
+The Debian packaging is © 2005, 2006 Adam Heath
+<doogie at brainfood.com> and © 2007 Kumar Appaiah
 <akumar at ee.iitm.ac.in> and is licensed under the GPL.
 
 On Debian systems, the complete text of the GNU General

Modified: trunk/jmagick/debian/rules
===================================================================
--- trunk/jmagick/debian/rules	2010-01-24 21:50:21 UTC (rev 11403)
+++ trunk/jmagick/debian/rules	2010-01-24 23:04:28 UTC (rev 11404)
@@ -5,7 +5,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 CC=gcc
 DEB_CONFIGURE_SCRIPT_ENV += PATH=$(JAVA_HOME)/bin:$$PATH
@@ -29,7 +28,7 @@
 
 install/jmagick6-docs::
 	mkdir -p ./debian/jmagick6-docs/usr/share/doc/jmagick6-docs/api
-	$(MAKE) javadoc DESTDIR=./debian/jmagick6-docs JAVADOC_DIR=/usr/share/doc/jmagick6-docs/api
+	$(MAKE) javadoc DESTDIR=./debian/jmagick6-docs JAVADOC_DIR=./debian/jmagick6-docs/usr/share/doc/jmagick6-docs/api
 
 clean::
 	rm -rf Make.def libtool config.cache config.log config.status obj/magick/.libs

Added: trunk/jmagick/debian/source/format
===================================================================
--- trunk/jmagick/debian/source/format	                        (rev 0)
+++ trunk/jmagick/debian/source/format	2010-01-24 23:04:28 UTC (rev 11404)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list