[pkg-java] r6216 - in trunk/jmagick/debian: . patches

akumar at alioth.debian.org akumar at alioth.debian.org
Sun Apr 20 17:31:20 UTC 2008


Author: akumar
Date: 2008-04-20 17:31:19 +0000 (Sun, 20 Apr 2008)
New Revision: 6216

Added:
   trunk/jmagick/debian/patches/series
Modified:
   trunk/jmagick/debian/changelog
   trunk/jmagick/debian/control
   trunk/jmagick/debian/rules
Log:
+ Use debian.org e-mail address for maintainers.
+ Use quilt for patches.
+ Standards Version is now 3.7.3 (no changes needed).
* debian/rules:
+ Explicitly call gcc in order for the build system
to find the C compiler and build libJMagick.so.
(Closes: #477015)

Modified: trunk/jmagick/debian/changelog
===================================================================
--- trunk/jmagick/debian/changelog	2008-04-20 14:36:39 UTC (rev 6215)
+++ trunk/jmagick/debian/changelog	2008-04-20 17:31:19 UTC (rev 6216)
@@ -1,9 +1,16 @@
-jmagick (6.2.6-0-2) UNRELEASED; urgency=low
+jmagick (6.2.6-0-2) UNRELEASED; urgency=medium
 
   * NOT RELEASED YET
   * debian/control:
     + Add Vcs-Browser and Vcs-Svn fields.
-  
+    + Use debian.org e-mail address for maintainers.
+    + Use quilt for patches.
+    + Standards Version is now 3.7.3 (no changes needed).
+  * debian/rules:
+    + Explicitly call gcc in order for the build system
+      to find the C compiler and build libJMagick.so.
+      (Closes: #477015)
+
  -- Kumar Appaiah <akumar at ee.iitm.ac.in>  Tue, 16 Oct 2007 07:09:05 +0530
 
 jmagick (6.2.6-0-1) unstable; urgency=low

Modified: trunk/jmagick/debian/control
===================================================================
--- trunk/jmagick/debian/control	2008-04-20 14:36:39 UTC (rev 6215)
+++ trunk/jmagick/debian/control	2008-04-20 17:31:19 UTC (rev 6216)
@@ -1,10 +1,10 @@
 Source: jmagick
 Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Kumar Appaiah <akumar at ee.iitm.ac.in>
+Uploaders: Varun Hiremath <varun at debian.org>, Kumar Appaiah <akumar at debian.org>
 Section: graphics
 Priority: optional
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), cdbs, java-gcj-compat-dev, libmagick9-dev, autotools-dev, chrpath
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5), cdbs, java-gcj-compat-dev, libmagick9-dev, autotools-dev, chrpath, quilt
 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

Added: trunk/jmagick/debian/patches/series
===================================================================
--- trunk/jmagick/debian/patches/series	                        (rev 0)
+++ trunk/jmagick/debian/patches/series	2008-04-20 17:31:19 UTC (rev 6216)
@@ -0,0 +1,2 @@
+01_fix_load_jnilib.patch
+

Modified: trunk/jmagick/debian/rules
===================================================================
--- trunk/jmagick/debian/rules	2008-04-20 14:36:39 UTC (rev 6215)
+++ trunk/jmagick/debian/rules	2008-04-20 17:31:19 UTC (rev 6216)
@@ -5,8 +5,9 @@
 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/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
+CC=gcc
 DEB_CONFIGURE_SCRIPT_ENV += PATH=$(JAVA_HOME)/bin:$$PATH
 DEB_CONFIGURE_EXTRA_FLAGS = --libdir=/usr/lib/jni --with-java-home=$(JAVA_HOME)
 DEB_MAKE_CLEAN_TARGET   = clean




More information about the pkg-java-commits mailing list