[med-svn] r3536 - trunk/packages/imagej/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Jun 24 13:31:08 UTC 2009
Author: tille
Date: 2009-06-24 13:31:07 +0000 (Wed, 24 Jun 2009)
New Revision: 3536
Removed:
trunk/packages/imagej/trunk/debian/patches/
Modified:
trunk/packages/imagej/trunk/debian/changelog
trunk/packages/imagej/trunk/debian/control
trunk/packages/imagej/trunk/debian/rules
Log:
New upstream version
Modified: trunk/packages/imagej/trunk/debian/changelog
===================================================================
--- trunk/packages/imagej/trunk/debian/changelog 2009-06-24 13:22:00 UTC (rev 3535)
+++ trunk/packages/imagej/trunk/debian/changelog 2009-06-24 13:31:07 UTC (rev 3536)
@@ -1,7 +1,8 @@
-imagej (1.42q-1) unstable; urgency=low
+imagej (1.43b-1) unstable; urgency=low
* New upstream version
- * Standards-Version: 3.8.1 (no changes needed)
+ Closes: #532073
+ * Standards-Version: 3.8.2 (no changes needed)
* Use dirname/readlink /usr/bin/java instead upf update-alternatives
to obtain JVM (Thanks to "Onkar Shinde" <onkarshinde at gmail.com>)
Closes: #505315
@@ -16,7 +17,7 @@
* debian/patches/20_jpegwriter.patch: Fix Jpeg library issue to
enable build with OpenJDK (Thanks to Johan Henriksson
<mahogny at maia.areta.org>)
- * Use quilt to apply patch
+ * Patches applied upstream, removed quilt dependency
-- Andreas Tille <tille at debian.org> Tue, 09 Jun 2009 08:17:14 +0200
Modified: trunk/packages/imagej/trunk/debian/control
===================================================================
--- trunk/packages/imagej/trunk/debian/control 2009-06-24 13:22:00 UTC (rev 3535)
+++ trunk/packages/imagej/trunk/debian/control 2009-06-24 13:31:07 UTC (rev 3536)
@@ -5,15 +5,15 @@
DM-Upload-Allowed: yes
Uploaders: Paolo Ariano <paolo.ariano at unito.it>,
Andreas Tille <tille at debian.org>
-Build-Depends: openjdk-6-jdk, cdbs, debhelper, ant, gif2png, debhelper, quilt
-Standards-Version: 3.8.1
+Build-Depends: openjdk-6-jdk, cdbs, debhelper, ant, gif2png, debhelper
+Standards-Version: 3.8.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/imagej/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/imagej/trunk/
Homepage: http://rsb.info.nih.gov/ij/
Package: imagej
Architecture: all
-Depends: gij | java2-runtime
+Depends: gij | java2-runtime, ${misc:Depends}
Suggests: java2-compiler
Description: Image processing program inspired by NIH Image for the Macintosh
It can display, edit, analyze, process, save and print 8-bit, 16-bit and
Modified: trunk/packages/imagej/trunk/debian/rules
===================================================================
--- trunk/packages/imagej/trunk/debian/rules 2009-06-24 13:22:00 UTC (rev 3535)
+++ trunk/packages/imagej/trunk/debian/rules 2009-06-24 13:31:07 UTC (rev 3536)
@@ -6,7 +6,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+# include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# when open_jdk will be jpeg compliant i will use /usr/lib/jvm/java-6-openjdk/
JAVA_HOME := $(shell /usr/sbin/update-java-alternatives -l | head -1 | cut -d' ' -f 3)
More information about the debian-med-commit
mailing list