[Pkg-ocaml-maint-commits] r1219 - trunk/tools/dh_ocaml

Stefano Zacchiroli zack@costa.debian.org
Thu, 07 Apr 2005 13:51:21 +0000


Author: zack
Date: 2005-04-07 13:51:21 +0000 (Thu, 07 Apr 2005)
New Revision: 1219

Removed:
   trunk/tools/dh_ocaml/update-md5sum.sh
Log:
no longer needed


Deleted: trunk/tools/dh_ocaml/update-md5sum.sh
===================================================================
--- trunk/tools/dh_ocaml/update-md5sum.sh	2005-04-07 13:51:01 UTC (rev 1218)
+++ trunk/tools/dh_ocaml/update-md5sum.sh	2005-04-07 13:51:21 UTC (rev 1219)
@@ -1,4 +0,0 @@
-  find $MD5SUMS_DIR -name "*$MD5SUMS_EXT" -exec cat {} \; 2> /dev/null |
-  while read md5sum unit; do
-    echo "$md5sum #PACKAGE# #VERSION# $unit"
-  done > $MD5SUMS_INDEX