[med-svn] r3336 - trunk/packages/imagej/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Apr 30 09:56:41 UTC 2009


Author: tille
Date: 2009-04-30 09:56:41 +0000 (Thu, 30 Apr 2009)
New Revision: 3336

Modified:
   trunk/packages/imagej/trunk/debian/changelog
   trunk/packages/imagej/trunk/debian/get-orig-source
Log:
SOme polishing with new upstream version


Modified: trunk/packages/imagej/trunk/debian/changelog
===================================================================
--- trunk/packages/imagej/trunk/debian/changelog	2009-04-29 18:06:51 UTC (rev 3335)
+++ trunk/packages/imagej/trunk/debian/changelog	2009-04-30 09:56:41 UTC (rev 3336)
@@ -1,15 +1,18 @@
-imagej (1.42l-1) UNRELEASED; urgency=low
+imagej (1.42n-1) unstable; urgency=low
 
   * New upstream version
   * Standards-Version: 3.8.1 (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
-  * Improved imagej wrapper script by Johan Henriksson
+  * debian/imagej.sh: Improved imagej wrapper script by Johan Henriksson
     <mahogny at maia.areta.org>: It allows dependent packages to add
     JNI-paths. this is a critical update as an important package
     (micromanager-ij) depends on it.
     Closes: #507824
+  * debian/imagej.sh: set address to report bugs to to
+    debian-med-packaging
+  * debian/get-orig-source: less noisy
 
  -- Andreas Tille <tille at debian.org>  Wed, 29 Apr 2009 12:10:50 +0200
 

Modified: trunk/packages/imagej/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/imagej/trunk/debian/get-orig-source	2009-04-29 18:06:51 UTC (rev 3335)
+++ trunk/packages/imagej/trunk/debian/get-orig-source	2009-04-30 09:56:41 UTC (rev 3336)
@@ -14,11 +14,9 @@
 cd ../tarballs
 
 if [ ! -f "$UPSTREAMZIP" ] ; then
-set -x
-    wget http://rsb.info.nih.gov/ij/download/src/"$UPSTREAMZIP"
-set +x
+    wget -q http://rsb.info.nih.gov/ij/download/src/"$UPSTREAMZIP"
 fi
-unzip "$UPSTREAMZIP"
+unzip "$UPSTREAMZIP" > /dev/null
 
 cd "$UPSTREAMDIR"
 # remove hidden binary files




More information about the debian-med-commit mailing list