Author: plessy Date: 2010-10-23 14:30:02 +0000 (Sat, 23 Oct 2010) New Revision: 5374
Modified: trunk/packages/imagej/trunk/debian/changelog trunk/packages/imagej/trunk/debian/control trunk/packages/imagej/trunk/debian/copyright trunk/packages/imagej/trunk/debian/get-orig-source trunk/packages/imagej/trunk/debian/imagej.1 trunk/packages/imagej/trunk/debian/imagej.sh trunk/packages/imagej/trunk/debian/watch Log: Minor packaging changes. I have the impression that 1.44i does not solve #600997. Modified: trunk/packages/imagej/trunk/debian/changelog =================================================================== --- trunk/packages/imagej/trunk/debian/changelog 2010-10-23 02:36:57 UTC (rev 5373) +++ trunk/packages/imagej/trunk/debian/changelog 2010-10-23 14:30:02 UTC (rev 5374) @@ -1,3 +1,13 @@ +imagej (1.44i-1) UNRELEASED; urgency=low + + * New upstream release (Closes: #601020). + * Stabilized gzipped tarball's MD5 sum in ‘debian/get-orig-source’. + * New upstream URL (debian/control, debian/copyright, debian/get-orig-source, + debian/imagej.1, debian/imagej.sh, debian/watch). + * Removed build-dependancy on gif2png (debian/control). + + -- Charles Plessy <[email protected]> Sat, 23 Oct 2010 17:57:55 +0900 + imagej (1.44e-1) unstable; urgency=low * New upstream version Modified: trunk/packages/imagej/trunk/debian/control =================================================================== --- trunk/packages/imagej/trunk/debian/control 2010-10-23 02:36:57 UTC (rev 5373) +++ trunk/packages/imagej/trunk/debian/control 2010-10-23 14:30:02 UTC (rev 5374) @@ -5,11 +5,11 @@ DM-Upload-Allowed: yes Uploaders: Paolo Ariano <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: openjdk-6-jdk, debhelper (>=7.1), ant, gif2png +Build-Depends: openjdk-6-jdk, debhelper (>=7.1), ant Standards-Version: 3.9.1 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/ +Homepage: http://imagej.nih.gov/ij Package: imagej Architecture: all Modified: trunk/packages/imagej/trunk/debian/copyright =================================================================== --- trunk/packages/imagej/trunk/debian/copyright 2010-10-23 02:36:57 UTC (rev 5373) +++ trunk/packages/imagej/trunk/debian/copyright 2010-10-23 14:30:02 UTC (rev 5374) @@ -2,7 +2,7 @@ X-Debianized-By: Paolo Ariano <[email protected]>, Andreas Tille <[email protected]> X-Debianized-Date: Fri, 28 Apr 2006 11:41:53 +0200. -X-Source-Downloaded-From: http://rsb.info.nih.gov/ij/download/src/ +X-Source-Downloaded-From: http://imagej.nih.gov/ij/download/src/ X-Upstream-Author: Wayne Rasband <[email protected]>, for the NIH Files: debian/* @@ -15,7 +15,7 @@ Files: * Copyright: © 1999-2008 Wayne Rasband <[email protected]> License: Public Domain - http://rsb.info.nih.gov/ij/disclaimer.html says: + http://imagej.nih.gov/ij/disclaimer.html says: . ImageJ is being developed at the National Institutes of Health by an employee of the Federal Government in the course of his official Modified: trunk/packages/imagej/trunk/debian/get-orig-source =================================================================== --- trunk/packages/imagej/trunk/debian/get-orig-source 2010-10-23 02:36:57 UTC (rev 5373) +++ trunk/packages/imagej/trunk/debian/get-orig-source 2010-10-23 14:30:02 UTC (rev 5374) @@ -14,7 +14,7 @@ cd ../tarballs if [ ! -f "$UPSTREAMZIP" ] ; then - wget -q http://rsb.info.nih.gov/ij/download/src/"$UPSTREAMZIP" + wget -q http://imagej.nih.gov/ij/download/src/download/src/"$UPSTREAMZIP" fi unzip "$UPSTREAMZIP" > /dev/null @@ -26,5 +26,5 @@ cd .. mv "$UPSTREAMDIR" "$NAME"-"$DVERSION" -GZIP=-9 tar -czf "$NAME"_"$DVERSION".orig.tar.gz "$NAME"-"$DVERSION" +GZIP="-9 --no-name" tar -czf "$NAME"_"$DVERSION".orig.tar.gz "$NAME"-"$DVERSION" rm -rf "$NAME"-"$DVERSION" Modified: trunk/packages/imagej/trunk/debian/imagej.1 =================================================================== --- trunk/packages/imagej/trunk/debian/imagej.1 2010-10-23 02:36:57 UTC (rev 5373) +++ trunk/packages/imagej/trunk/debian/imagej.1 2010-10-23 14:30:02 UTC (rev 5374) @@ -94,7 +94,7 @@ .\"/.BR baz (1). .br The program is fully documented at -http://rsb.info.nih.gov/ij/docs/ +http://imagej.nih.gov/ij/download/src/docs/ .SH "AUTHOR" .LP ImageJ was written by Wayne Rasband <[email protected]> Modified: trunk/packages/imagej/trunk/debian/imagej.sh =================================================================== --- trunk/packages/imagej/trunk/debian/imagej.sh 2010-10-23 02:36:57 UTC (rev 5373) +++ trunk/packages/imagej/trunk/debian/imagej.sh 2010-10-23 14:30:02 UTC (rev 5374) @@ -46,7 +46,7 @@ ijadmin='[email protected]' # Documentation URL -doc_url='http://rsb.info.nih.gov/ij/' +doc_url='http://imagej.nih.gov/ij/' # temp folder ij_tmp=$HOME/.imagej/tmp Modified: trunk/packages/imagej/trunk/debian/watch =================================================================== --- trunk/packages/imagej/trunk/debian/watch 2010-10-23 02:36:57 UTC (rev 5373) +++ trunk/packages/imagej/trunk/debian/watch 2010-10-23 14:30:02 UTC (rev 5374) @@ -2,4 +2,4 @@ version=3 opts="uversionmangle=s/(\d)+(\d\d)/$1.$2/" \ -http://rsb.info.nih.gov/ij/download/src/ij(\d+.)-src.zip +http://imagej.nih.gov/ij/download/src/ij(\d+.)-src.zip _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
